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

[DO NOT MERGE] Update to CMSIS 5.5.0#3

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

Open
sandeepmistry wants to merge1 commit intoarduino:master
base:master
Choose a base branch
Loading
fromsandeepmistry:cmsis5
Open
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
6 changes: 3 additions & 3 deletions.gitmodules
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
[submodule "ARM_CMSIS"]
path =CMSIS
url = git@github.com:ARM-software/CMSIS.git
[submodule "CMSIS_5"]
path =CMSIS_5
url = git@github.com:ARM-software/CMSIS_5.git
1 change: 1 addition & 0 deletionsCMSIS_5
Open in desktop
SubmoduleCMSIS_5 added at a82c29
9 changes: 6 additions & 3 deletionsMakefile
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,11 +26,11 @@ ROOT_PATH := .

#PACKAGE_NAME := $(basename $(notdir $(CURDIR)))
PACKAGE_NAME := "CMSIS"
PACKAGE_VERSION :=4.5.0
PACKAGE_VERSION :=5.5.0

# -----------------------------------------------------------------------------
# packaging specific
PACKAGE_FOLDER :=CMSIS
PACKAGE_FOLDER :=CMSIS_5

ifeq (postpackaging,$(findstring $(MAKECMDGOALS),postpackaging))
PACKAGE_FILENAME=$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2
Expand All@@ -51,11 +51,14 @@ all: clean print_info
@echo "Packaging module."
tar --exclude=./.gitattributes \
--exclude=./.travis.yml \
--exclude=docs \
--exclude=CMSIS/index.html \
--exclude=CMSIS/Documentation \
--exclude=CMSIS/DoxyGen \
--exclude=CMSIS/NN/Examples \
--exclude=CMSIS/Pack \
--exclude=CMSIS/Utilities \
--exclude=CMSIS/DSP_Lib/Examples \
--exclude=CMSIS/DSP/Examples \
--exclude=Device/ARM/Documents \
--exclude=.git \
-cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2" "$(PACKAGE_FOLDER)"
Expand Down
2 changes: 1 addition & 1 deletionREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
# ArduinoModule-CMSIS
ARM CMSIS module for Arduino IDE

Source is the one provided by ARM at https://github.com/ARM-software/CMSIS/
Source is the one provided by ARM at https://github.com/ARM-software/CMSIS_5/

Main CMSIS URL is http://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard.php

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp