summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-14Upgrade to Zephyr 2.3.0 (plus small build fix.)Pete Johanson
* Closes #27
2020-06-14Ignore files pulled into the workspace by West.Pete Johanson
2020-06-14Merge pull request #25 from innovaker/docs/disable-sidebar-collapsePete Johanson
docs: Add "sidebarCollapsible: false"
2020-06-14docs: Add "sidebarCollapsible: false"innovaker
2020-06-13Merge pull request #22 from innovaker/docs/faqPete Johanson
docs: FAQs (initial version)
2020-06-13docs: faq: Replace all instances of "board" and "shield" with links [#22 CR, ↵innovaker
#11]
2020-06-13docs: faq: Add preface links to "Why boards and shields?" [#22 CR, #11]innovaker
2020-06-13docs: Switch positions of 'hardware' and 'faq' on sidebars [#22 CR, #11]innovaker
2020-06-13docs: add faq to sidebars [#11]innovaker
2020-06-13docs: initial version of faq.md [#11]innovaker
2020-06-12Merge pull request #17 from petejohanson/build/zephyr-west-docker-containerPete Johanson
Update to using prebuild docker container, for faster GH workflows.
2020-06-12Try to fix some quoting.Pete Johanson
2020-06-12One missing action reference.Pete Johanson
2020-06-12Switch to ARM only, use everywhere.Pete Johanson
2020-06-12Try fixing args passed to container.Pete Johanson
2020-06-12Switch to Docker Hub version.Pete Johanson
2020-06-12Only ask users to install requirements-base.txt.Pete Johanson
2020-06-12Merge pull request #18 from innovaker/masterPete Johanson
Replaced 'Basics' with 'Getting Started'
2020-06-12Try logging into the registry first.Pete Johanson
2020-06-12Try quoting a few values.Pete Johanson
2020-06-12Update one workflow step to use docker container.Pete Johanson
2020-06-12[#16] Replaced 'Basics' with 'Getting Started'innovaker
2020-06-12Merge pull request #15 from petejohanson/build/zephyr-west-module-excludesPete Johanson
Exclude some unused Zephyr west submodules.
2020-06-12Restore CMSIS.Pete Johanson
2020-06-12Exclude some unused Zephyr west submodules.Pete Johanson
* Don't waste space/time updating unused modules for architectures we aren't targetting (yet).
2020-06-12Run builds on PRs too.Pete Johanson
2020-06-11Initial handwire proton-c shield for testing.Pete Johanson
2020-06-11Initial work on Proton-C board definition.Pete Johanson
2020-06-10Update link to website w/ proer domain name.Pete Johanson
2020-06-10Removing the Netlify badge (for now).Pete Johanson
* The badge shows "Failed" whenever the deploy aborts due to lack of changes to docs/, so removing for now.
2020-06-10Fix the link to the CoC in the README badge.Pete Johanson
2020-06-10Merge pull request #9 from Nicell/docs/update_docs_landing_pagePete Johanson
Update landing page content and style
2020-06-10Add missing button border definitionNick
2020-06-10Add missing border changeNick
2020-06-10Update landing page content and styleNick
2020-06-10Merge pull request #8 from zmkfirmware/project/code-of-conductPete Johanson
Initial code of conduct documentation.
2020-06-10Add CoC badge to README.md as well.Pete Johanson
2020-06-10Initial code of conduct documentation.Pete Johanson
2020-06-10Merge pull request #4 from zmkfirmware/docs/better-dev-setup-instructionsPete Johanson
Improved dev setup docs.
2020-06-10Split apt update and install into two sections.Pete Johanson
2020-06-10Remove note about wb55rg USB issues, consumer keysPete Johanson
2020-06-10Add a note about older Ubuntu LTS and CMake.Pete Johanson
2020-06-10Add note about possible missing `west` command.Pete Johanson
2020-06-10Header level fix.Pete Johanson
2020-06-10More doc tweaks for SDK install and build clarity.Pete Johanson
* Suggest installing SDK to `~/.local` directory. * Clarify about switching to `app/` before build/flash.
2020-06-10Tweaks to sourcing the `zephyr-env.sh` script.Pete Johanson
2020-06-10Fix a `.zephyrrc` typo.Pete Johanson
2020-06-10Apply suggestions from code reviewPete Johanson
Co-authored-by: Nick Winans <nick@winans.codes>
2020-06-10A few more missing build steps.Pete Johanson
2020-06-10Various docs fixes, including PR feedback.Pete Johanson