mirror of
https://github.com/apache/nuttx.git
synced 2026-09-06 00:52:58 +00:00
Fix typos in these files:
* Documentation/components/drivers/character/foc.rst
* Documentation/guides/cpp_cmake.rst
* Kconfig
* arch/arm/src/imxrt/imxrt_lpspi.c
* arch/arm/src/kinetis/kinetis_spi.c
* arch/arm/src/kl/kl_spi.c
* arch/arm/src/lpc31xx/lpc31_spi.c
* arch/arm/src/nrf52/nrf52_radio.h
* arch/arm/src/s32k1xx/s32k1xx_lpspi.c
* arch/arm/src/stm32/Kconfig
* arch/arm/src/stm32/stm32_adc.c
* arch/arm/src/stm32/stm32_foc.c
* arch/arm/src/stm32/stm32_foc.h
* arch/arm/src/stm32/stm32_pwm.c
* arch/arm/src/stm32/stm32_spi.c
* arch/arm/src/stm32f0l0g0/stm32_spi.c
* arch/arm/src/stm32f7/Kconfig
* arch/arm/src/stm32f7/stm32_spi.c
* arch/arm/src/stm32h7/Kconfig
* arch/arm/src/stm32h7/stm32_allocateheap.c
* arch/arm/src/stm32h7/stm32_fmc.c
* arch/arm/src/stm32h7/stm32_fmc.h
* arch/arm/src/stm32h7/stm32_pwm.c
* arch/arm/src/stm32h7/stm32_qspi.c
* arch/arm/src/stm32h7/stm32_spi.c
* arch/arm/src/stm32l4/stm32l4_pwm.c
* arch/arm/src/stm32l4/stm32l4_spi.c
* arch/arm/src/stm32l5/Kconfig
* arch/arm/src/stm32l5/stm32l5_spi.c
* arch/renesas/src/rx65n/rx65n_dtc.c
* arch/renesas/src/rx65n/rx65n_usbdev.c
* arch/risc-v/src/rv32m1/rv32m1_serial.c
* boards/arm/stm32/b-g431b-esc1/src/stm32_foc.c
* boards/arm/stm32/nucleo-f103rb/src/stm32_foc_ihm07m1.c
* boards/arm/stm32/nucleo-f302r8/src/stm32_foc_ihm07m1.c
* boards/arm/stm32h7/nucleo-h743zi2/README.txt
* boards/risc-v/rv32m1/rv32m1-vega/README.txt
* boards/sim/sim/sim/scripts/Make.defs
* drivers/1wire/1wire.c
* drivers/1wire/1wire_internal.h
* drivers/lcd/Kconfig
* drivers/syslog/ramlog.c
* fs/fat/Kconfig
* libs/libc/debug/Kconfig
* libs/libc/machine/Kconfig
* libs/libc/stdio/lib_libvsprintf.c
* libs/libc/stdlib/lib_div.c
* libs/libc/stdlib/lib_ldiv.c
* libs/libc/stdlib/lib_lldiv.c
* libs/libdsp/lib_observer.c
|
||
|---|---|---|
| .. | ||
| hardware | ||
| chip.h | ||
| Kconfig | ||
| Make.defs | ||
| README.txt | ||
| stm32l5.h | ||
| stm32l5_allocateheap.c | ||
| stm32l5_dbgmcu.h | ||
| stm32l5_dumpgpio.c | ||
| stm32l5_exti.h | ||
| stm32l5_exti_gpio.c | ||
| stm32l5_flash.c | ||
| stm32l5_flash.h | ||
| stm32l5_gpio.c | ||
| stm32l5_gpio.h | ||
| stm32l5_idle.c | ||
| stm32l5_irq.c | ||
| stm32l5_lowputc.c | ||
| stm32l5_lowputc.h | ||
| stm32l5_lse.c | ||
| stm32l5_lsi.c | ||
| stm32l5_mpuinit.c | ||
| stm32l5_mpuinit.h | ||
| stm32l5_pwr.c | ||
| stm32l5_pwr.h | ||
| stm32l5_rcc.c | ||
| stm32l5_rcc.h | ||
| stm32l5_serial.c | ||
| stm32l5_spi.c | ||
| stm32l5_spi.h | ||
| stm32l5_start.c | ||
| stm32l5_start.h | ||
| stm32l5_tim.c | ||
| stm32l5_tim.h | ||
| stm32l5_tim_lowerhalf.c | ||
| stm32l5_timerisr.c | ||
| stm32l5_uart.h | ||
| stm32l5_uid.c | ||
| stm32l5_uid.h | ||
| stm32l5_userspace.c | ||
| stm32l5_userspace.h | ||
| stm32l5_waste.c | ||
| stm32l5_waste.h | ||
| 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.