zephyrproject-rtos / meta-zephyr-sdk

Zephyr SDK (obsolete)
MIT License
44 stars 29 forks source link

Update zephyr SDK to support STM32L4/STM32F7 flashing via openocd #46

Closed zephyrbot closed 7 years ago

zephyrbot commented 7 years ago

Reported by Erwan Gouriou:

$ make BOARD=nucleo_l476rg flash

Output: ... Flashing not supported with this board. ...

STM32L4 is supported on openocd since few monthes. It would be good to update openocd version in Zephyr SDK

Besides it would be good get an openocd version supporting cortex M7, as supported on Zephyr as well (for potential upcoming STM32F7 SoC).

Thanks!

(Imported from Jira SDK-27)

zephyrbot commented 7 years ago

by Mark Linkmeyer:

Per Juro, this will be completed as a part of getting GH-68 implemented.

zephyrbot commented 7 years ago

by Anas Nashif:

GH-68

zephyrbot commented 7 years ago

Related to GH-68