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:
parent
fb67e4603a
commit
6ae6bf78b4
2 changed files with 5 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue