Peter Johanson
|
39eb80562d
|
feat(metadata): Add MakerDiary nRF52840 M.2 interconnect
* Add interconnect details.
* Add m60 and nrf52840_m2 metadata files.
|
3 years ago |
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.
|
4 years ago |
innovaker
|
f17584ca0e
|
chore: standardize # style headers
Changes made with regex plus some manual tweaks.
Find:
/(?:(?<!#!\/bin\/sh\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: #564
|
4 years ago |
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
|
4 years ago |
Nick
|
91e3a7d75a
|
boards: Cleanup and standardize features
|
4 years ago |
Nick
|
82a5736d08
|
fix(boards): Remap flash to account for bootloader
|
4 years ago |
Mega Mind
|
b8cb5f939a
|
M60 keymap update and misc changes
* Updated M60 keymap
* Make nrfjproj as default runner
* Remove the polling config
|
4 years ago |
Mega Mind
|
c54decd144
|
Added Makerdiary M.2 module
|
4 years ago |