Kernel minimization (#334)

* adds patch to remove unused kernel components

* new boards, rebase patches to match

* rename boards for deployment
This commit is contained in:
kaczmarczyck
2021-06-28 14:55:20 +02:00
committed by GitHub
parent 5f20ba544b
commit ce0ee6c054
32 changed files with 1234 additions and 155 deletions

View File

@@ -64,9 +64,9 @@ For a more detailed guide, please refer to our
```shell
# Nordic nRF52840-DK board
./deploy.py --board=nrf52840dk --opensk
./deploy.py --board=nrf52840dk_opensk --opensk
# Nordic nRF52840-Dongle
./deploy.py --board=nrf52840_dongle --opensk
./deploy.py --board=nrf52840_dongle_opensk --opensk
```
1. Finally you need to inject the cryptographic material if you enabled
@@ -131,7 +131,7 @@ driver, before faulting the app, you can use the `--panic-console` flag of the
```shell
# Example on Nordic nRF52840-DK board
./deploy.py --board=nrf52840dk --opensk --panic-console
./deploy.py --board=nrf52840dk_opensk --opensk --panic-console
```
### Debugging memory allocations