espruino / Espruino

The Espruino JavaScript interpreter - Official Repo
http://www.espruino.com/
Other
2.73k stars 741 forks source link

clean gcc startup code also for nrf5x SDK >=15 #2512

Closed fanoush closed 3 weeks ago

fanoush commented 3 weeks ago

For SDK15 and up the gcc startup code is in different location. When not properly cleaned it breaks when gcc startup code is built with different flags for different boards. This is follow-up fix to PR #2510 which makes building with different flags possible.

gfwilliams commented 3 weeks ago

Ahh - thanks!