Skip to content
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"
}