This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
725dfd5db9
nuttx
/
arch
/
arm
/
src
/
stm32f0l0g0
History
Nathan Hartman
5f9cb6faf4
drivers/serial: Fix docstrings on UART interrupt handlers
2023-02-07 04:41:36 +08:00
..
hardware
stm32f0l0g0/hardware/stm32_spi.h: remove unused definitions
2022-07-25 23:46:33 +08:00
chip.h
Kconfig
arch/stm32f0l0g0: add SPI3 support (STM32G0B0 chips)
2022-08-05 13:57:56 +08:00
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
arch: move non arm g_current_regs defintion to common place
2022-09-21 22:23:11 +02:00
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
drivers/serial: Fix docstrings on UART interrupt handlers
2023-02-07 04:41:36 +08:00
stm32_serial_v2.c
drivers/serial: Fix docstrings on UART interrupt handlers
2023-02-07 04:41:36 +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
arch/stm32f0l0g0: add SPI3 support (STM32G0B0 chips)
2022-08-05 13:57:56 +08:00
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