Skip to content

Allow boards to specify a custom startup file. #354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
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
2 changes: 2 additions & 0 deletions cores/arduino/stm32/stm32_def_build.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef _STM32_DEF_BUILD_
#define _STM32_DEF_BUILD_

#ifndef CMSIS_STARTUP_FILE
#if defined(STM32F030x6)
#define CMSIS_STARTUP_FILE "startup_stm32f030x6.s"
#elif defined(STM32F030x8)
Expand Down Expand Up @@ -296,4 +297,5 @@
#else
#error UNKNOWN CHIP
#endif
#endif // CMSIS_STARTUP_FILE undefined
#endif //_STM32_DEF_BUILD_
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"description":"Arduino STM32 Official Framework (stm32core)",
"name":"framework-arduinostm32core",
"system":"all",
"url":"https://github.com/xC0000005/Arduino_Core_STM32",
"version":"1.0.0"
}