summaryrefslogtreecommitdiff
path: root/app/boards/arm/nrfmicro
AgeCommit message (Collapse)Author
2021-09-25feat(boards): Add D18-21 to Pro Micro pin mappingsNick Winans
2021-09-11feat: Add a few sample hardware metadata files.Peter Johanson
2021-01-15fix(boards): Define but don't enable uart0.Pete Johanson
* Set pro-micro TX/RX pins, but don't enable the UART by default.
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-11-10boards: Cleanup and standardize featuresNick
2020-11-02fix(boards): Remap flash to account for bootloaderNick
2020-11-01fix(boards): Rename BVD labelsNick
2020-10-26Implement Kconfig and enhance error checksNick
2020-10-24Remove newlib depNick
2020-10-23Add missing ADC and fix formattingNick
2020-10-23Merge branch 'main' into bluetooth/battery-reportingNick Winans
2020-10-23clang-format and add missing defconfig valuesNick
2020-10-23Refactor driver to use Sensor APINick
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