Pete Johanson
|
969e5568af
|
fix(boards): Define but don't enable uart0.
* Set pro-micro TX/RX pins, but don't enable the UART
by default.
|
2021-01-15 01:51:44 -05:00 |
|
innovaker
|
5a72662898
|
chore: standardize C style headers
Changes made with regex plus some manual tweaks.
Find:
/^\/\*.*\n(?:^\*.*\n)*^.*\*.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^.*\*.*\n)*^.*\*.*?SPDX-License-Identifier:? *(.+) *?\n(?:^.*\*.*\n)*.*\*\//gm
Replace:
/*
* Copyright (c) $1 $2
*
* SPDX-License-Identifier: $3
*/
PR: #565
|
2021-01-01 23:06:41 -05:00 |
|
Nick
|
91e3a7d75a
|
boards: Cleanup and standardize features
|
2020-11-10 23:14:38 -05:00 |
|
Nick
|
82a5736d08
|
fix(boards): Remap flash to account for bootloader
|
2020-11-02 23:07:23 -05:00 |
|
Mega Mind
|
c54decd144
|
Added Makerdiary M.2 module
|
2020-10-05 21:23:38 +08:00 |
|