minor fixes in README

pull/1/head
Daniele Lacamera 2018-10-15 07:45:18 +02:00
parent b9fca1d79a
commit 4dbffd19e1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ microcontrollers will be added later.
Requirements:
- 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
application as an example to create the factory image: