Skip to content

Commit 69a7481

Browse files
authored
Merge pull request #3085 from jeromecoutant/PR_LP_F303ZE
Add LOWPOWERTIMER capability for NUCLEO_F303ZE
2 parents 7499177 + eb812a1 commit 69a7481

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)