incubator-nuttx/boards/arm/stm32f0l0g0/nucleo-g070rb
Xiang Xiao af12a552fe sched/Kconfig: let PREALLOC_TIMERS depends on !DISABLE_POSIX_TIMERS
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-09-19 11:39:22 -03:00
..
configs/nsh sched/Kconfig: let PREALLOC_TIMERS depends on !DISABLE_POSIX_TIMERS 2022-09-19 11:39:22 -03:00
include boards: stm32f0l0g0: update licenses to Apache 2021-08-16 07:11:32 -07:00
scripts Move warning option from Make.defs to Toolchain.defs 2022-05-15 15:40:35 +03:00
src boards/stm32f0l0g0: common board logic support 2022-07-15 10:22:58 -03:00
Kconfig boards/arm/stm32f0l0g0/nucleo-g070rb: Initial support for board STM32 NUCLEO-G070RB, including NSH config 2019-09-17 11:20:26 -06:00
README.txt boards/arm/stm32f0l0g0/nucleo-g070rb: Enable I2C. 2019-12-20 13:04:34 -06:00

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.