nuttx/arch/arm/src/stm32l5
Petro Karashchenko 8d3bf05fd2 include: fix double include pre-processor guards
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2022-01-16 11:11:14 -03:00
..
hardware include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
chip.h
Kconfig arch: arm: stm32, stm32h7, stm32l5: Fix typos in KConfig help texts 2021-07-25 14:16:22 -03:00
Make.defs arch: Compile up_puts in all Make.defs 2021-09-18 07:33:44 -03:00
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 Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
stm32l5_exti_gpio.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
stm32l5_exti.h
stm32l5_flash.c Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
stm32l5_flash.h arm: stm32xx: Michael Jung: update licenses to Apache 2021-04-01 12:13:12 -05:00
stm32l5_gpio.c arch: arm: stm32, stm32f0l0g0, stm32h7, stm32l4, stm32l5: Fix typos. 2021-07-25 14:16:22 -03:00
stm32l5_gpio.h arch: arm: stm32, stm32f0l0g0, stm32h7, stm32l4, stm32l5: Fix typos. 2021-07-25 14:16:22 -03:00
stm32l5_idle.c stm32l5: Fix findings with latest nxstyle 2021-03-16 12:04:00 -07:00
stm32l5_irq.c arch: arm: stm32, stm32f0l0g0, stm32h7, stm32l4, stm32l5: Fix typos. 2021-07-25 14:16:22 -03:00
stm32l5_lowputc.c
stm32l5_lowputc.h
stm32l5_lse.c arch: arm: update licenses to Apache 2021-05-31 01:37:27 -05:00
stm32l5_lsi.c arch: arm: update licenses to Apache 2021-05-31 01:37:27 -05:00
stm32l5_mpuinit.c
stm32l5_mpuinit.h
stm32l5_pwr.c arch/arm/src/stm32l4: add control for Vddio2 independent I/Os supply valid 2021-09-09 08:26:08 -03:00
stm32l5_pwr.h
stm32l5_rcc.c arch: arm: stm32, stm32f0l0g0, stm32h7, stm32l4, stm32l5: Fix typos. 2021-07-25 14:16:22 -03:00
stm32l5_rcc.h arch: arm: stm32, stm32f0l0g0, stm32h7, stm32l4, stm32l5: Fix typos. 2021-07-25 14:16:22 -03:00
stm32l5_serial.c Update arch/arm/src/stm32l5/stm32l5_serial.c 2021-07-25 14:16:22 -03:00
stm32l5_spi.c arch: arm: stm32, stm32f0l0g0, stm32h7, stm32l4, stm32l5: Fix typos. 2021-07-25 14:16:22 -03:00
stm32l5_spi.h arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_start.c arch/arm: Add NVIC_FPCCR_XXX macro to avoid the hard code value 2021-08-15 10:50:52 +02:00
stm32l5_start.h arch: arm: stm: fix nxstyle errors 2021-03-31 00:59:15 -05:00
stm32l5_tim_lowerhalf.c arch: Omni Hoverboards: update licenses to Apache 2021-09-28 04:37:38 -07:00
stm32l5_tim.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
stm32l5_tim.h arch: arm: update licenses to Apache 2021-05-31 01:37:27 -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.