Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes fromall 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 deletionscores/arduino/stm32/stm32_def_build.h
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand Up@@ -296,4 +297,5 @@
#else
#error UNKNOWN CHIP
#endif
#endif // CMSIS_STARTUP_FILE undefined
#endif //_STM32_DEF_BUILD_
7 changes: 7 additions & 0 deletionspackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff 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"
}

[8]ページ先頭

©2009-2025 Movatter.jp