summaryrefslogtreecommitdiff
path: root/app/boards/arm/bluemicro840/bluemicro840_v1.dts
AgeCommit message (Collapse)Author
2021-05-31fix(boards): Add delay on initializing external power for BlueMicro840Anthony 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-31fix(boards): Fix Blue LED pin definition in BlueMicro840Anthony 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-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-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-23Add missing ADC and fix formattingNick
2020-10-23Refactor driver to use Sensor APINick
2020-08-19refactor(boards): Rename to bluemicro840_v1.Pete Johanson