nuttx/arch/arm
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
..
include arch/Kconfig: remove virtual memory allocator dependency from MM_SHM 2023-01-13 02:20:13 +08:00
src Revert "arch: Don't free the context if the reference doesn't equal zero" 2023-01-15 19:52:05 +08:00
Kconfig arm/Kconfig: add cortex-m85 config 2022-12-09 01:53:10 +08:00