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:
Peter Johanson
2024-07-06 01:15:57 -06:00
committed by Pete Johanson
parent fb67e4603a
commit 6ae6bf78b4
2 changed files with 5 additions and 6 deletions

View File

@@ -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 {