summaryrefslogtreecommitdiff
path: root/app/boards/arm/nrf52840_m2/nrf52840_m2.dts
AgeCommit message (Collapse)Author
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.
2021-01-01chore: standardize C style headersinnovaker
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
2020-11-10boards: Cleanup and standardize featuresNick
2020-11-02fix(boards): Remap flash to account for bootloaderNick
2020-10-05Added Makerdiary M.2 moduleMega Mind