nuttx/arch/arm/src/stm32f0l0g0
lilei19 38f64f559d change strcpy to strlcpy
Signed-off-by: lilei19 <lilei19@xiaomi.com>
2023-02-24 12:15:40 +08:00
..
hardware
chip.h
Kconfig
Make.defs
stm32_adc.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
stm32_adc.h
stm32_aes.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
stm32_aes.h
stm32_crypto.c crypto:add some hardware support 2022-12-14 02:33:56 +08:00
stm32_dma_v1.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
stm32_dma.h
stm32_exti_gpio.c
stm32_exti.h
stm32_gpio.c
stm32_gpio.h
stm32_hsi48.c
stm32_hsi48.h
stm32_i2c.c Revert "arch: Don't free the context if the reference doesn't equal zero" 2023-01-15 19:52:05 +08:00
stm32_i2c.h
stm32_idle.c
stm32_irq.c
stm32_lowputc_v1.c
stm32_lowputc_v2.c
stm32_lowputc.c
stm32_lowputc.h
stm32_lse.c
stm32_pwm.c
stm32_pwm.h Remove the remain MIN/MAX like macro 2023-02-03 23:22:41 +08:00
stm32_pwr.c
stm32_pwr.h
stm32_rcc.c
stm32_rcc.h
stm32_rng.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
stm32_serial_v1.c change strcpy to strlcpy 2023-02-24 12:15:40 +08:00
stm32_serial_v2.c change strcpy to strlcpy 2023-02-24 12:15:40 +08:00
stm32_serial.c
stm32_serial.h
stm32_spi.c Fix Error: chip/stm32_spi.c:571:23: error: unused function 'spi_getreg8' 2022-11-21 17:39:04 +08:00
stm32_spi.h
stm32_start.c arch/stm32: Initialize up_perf after system boot 2023-01-06 13:32:12 +08:00
stm32_start.h
stm32_tim_lowerhalf.c Fix Error: chip/stm32_tim_lowerhalf.c:479:54: error: format specifies type 'unsigned long' but the argument has type 'uint32_t' 2022-11-21 17:39:04 +08:00
stm32_tim.c
stm32_tim.h
stm32_timerisr.c
stm32_uart.h
stm32_usbdev.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
stm32_usbdev.h
stm32.h
stm32f0_rcc.c
stm32f0l0_pwr.c
stm32g0_pwr.c
stm32g0_rcc.c
stm32l0_rcc.c