ruuvitag_fw
ruuvitag_fw copied to clipboard
RuuviTag firmware projects
Results
4
ruuvitag_fw issues
Sort by
recently updated
recently updated
newest added
This should fix issue where Espruino won't boot when RuuviTag has old data in flash.
`$(SDK_ROOT)/components/drivers_nrf/rng/nrf_drv_rng.c \ ` is included twice in bootloader/ruuvitag_b_production/armgcc/Makefile There seems to be an extraneous `$(SDK_ROOT)/components/drivers_nrf/rng/ \ ` Notice it's a directory Additionally Makefile in ruuvi_examples/ruuvi_firmware/ruuvitag_b/s132/armgcc includes duplicate entries: ``` $(SDK_ROOT)/components/drivers_nrf/delay...