Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions targets/TARGET_NUVOTON/TARGET_M480/PinNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,11 @@ typedef enum {
LED3 = LED_GREEN,
LED4 = LED1, // No real LED. Just for passing ATS.
// Button naming
#if TARGET_NUMAKER_PFM_M487
SW2 = PG_15,
#elif TARGET_NUMAKER_IOT_M487
SW2 = PG_5,
#endif
SW3 = PF_11,

} PinName;
Expand Down
12 changes: 10 additions & 2 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4318,9 +4318,10 @@
"release_versions": ["5"],
"device_name": "nRF52832_xxAA"
},
"NUMAKER_PFM_M487": {
"MCU_M480": {
"core": "Cortex-M4F",
"default_toolchain": "ARM",
"public": false,
"extra_labels": ["NUVOTON", "M480", "FLASH_CMSIS_ALGO","NUVOTON_EMAC"],
"is_disk_virtual": true,
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Expand Down Expand Up @@ -4354,12 +4355,19 @@
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3"],
"device_has": ["USTICKER", "LPTICKER", "RTC", "ANALOGIN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "STDIO_MESSAGES", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "TRNG", "FLASH", "CAN", "EMAC"],
"release_versions": ["5"],
"device_name": "M487JIDAE",
"bootloader_supported": true,
"overrides": {
"network-default-interface-type": "ETHERNET"
}
},
"NUMAKER_PFM_M487": {
"inherits": ["MCU_M480"],
"device_name": "M487JIDAE"
},
"NUMAKER_IOT_M487": {
"inherits": ["MCU_M480"],
"device_name": "M487JIDAE"
},
"TMPM066": {
"inherits": ["Target"],
"core": "Cortex-M0",
Expand Down