Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-embedded
/
cortex-m
Public
Notifications
You must be signed in to change notification settings
Fork
196
Star
999
Code
Issues
97
Pull requests
14
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Swap to just-stabilised asm!() and global_asm!() macros
- #423
#423
Merged
bors[bot]
merged 12 commits into
master
rust-embedded/cortex-m:master
from
stable-inline-asm
rust-embedded/cortex-m:stable-inline-asm
Copy head branch name to clipboard
Mar 1, 2022
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Swap to just-stabilised asm!() and global_asm!() macros
#423
bors[bot]
merged 12 commits into
master
rust-embedded/cortex-m:master
from
stable-inline-asm
rust-embedded/cortex-m:stable-inline-asm
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2022
Exclude c-m-rt from cron test of cortex-m, fixes #417
adamgreig
committed
689259b
View commit details
Copy full SHA for 689259b
Browse repository at this point
Allow #[naked] attribute on interrupt handlers and pre_init
adamgreig
committed
9e8dd29
View commit details
Copy full SHA for 9e8dd29
Browse repository at this point
Remove outlined asm, replace with stable inline asm.
adamgreig
committed
894f2aa
View commit details
Copy full SHA for 894f2aa
Browse repository at this point
Remove prebuilt cortex-m-rt binaries, replace with global_asm
adamgreig
committed
2810f97
View commit details
Copy full SHA for 2810f97
Browse repository at this point
Add set-sp and set-vtor features to cortex-m-rt.
adamgreig
committed
7813e4d
View commit details
Copy full SHA for 7813e4d
Browse repository at this point
Remove references to unsupported Rust versions in cortex-m-rt
adamgreig
committed
37de64a
View commit details
Copy full SHA for 37de64a
Browse repository at this point
Bump to Edition 2021 and rust-version 1.59
adamgreig
committed
c39dfb3
View commit details
Copy full SHA for c39dfb3
Browse repository at this point
Add a free() method for non-cortex-m build targets that panics, to allow checking code that uses it on native platform.
adamgreig
committed
db8bea2
View commit details
Copy full SHA for db8bea2
Browse repository at this point
Tweaks to enable building and doctesting on host platform
adamgreig
committed
f2feeb2
View commit details
Copy full SHA for f2feeb2
Browse repository at this point
Commits on Feb 25, 2022
Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, add inline to most cortex_m::asm methods
adamgreig
committed
3e8a5be
View commit details
Copy full SHA for 3e8a5be
Browse repository at this point
Remove inline-asm features from cortex-m-semihosting and panic-semihosting entirely
adamgreig
committed
b49bcbe
View commit details
Copy full SHA for b49bcbe
Browse repository at this point
Put inline asm directly into cortex-m-semihosting so it doesn't need to depend on cortex-m 0.8
adamgreig
committed
ac2a836
View commit details
Copy full SHA for ac2a836
Browse repository at this point
You can’t perform that action at this time.