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 }}
ProGamerCode
/
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
tests
micropython
on
dynamic-native-modules
User selector
All users
All time
Commit history
Commits on Oct 13, 2015
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
dpgeorge
committed
2ec835f
View commit details
Copy full SHA for 2ec835f
View code at this point
Browse repository at this point
Commits on Oct 12, 2015
py: Implement ptr32 load and store in viper emitter.
dpgeorge
committed
b8f9ac5
View commit details
Copy full SHA for b8f9ac5
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
py/emitnative: Raise ViperTypeError for unsupported unary ops.
dpgeorge
committed
9f5f156
View commit details
Copy full SHA for 9f5f156
View code at this point
Browse repository at this point
Commits on Aug 30, 2015
tests: Consolidate all feature check snippets under feature_check/.
pfalcon
committed
a3fe307
View commit details
Copy full SHA for a3fe307
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
py: Allow viper functions to take up to 4 arguments.
Show description for e45c1db
dpgeorge
committed
e45c1db
View commit details
Copy full SHA for e45c1db
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
py: Fallback to stack alloca for Python-stack if heap alloc fails.
Show description for 6e56bb6
dpgeorge
committed
6e56bb6
View commit details
Copy full SHA for 6e56bb6
View code at this point
Browse repository at this point
Commits on Jun 4, 2015
py: Implement native multiply operation in viper emitter.
dpgeorge
committed
567b349
View commit details
Copy full SHA for 567b349
View code at this point
Browse repository at this point
py: Implement implicit cast to obj for viper load/store index/value.
Show description for 4d9cad1
dpgeorge
committed
4d9cad1
View commit details
Copy full SHA for 4d9cad1
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
tests: Add more tests for viper, including tests for ViperTypeError's.
dpgeorge
committed
40d43ea
View commit details
Copy full SHA for 40d43ea
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
py: Add %q format support to mp_[v]printf, and use it.
dpgeorge
committed
044c473
View commit details
Copy full SHA for 044c473
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
tests: Add missing tests for builtins, and many other things.
dpgeorge
committed
9dd3640
View commit details
Copy full SHA for 9dd3640
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
tests: Add specific test for closures in native emitter.
dpgeorge
committed
82f37bf
View commit details
Copy full SHA for 82f37bf
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
tests: Add tests for SyntaxError, TypeError, and other missing things.
Show description for 214179b
dpgeorge
committed
214179b
View commit details
Copy full SHA for 214179b
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
tests: Add tests for things that are not already tested.
Show description for af43565
dpgeorge
committed
af43565
View commit details
Copy full SHA for af43565
View code at this point
Browse repository at this point
Commits on Mar 1, 2015
tests: Add test for micropython const feature when it has a SyntaxError.
dpgeorge
committed
47538cc
View commit details
Copy full SHA for 47538cc
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
tests: Remove obsolete test; don't use fp in micropython/ tests.
dpgeorge
committed
ed8b4da
View commit details
Copy full SHA for ed8b4da
View code at this point
Browse repository at this point
py: Fix loading of immediate pointer in Thumb assembler.
Show description for d1c3788
dpgeorge
committed
d1c3788
View commit details
Copy full SHA for d1c3788
View code at this point
Browse repository at this point
Commits on Dec 14, 2014
asmarm: Fix bug with encoding small negative ints using MVN instruction.
pfalcon
committed
c0bc3bd
View commit details
Copy full SHA for c0bc3bd
View code at this point
Browse repository at this point
Commits on Oct 31, 2014
tests: Add heapalloc.py.exp, since CPython can't generate it.
dpgeorge
committed
c7da783
View commit details
Copy full SHA for c7da783
View code at this point
Browse repository at this point
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
Show description for 109c1de
dpgeorge
committed
109c1de
View commit details
Copy full SHA for 109c1de
View code at this point
Browse repository at this point
Commits on Oct 22, 2014
py: Remove unused and unneeded SystemError exception.
Show description for e7a4782
dpgeorge
committed
e7a4782
View commit details
Copy full SHA for e7a4782
View code at this point
Browse repository at this point
Commits on Oct 19, 2014
py: Partially fix viper multi-comparison; add test for it.
dpgeorge
committed
21ca2d7
View commit details
Copy full SHA for 21ca2d7
View code at this point
Browse repository at this point
Commits on Oct 12, 2014
py: Implement native load for viper.
Show description for 91cfd41
dpgeorge
committed
91cfd41
View commit details
Copy full SHA for 91cfd41
View code at this point
Browse repository at this point
py: Implement and,or,xor native ops for viper.
dpgeorge
committed
1ef2348
View commit details
Copy full SHA for 1ef2348
View code at this point
Browse repository at this point
Commits on Oct 5, 2014
tests: Add check for micropython.native and then skip relevant tests.
Show description for 5a04e2c
dpgeorge
committed
5a04e2c
View commit details
Copy full SHA for 5a04e2c
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
py: Fix viper store on x86; add tests for viper ptr16.
dpgeorge
committed
dfef424
View commit details
Copy full SHA for dfef424
View code at this point
Browse repository at this point
py: Add casting to viper; add native mem stores to viper.
Show description for e9dac3b
dpgeorge
committed
e9dac3b
View commit details
Copy full SHA for e9dac3b
View code at this point
Browse repository at this point
tests: Add tests for viper binary operations.
dpgeorge
committed
44c96b2
View commit details
Copy full SHA for 44c96b2
View code at this point
Browse repository at this point
py: Allow viper to use ints as direct conditionals in jumps.
Show description for 6f81348
dpgeorge
committed
6f81348
View commit details
Copy full SHA for 6f81348
View code at this point
Browse repository at this point
Commits on Aug 24, 2014
py: Fix bug where GC collected native/viper/asm function data.
Show description for 3c658a4
dpgeorge
committed
3c658a4
View commit details
Copy full SHA for 3c658a4
View code at this point
Browse repository at this point
Commits on Aug 16, 2014
py: Viper can call functions with native types, and raise exceptions.
dpgeorge
committed
86de21b
View commit details
Copy full SHA for 86de21b
View code at this point
Browse repository at this point
Commits on Aug 15, 2014
py: Viper can now store to global.
dpgeorge
committed
e6c0dff
View commit details
Copy full SHA for e6c0dff
View code at this point
Browse repository at this point
py: Fix typing of viper locals; allow default types in annotation.
dpgeorge
committed
a5190a7
View commit details
Copy full SHA for a5190a7
View code at this point
Browse repository at this point
py: Allow viper to have type annotations.
Show description for 2ac4af6
dpgeorge
committed
2ac4af6
View commit details
Copy full SHA for 2ac4af6
View code at this point
Browse repository at this point
Commits on May 31, 2014
tests: Add feature test for when heap allocation is disabled.
dpgeorge
committed
4d659f5
View commit details
Copy full SHA for 4d659f5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.