Skip to content

Commit

Permalink
Merge pull request #5518 from fbmrk/issue_5514
Browse files Browse the repository at this point in the history
STM32F407VG: Fix RTC
  • Loading branch information
theotherjimmy committed Nov 20, 2017
2 parents 800be4e + 313458b commit a519b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@
"core": "Cortex-M4F",
"extra_labels_add": ["STM32F4", "STM32F407", "STM32F407xG", "STM32F407VG"],
"supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
"macros_add": ["USB_STM_HAL"],
"macros_add": ["RTC_LSI=1", "USB_STM_HAL"],
"device_has_add": ["ANALOGOUT"],
"device_name": "STM32F407VG"
},
Expand Down Expand Up @@ -3191,7 +3191,7 @@
"inherits": ["Target"],
"core": "Cortex-M4F",
"macros": ["TARGET_NRF52840", "BLE_STACK_SUPPORT_REQD", "SOFTDEVICE_PRESENT", "S140", "NRF_SD_BLE_API_VERSION=5", "NRF52840_XXAA", "NRF_DFU_SETTINGS_VERSION=1", "NRF_SD_BLE_API_VERSION=5", "CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""],
"device_has": ["STCLK_OFF_DURING_SLEEP"],
"device_has": ["STCLK_OFF_DURING_SLEEP"],
"extra_labels": ["NORDIC", "MCU_NRF52840", "NRF5", "SDK13", "NRF52_COMMON"],
"OUTPUT_EXT": "hex",
"is_disk_virtual": true,
Expand Down

0 comments on commit a519b84

Please sign in to comment.