summaryrefslogtreecommitdiff
path: root/fw/nucleo.sh
AgeCommit message (Collapse)Author
7 daysfw: Remove serial console from nucleo.shxengineering
This allows to keep the serial port open for a longer time and use the nucleo.sh script only for signing and flashing.
7 daysfw: Remove build from nucleo.shxengineering
This makes it faster and build can be easily executed by adding `-DBOARD=nucleo_f767zi` to the CMake call.
8 daysfw: app: Build as CMake External Projectxengineering
This adopts this pattern from the bootloader build. It adds more flexibility. It is assumed that in this way multiple builds for different boards can easily be achieved.
12 daysfw: Let Zephyr add board specific configurationxengineering
Handling this in the nucleo.sh script was never necessary.
12 daysfw: btl: Move MCUboot build herexengineering
The directory structure should be less nested and with shorter paths. This is a first step.
13 daysfw: Use MCUboot bootloader for nucleo_f767zixengineering
Using it for the native_sim board is not trivial. Thus it is first only added for the Nucleo board.
13 daysfw: nucleo: Allow custom my.conf configurationxengineering
This allows to set custom IPv6 addresses while there is not runtime configuration.
13 daysfw: Add nucleo.shxengineering
This script allows to easily: - build for real hardware - flash to the microcontroller - open the Zephyr shell UART