nuttx/arch/arm/src/stm32l5
Alin Jerpelea 1631ad25c1 arm: stm32xx: Michael Jung: update licenses to Apache
Michael Jung has submitted the ICLA and we can migrate the licenses
 to Apache.

Gregory Nutt has submitted the SGA and we can migrate the licenses
 to Apache.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-04-01 12:13:12 -05:00
..
hardware arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
chip.h
Kconfig stm32l5: Enable SPI support and license clearing 2021-03-19 23:02:37 -07:00
Make.defs
README.txt
stm32l5_allocateheap.c arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
stm32l5_dbgmcu.h
stm32l5_dumpgpio.c
stm32l5_exti_gpio.c
stm32l5_exti.h
stm32l5_flash.c arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
stm32l5_flash.h arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
stm32l5_gpio.c arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
stm32l5_gpio.h arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
stm32l5_idle.c stm32l5: Fix findings with latest nxstyle 2021-03-16 12:04:00 -07:00
stm32l5_irq.c arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
stm32l5_lowputc.c
stm32l5_lowputc.h
stm32l5_lse.c stm32l5_lse: Drive reduction after start-up 2021-03-18 19:59:41 -07:00
stm32l5_lsi.c
stm32l5_mpuinit.c
stm32l5_mpuinit.h
stm32l5_pwr.c
stm32l5_pwr.h
stm32l5_rcc.c arch: Author Sebastien Lorquet: update licenses to Apache 2021-03-22 19:28:38 -07:00
stm32l5_rcc.h arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
stm32l5_serial.c arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
stm32l5_spi.c arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_spi.h arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_start.c arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_start.h arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_tim_lowerhalf.c arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_tim.c arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_tim.h arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_timerisr.c arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_uart.h arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
stm32l5_uid.c arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_uid.h arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_userspace.c arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_userspace.h arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_waste.c arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_waste.h arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5.h arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l562xx_rcc.c

This is a port of NuttX to the STM32L5 Family

Used development boards are the Nucleo L552ZE-Q, and STM32L562E-DK.

Most code is copied and adapted from the STM32L4 port.

The only supported STM32L5 family currently is:

-----------------------------------------------------------------
| NuttX config      | Manual | Chips
| STM32L5           | RM0438 | STM32L552xx and STM32L562xx
------------------------------------------------------------------

TODO list
---------

Extensive testing.  Only initial sniff tests have been done.
A prober TODO list should be generated.