Skip to content

Commit eb812a1

Browse files
committed
Add LOWPOWERTIMER capability for NUCLEO_F303ZE
1 parent 9fce16d commit eb812a1

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
@@ -758,9 +758,9 @@
758758
"inherits": ["Target"],
759759
"detect_code": ["0747"],
760760
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2"],
761-
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
761+
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "LOWPOWERTIMER"],
762762
"release_versions": ["2", "5"],
763-
"device_name": "STM32F303RE"
763+
"device_name": "STM32F303ZE"
764764
},
765765
"NUCLEO_F334R8": {
766766
"supported_form_factors": ["ARDUINO", "MORPHO"],

0 commit comments

Comments
 (0)