nuttx/arch/arm/src/stm32f0l0g0
Jukka Laitinen f9c8b4015f Revert "arch: Don't free the context if the reference doesn't equal zero"
struct stm32_i2c_inst_s instance is allocated on every call to
stm32_i2cbus_initialize, and that instance is supposed to be deleted on every
call to stm32_i2cbus_uninitialize.

The "refs" counter just keeps track on when the last one is deleted, and
everything is unregisterd/disabled.

This reverts commit 8098c80338.
2023-01-15 19:52:05 +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 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
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
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 arch/arm: Remove FAR and CODE from chip folder(3) 2022-05-03 16:50:52 +03:00
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 arch/arm: Remove FAR and CODE from chip folder(3) 2022-05-03 16:50:52 +03:00
stm32_pwm.h arch/arm: Remove FAR and CODE from chip folder(3) 2022-05-03 16:50:52 +03: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 power: add PM_IDLE_DOMAIN to pm.h and remove definations 2022-07-29 11:15:40 +08:00
stm32_serial_v2.c Fix Error: chip/stm32_serial.c:1542:20: error: unused function 'up_serialmod' 2022-11-21 17:39:04 +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 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
stm32_usbdev.c nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +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
stm32f0_rcc.c
stm32f0l0_pwr.c
stm32g0_pwr.c
stm32g0_rcc.c
stm32l0_rcc.c