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
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 }}
StackRduino
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
py
asmthumb.h
on
encoding
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 6, 2020
Add license to some obvious files.
Flameeyes
committed
34b4993
View commit details
Copy full SHA for 34b4993
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
continued WIP: almost compiling
dhalbert
committed
0d27f4d
View commit details
Copy full SHA for 0d27f4d
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
WIP: after merge; before testing
dhalbert
committed
7c21960
View commit details
Copy full SHA for 7c21960
View code at this point
Browse repository at this point
Commits on Apr 10, 2018
py: Refactor how native emitter code is compiled with a file per arch.
Show description for ef12a4b
dpgeorge
committed
ef12a4b
View commit details
Copy full SHA for ef12a4b
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
py/emitnative: Clean up asm macro names so they have dest as first arg.
Show description for 564a95c
dpgeorge
committed
564a95c
View commit details
Copy full SHA for 564a95c
View code at this point
Browse repository at this point
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5e
dhalbert
committed
ef61b5e
View commit details
Copy full SHA for ef61b5e
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324
webmeister
authored and
dpgeorge
committed
55f3324
View commit details
Copy full SHA for 55f3324
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62
webmeister
authored and
dpgeorge
committed
299bc62
View commit details
Copy full SHA for 299bc62
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Fixup warnings from merge about undefined macro values, switch to
Show description for cea5503
tannewt
committed
cea5503
View commit details
Copy full SHA for cea5503
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
py: Move arch-specific assembler macros from emitnative to asmXXX.h.
dpgeorge
committed
c8746e1
View commit details
Copy full SHA for c8746e1
View code at this point
Browse repository at this point
Commits on Nov 27, 2016
py: Factor out common code from assemblers into asmbase.[ch].
Show description for 6125995
dpgeorge
committed
6125995
View commit details
Copy full SHA for 6125995
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler.
dpgeorge
committed
096d1e4
View commit details
Copy full SHA for 096d1e4
View code at this point
Browse repository at this point
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618
dpgeorge
committed
9988618
View commit details
Copy full SHA for 9988618
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
py: For inline assembler, add bcc_n and bcc_w ops.
Show description for 9f142f0
dpgeorge
committed
9f142f0
View commit details
Copy full SHA for 9f142f0
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
py: Make inline assembler raise exception when branch not in range.
Show description for 5345743
dpgeorge
committed
5345743
View commit details
Copy full SHA for 5345743
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
py: Make more asmthumb functions inline to reduce code size.
dpgeorge
committed
e41b21c
View commit details
Copy full SHA for e41b21c
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
py: Implement bl/bx instructions for inline Thumb assembler.
dpgeorge
committed
eff10f6
View commit details
Copy full SHA for eff10f6
View code at this point
Browse repository at this point
py: Implement "it" instruction for inline Thumb assembler.
dpgeorge
committed
4249539
View commit details
Copy full SHA for 4249539
View code at this point
Browse repository at this point
Commits on Jan 1, 2015
py: Add guarded includes for asm-based headers.
dpgeorge
committed
ebde3c6
View commit details
Copy full SHA for ebde3c6
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
py: Make macro names in assemblers consistent, and tidy up a bit.
dpgeorge
committed
0b610de
View commit details
Copy full SHA for 0b610de
View code at this point
Browse repository at this point
py: In asmthumb, clean up unit/int types and ite ops.
dpgeorge
committed
851f15f
View commit details
Copy full SHA for 851f15f
View code at this point
Browse repository at this point
Commits on Sep 7, 2014
py: Clean up x86-64 native assembler; allow use of extended regs.
Show description for 8105736
dpgeorge
committed
8105736
View commit details
Copy full SHA for 8105736
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02
dpgeorge
committed
40f3c02
View commit details
Copy full SHA for 40f3c02
View code at this point
Browse repository at this point
Commits on May 7, 2014
py, compiler: Improve passes; add an extra pass for native emitter.
dpgeorge
committed
36db6bc
View commit details
Copy full SHA for 36db6bc
View code at this point
Browse repository at this point
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147
dpgeorge
committed
04b9147
View commit details
Copy full SHA for 04b9147
View code at this point
Browse repository at this point
Commits on Apr 21, 2014
py: Add 'align' and 'data' meta-instructions to inline assembler.
dpgeorge
committed
e5f8a77
View commit details
Copy full SHA for e5f8a77
View code at this point
Browse repository at this point
Commits on Apr 18, 2014
inlinethumb: Add wfi, cpsid and cpsie instructions.
dpgeorge
committed
90edf9e
View commit details
Copy full SHA for 90edf9e
View code at this point
Browse repository at this point
Commits on Apr 12, 2014
py: Big improvements to inline assembler.
Show description for 8721087
dpgeorge
committed
8721087
View commit details
Copy full SHA for 8721087
View code at this point
Browse repository at this point
py: Improve inline assembler; improve compiler constant folding.
dpgeorge
committed
a26dc50
View commit details
Copy full SHA for a26dc50
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
py: Make labels unsigned ints (converted from int).
Show description for 6f355fd
dpgeorge
committed
6f355fd
View commit details
Copy full SHA for 6f355fd
View code at this point
Browse repository at this point
Commits on Apr 8, 2014
py: Improve inline assembler; add a few more opcodes.
dpgeorge
committed
47e1b85
View commit details
Copy full SHA for 47e1b85
View code at this point
Browse repository at this point
Commits on Nov 3, 2013
Support for for-loop in native thumb.
dpgeorge
committed
9b9e996
View commit details
Copy full SHA for 9b9e996
View code at this point
Browse repository at this point
Implement more thumb branch instructions.
dpgeorge
committed
1a6633a
View commit details
Copy full SHA for 1a6633a
View code at this point
Browse repository at this point
Commits on Oct 5, 2013
Add b_n opcode to inline thumb asm.
dpgeorge
committed
03d4124
View commit details
Copy full SHA for 03d4124
View code at this point
Browse repository at this point
Add support for inline thumb assembly.
dpgeorge
committed
826005c
View commit details
Copy full SHA for 826005c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.