Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-15 | feat(boards): Add nice!nano v2 | Nick Winans | |
2021-01-15 | fix(boards): Define but don't enable uart0. | Pete Johanson | |
* Set pro-micro TX/RX pins, but don't enable the UART by default. | |||
2020-11-10 | boards: Cleanup and standardize features | Nick | |
2020-11-02 | fix(boards): Remap flash to account for bootloader | Nick | |
2020-11-01 | fix(boards): Rename BVD labels | Nick | |
2020-10-26 | Implement Kconfig and enhance error checks | Nick | |
2020-10-24 | Remove newlib dep | Nick | |
2020-10-23 | Add missing ADC and fix formatting | Nick | |
2020-10-23 | Merge branch 'main' into bluetooth/battery-reporting | Nick Winans | |
2020-10-23 | Refactor driver to use Sensor API | Nick | |
2020-10-10 | Added driver to control the external power output | Mega 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-10-04 | feat(kscan): Use PORT events for kscan matrix interrupts | Pete Johanson | |
* Lower power usage compared to regular interrupts on nrf52. | |||
2020-09-19 | Voltage divider driver initial implementation | Nick | |
2020-08-18 | fix(board): Cleanup nice!nano DT | Nick | |
2020-08-18 | fix(boards): Remove dup `uart0` overrides for nano | Pete Johanson | |
2020-08-14 | Add DCDC setting for nano. | Pete Johanson | |
2020-08-11 | Fix up some incorrect license headers. | Pete Johanson | |
2020-07-24 | Add base files and configuration for RGB underglow | Nick | |
2020-07-17 | Working BT settings. | Pete Johanson | |
2020-07-15 | Code partition size fix for nice!nano. | Pete Johanson | |
2020-07-11 | boards: nice_nano: Fix i2c usage. | Pete Johanson | |
* change conflicting pins usage for uart. * use i2c0 properly instead. | |||
2020-07-07 | nice!nano fixes for necessary USB CDC ACM UART console. | Pete Johanson | |
2020-06-25 | Refactor ProMicro to a/d connector. | Pete Johanson | |
2020-06-25 | Enable ZMK USB by default on nano. | Pete Johanson | |
2020-06-16 | Tweak the defconfigs for nice_nano and handwire. | Pete Johanson | |
2020-06-16 | Use the correct family ID for the AdaFruit bootloader. | Pete Johanson | |
2020-06-15 | Build UF2 image for nice!nano board as well. | Pete Johanson | |
2020-06-15 | Fixes for SPI pins for "P1" pins | Pete Johanson | |
Co-authored-by: Nick Winans <nick.win999@gmail.com> | |||
2020-06-15 | Add (untested) pins for SPI. | Pete Johanson | |
2020-06-15 | Add missing `compatible` entry for the toplevel board. | Pete Johanson | |
2020-06-15 | Initial basic work on nice!nano board support. | Pete Johanson | |