Skip to content

Commit 3b1438b

Browse files
authored
Merge pull request #6015 from davidsaada/david_k82f_flash
Add missing flash device feature to the K82F board
2 parents ebb3924 + eb5b18b commit 3b1438b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
"macros": ["CPU_MK82FN256VDC15", "FSL_RTOS_MBED"],
692692
"inherits": ["Target"],
693693
"detect_code": ["0217"],
694-
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
694+
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG", "FLASH"],
695695
"release_versions": ["2", "5"],
696696
"device_name": "MK82FN256xxx15"
697697
},

0 commit comments

Comments
 (0)