mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 09:38:42 +00:00
turns out random_bytes was broken on nrf52
This commit is contained in:
@@ -122,6 +122,8 @@ def zephyr_to_code(config: ConfigType) -> None:
|
||||
zephyr_add_prj_conf("FPU", True)
|
||||
zephyr_add_prj_conf("NEWLIB_LIBC_FLOAT_PRINTF", True)
|
||||
zephyr_add_prj_conf("STD_CPP20", True)
|
||||
# random_bytes() uses sys_rand_get() which requires the entropy subsystem
|
||||
zephyr_add_prj_conf("ENTROPY_GENERATOR", True)
|
||||
|
||||
# <err> os: ***** USAGE FAULT *****
|
||||
# <err> os: Illegal load of EXC_RETURN into PC
|
||||
|
||||
Reference in New Issue
Block a user