Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-25 | feat(boards): Add D18-21 to Pro Micro pin mappings | Nick Winans | |
2021-09-11 | refactor(boards): Add metadata for boards. | Peter Johanson | |
* Standalone and pro-micro format board metadata added. | |||
2021-05-31 | fix(boards): Add delay on initializing external power for BlueMicro840 | Anthony Amanse | |
This commits adds a delay of 20ms on initializing the external power control driver. Previously, OLED's i2c driver is failing to initialize the display. This commit fixes that issue. Signed-off-by: Anthony Amanse <ghieamanse@gmail.com> | |||
2021-05-31 | fix(boards): Fix Blue LED pin definition in BlueMicro840 | Anthony Amanse | |
This commit fixes the pin definition for BlueMicro840. Based on the schematics, the blue led is at pin 1.10. Signed-off-by: Anthony Amanse <ghieamanse@gmail.com> | |||
2021-03-24 | fix(boards): Proper BlueMicro840_V1 &pro_micro_a map for A10 (#733) | Lucas Messenger | |
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 | clang-format and add missing defconfig values | Nick | |
2020-10-23 | Refactor driver to use Sensor API | Nick | |
2020-08-19 | refactor(boards): Rename to bluemicro840_v1. | Pete Johanson | |