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
|
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
|
c54decd144
|
Added Makerdiary M.2 module
|
4 years ago |
Pete Johanson
|
506c3b031e
|
refactor(boards): Rename to bluemicro840_v1.
|
4 years ago |
Nick
|
cab34d835f
|
fix(board): Fix status LED on BlueMicro
|
4 years ago |
Pete Johanson
|
47b219cca5
|
Remove duplicate uart0 node.
|
4 years ago |
Derek
|
dd165c6829
|
Corrected pins for scl-pin and sda-pin
|
4 years ago |
Derek
|
9dd8217cd4
|
Add bluemicro support
|
4 years ago |
Nick
|
bb09707bd2
|
Add base files and configuration for RGB underglow
|
4 years ago |
Pete Johanson
|
33d4341320
|
Code partition size fix for nice!nano.
|
4 years ago |
Pete Johanson
|
c45dbe3c8f
|
boards: nice_nano: Fix i2c usage.
* change conflicting pins usage for uart.
* use i2c0 properly instead.
|
4 years ago |
Pete Johanson
|
6cafa9556c
|
nice!nano fixes for necessary USB CDC ACM UART console.
|
4 years ago |
Pete Johanson
|
c6625169e5
|
Refactor to single <behaviors.dtsi> include.
|
4 years ago |
Pete Johanson
|
d65629b9a0
|
Lots more pieces toward HID working again.
|
4 years ago |
Pete Johanson
|
c23d752917
|
Some initial work on behavior bindings for keymaps
|
4 years ago |
Pete Johanson
|
85e505e06e
|
Build UF2 image for nice!nano board as well.
|
4 years ago |
Pete Johanson
|
557996bcd0
|
Fixes for SPI pins for "P1" pins
Co-authored-by: Nick Winans <nick.win999@gmail.com>
|
4 years ago |
Pete Johanson
|
75b01869f0
|
Add (untested) pins for SPI.
|
4 years ago |
Pete Johanson
|
a5ade1f947
|
Add missing `compatible` entry for the toplevel board.
|
4 years ago |
Pete Johanson
|
4294b4873e
|
Initial basic work on nice!nano board support.
|
4 years ago |