mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fix(boards): BDN9 rev2 tweaks.
* Reduce RAM usage, no need for heap any more in ZMK. * Don't attempt to enable FPU that's not present.
This commit is contained in:
committed by
Pete Johanson
parent
fb67e4603a
commit
6ae6bf78b4
@@ -109,6 +109,9 @@ zephyr_udc0: &usb {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
// Overridden to lower RAM usage.
|
||||
num-bidir-endpoints = <4>;
|
||||
};
|
||||
|
||||
&rtc {
|
||||
|
||||
Reference in New Issue
Block a user