Basic project setup #1

Merged
an.tsouchlos merged 7 commits from feature/project_setup into master 2024-11-01 23:49:57 +00:00
Showing only changes of commit 674736c219 - Show all commits

View File

@ -64,3 +64,5 @@ softdevice has to flashed to the chip.
- `.cargo/config.toml` - change the `nrf52832` chip to `nrf52810` - `.cargo/config.toml` - change the `nrf52832` chip to `nrf52810`
- TODO: Find out how to properly set up the license (the softdevice is - TODO: Find out how to properly set up the license (the softdevice is
proprietary) proprietary)
- If the device locks up, use the
[nrf-recover](https://docs.rs/crate/nrf-recover/latest) utility