Correct JLINK_DEVICE and FREERTOS_PORT in F070RB make file. FreeRTOS and j-link are untested.

This commit is contained in:
Nathan Conrad 2019-09-10 08:28:56 -04:00
parent 49c58be4ce
commit 2cf2f35fa3
1 changed files with 2 additions and 2 deletions

View File

@ -36,10 +36,10 @@ VENDOR = st
CHIP_FAMILY = stm32_fsdev
# For freeRTOS port source
FREERTOS_PORT = ARM_CM4F
FREERTOS_PORT = ARM_CM0
# For flash-jlink target
JLINK_DEVICE = stm32f303vc
JLINK_DEVICE = stm32f070rb
JLINK_IF = swd
# Path to STM32 Cube Programmer CLI, should be added into system path