mirror of https://github.com/wolfSSL/wolfBoot.git
minor fixes in README
parent
b9fca1d79a
commit
4dbffd19e1
|
@ -46,7 +46,7 @@ microcontrollers will be added later.
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
- Provide a HAL implementation for the target platform (see [Hardware Abstraction Layer](docs/HAL.md))
|
- Provide a HAL implementation for the target platform (see [Hardware Abstraction Layer](docs/HAL.md))
|
||||||
- Decide a flash partition strategy and modify `include/target.h` accordingly (see [Flash partitions](docs/flash_partitions.md)
|
- Decide a flash partition strategy and modify `include/target.h` accordingly (see [Flash partitions](docs/flash_partitions.md))
|
||||||
|
|
||||||
The following steps are automated in the default `Makefile` target, using the baremetal test
|
The following steps are automated in the default `Makefile` target, using the baremetal test
|
||||||
application as an example to create the factory image:
|
application as an example to create the factory image:
|
||||||
|
|
Loading…
Reference in New Issue