Skip to content

Commit 36740a1

Browse files
committed
NUCLEO_F410RB: Add I2C_ASYNCH capability
It has disappeeared with #2765
1 parent f044786 commit 36740a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,8 @@
815815
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
816816
"inherits": ["Target"],
817817
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2"],
818-
"detect_code": ["0740"],
819-
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "TRNG"],
818+
"detect_code": ["0744"],
819+
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "TRNG"],
820820
"release_versions": ["2", "5"],
821821
"device_name": "STM32F410RB"
822822
},

0 commit comments

Comments
 (0)