summaryrefslogtreecommitdiff
path: root/app/boards/arm/nrfmicro/pinmux.c
AgeCommit message (Collapse)Author
2020-12-14refactor(app): replace `struct device *` with `const struct device *`innovaker
Replaced with RegExp: /(?<!const )(struct device \*)/g See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467
2020-10-10Added driver to control the external power outputMega Mind
This PR adds support to control the external power output from controllers like nice!nano, nRFMicro etc I have implemented based on my understanding of Pete suggestion on this feature. Testing done: Tested by enabling and disabling the ext_power from application and verified Verified the application does not crash with boards that does not have ext_power support Note: I did not test this in nice!nano since I don't have the boards. Will get help from others once the behavior PR is up Next Steps: Create a behavior PR to control enable/disable ext_power
2020-09-14chore: clang-format the codebase.Pete Johanson
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142.
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-08-23Incorporate comments - Change config name to nrfmicro specificMega Mind
2020-08-21Add KConfig for board battery chargerMega Mind
2020-08-20Use correct macro for boardMega Mind
2020-08-19Add nrfmicro 1.1, 1.1 flipped and 1.3 boards.Okke Formsma