b329e2377d
1.It make sense to let Toolchain.defs give the default value 2.The board can still change if the default isn't suitable 3.Avoid the same definition spread more than 200 Make.defs Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: Ic2649f1c7689bcf59c105ca8db61cad45b6e0e64 |
||
---|---|---|
.. | ||
configs/nsh | ||
include | ||
scripts | ||
src | ||
Kconfig | ||
README.txt |
Nucleo-64 Boards ================ The Nucleo-G070RB is a member of the Nucleo-64 board family. STATUS ====== 2019-09-04: Initial support for the STM32 Nucleo-G070RB board, based on STM32 Nucleo-G071RB. Basic NSH configuration is functional. 2019-09-16: Enable PWR peripheral and increase sysclk to max. frequency. 2019-10-04: Enable basic timer TIM6. Timer example working. 2019-10-17: Add PWM support. PWM example working. 2019-11-04: Add button driver and GPIO driver support. Buttons and GPIO examples working. 2019-12-20: Add i2C driver driver support and i2C tool.