.. |
hardware
|
arch/stm32f0l0g0: fix compilation for L0 pinmap
|
2023-05-24 22:30:45 +08:00 |
chip.h
|
arch: arm: stm: fix nxstyle errors
|
2021-03-31 00:59:15 -05:00 |
CMakeLists.txt
|
cmake: port stm32f0l0g0
|
2023-07-24 10:13:26 -07:00 |
Kconfig
|
stm32f0l0g0:stm32f0{3|5|7|9}x_pinmap & stm32g0_pinmap Remove GPIO_SPEED_xxx and add legacy pinmap
|
2023-04-19 09:58:11 +02:00 |
Make.defs
|
arch/cortex-m/Make.defs: unify arch common source include
|
2022-04-30 21:50:16 +08:00 |
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
|
arch/arm: Remove FAR and CODE from chip folder(3)
|
2022-05-03 16:50:52 +03:00 |
stm32_aes.c
|
Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER
|
2022-11-14 09:34:04 +09:00 |
stm32_aes.h
|
arch: Haltian Ltd: update licenses to Apache
|
2021-11-15 06:49:32 -06:00 |
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
|
arch/arm: Remove FAR and CODE from chip folder(3)
|
2022-05-03 16:50:52 +03:00 |
stm32_exti_gpio.c
|
arch/arm: Remove FAR and CODE from chip folder(3)
|
2022-05-03 16:50:52 +03:00 |
stm32_exti.h
|
arch: arm: stm: fix nxstyle errors
|
2021-03-31 00:59:15 -05:00 |
stm32_gpio.c
|
Fix gpio outputs from being configured as interrupts in stm32f0l0g0 gpio driver
|
2023-06-30 02:28:37 +08:00 |
stm32_gpio.h
|
stm32f0l0g0: Fix GPIO port definitions
|
2023-05-10 18:01:07 +08:00 |
stm32_hsi48.c
|
arch: Merge up_arch.h into up_internal.h
|
2022-03-14 09:32:17 +02:00 |
stm32_hsi48.h
|
arch: arm: fixes for nxstyle errors
|
2021-03-22 19:28:38 -07:00 |
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
|
arch/arm: Remove FAR and CODE from chip folder(3)
|
2022-05-03 16:50:52 +03:00 |
stm32_idle.c
|
arch: Author Alan Carvalho de Assis: update licenses to Apache
|
2021-03-22 19:28:38 -07:00 |
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
|
arch: Merge up_arch.h into up_internal.h
|
2022-03-14 09:32:17 +02:00 |
stm32_lowputc_v2.c
|
arch: Merge up_arch.h into up_internal.h
|
2022-03-14 09:32:17 +02:00 |
stm32_lowputc.c
|
|
|
stm32_lowputc.h
|
arch: arm: stm: fix nxstyle errors
|
2021-03-31 00:59:15 -05:00 |
stm32_lse.c
|
arch: Merge up_arch.h into up_internal.h
|
2022-03-14 09:32:17 +02:00 |
stm32_pwm.c
|
arch/arm: Remove FAR and CODE from chip folder(3)
|
2022-05-03 16:50:52 +03:00 |
stm32_pwm.h
|
Remove the remain MIN/MAX like macro
|
2023-02-03 23:22:41 +08:00 |
stm32_pwr.c
|
arch: arm: update licenses to Apache
|
2021-05-31 01:37:27 -05:00 |
stm32_pwr.h
|
arch: arm: update licenses to Apache
|
2021-05-31 01:37:27 -05:00 |
stm32_rcc.c
|
arch: Merge up_arch.h into up_internal.h
|
2022-03-14 09:32:17 +02:00 |
stm32_rcc.h
|
arch: Merge up_arch.h into up_internal.h
|
2022-03-14 09:32:17 +02:00 |
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
|
Indent the define statement by two spaces
|
2023-05-21 09:52:08 -03:00 |
stm32_serial_v2.c
|
change strcpy to strlcpy
|
2023-02-24 12:15:40 +08:00 |
stm32_serial.c
|
arch: arm: fixes for nxstyle errors
|
2021-03-22 19:28:38 -07:00 |
stm32_serial.h
|
arch: arm: stm: fix nxstyle errors
|
2021-03-31 00:59:15 -05:00 |
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/{all stm32 | all nordic | at32}: simplify the enable condition for up_perf_init
|
2023-10-03 12:53:10 +08:00 |
stm32_start.h
|
arch: arm: stm: fix nxstyle errors
|
2021-03-31 00:59:15 -05:00 |
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
|
arch/arm: Remove FAR and CODE from chip folder(3)
|
2022-05-03 16:50:52 +03:00 |
stm32_tim.h
|
arch/arm: Remove FAR and CODE from chip folder(3)
|
2022-05-03 16:50:52 +03:00 |
stm32_timerisr.c
|
arch/arm: Remove FAR and CODE from chip folder(3)
|
2022-05-03 16:50:52 +03:00 |
stm32_uart.h
|
arch: arm: fixes for nxstyle errors
|
2021-03-22 19:28:38 -07:00 |
stm32_usbdev.c
|
mm/alloc: remove all unnecessary cast for alloc
|
2023-08-30 14:34:20 +08:00 |
stm32_usbdev.h
|
arch/arm: Remove FAR and CODE from chip folder(3)
|
2022-05-03 16:50:52 +03:00 |
stm32.h
|
NuttX: Mateusz Tomasz Szafoni: update licenses to Apache
|
2021-04-01 12:13:12 -05:00 |
stm32f0_rcc.c
|
arch: Merge up_arch.h into up_internal.h
|
2022-03-14 09:32:17 +02:00 |
stm32f0l0_pwr.c
|
arch: Merge up_arch.h into up_internal.h
|
2022-03-14 09:32:17 +02:00 |
stm32g0_pwr.c
|
arch: Merge up_arch.h into up_internal.h
|
2022-03-14 09:32:17 +02:00 |
stm32g0_rcc.c
|
Added ARCH_BOARD_STM32F0G0L0_CUSTOM_CLOCKCONFIG option to stm32f0/g0/l0 chip configiuration
|
2021-10-22 09:03:14 -05:00 |
stm32l0_rcc.c
|
Added ARCH_BOARD_STM32F0G0L0_CUSTOM_CLOCKCONFIG option to stm32f0/g0/l0 chip configiuration
|
2021-10-22 09:03:14 -05:00 |