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
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
nrf52
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 16, 2017
tests/micropython/heapalloc_iter: Add tests for contains and unpack.
dpgeorge
committed
7839b8b
View commit details
Copy full SHA for 7839b8b
View code at this point
Browse repository at this point
tests/micropython: Add test for iterating with the heap locked.
dpgeorge
committed
019048a
View commit details
Copy full SHA for 019048a
View code at this point
Browse repository at this point
Commits on Feb 1, 2017
tests/heapalloc_bytesio: Test for BytesIO with preallocates space.
pfalcon
committed
b32880b
View commit details
Copy full SHA for b32880b
View code at this point
Browse repository at this point
Commits on Jan 26, 2017
tests/heapalloc_str: Test for alloc-free string operations.
Show description for 9ffc3ae
pfalcon
committed
9ffc3ae
View commit details
Copy full SHA for 9ffc3ae
View code at this point
Browse repository at this point
Commits on Jan 21, 2017
tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc.
Show description for bd3dd92
pfalcon
committed
bd3dd92
View commit details
Copy full SHA for bd3dd92
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
tests/micropython/opt_level: Add test for opt_level 3.
dpgeorge
committed
fb58380
View commit details
Copy full SHA for fb58380
View code at this point
Browse repository at this point
Commits on Dec 28, 2016
tests/micropython: Add test for micropython.stack_use() function.
flowergrass
authored and
dpgeorge
committed
eae819c
View commit details
Copy full SHA for eae819c
View code at this point
Browse repository at this point
Commits on Dec 24, 2016
tests/heapalloc_inst_call: Test for no alloc for simple object calls.
pfalcon
committed
05aebb9
View commit details
Copy full SHA for 05aebb9
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
tests/micropython: Get heapalloc_traceback test running on baremetal.
Show description for 7081ea4
dpgeorge
committed
7081ea4
View commit details
Copy full SHA for 7081ea4
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
tests/micropython: Move alloc-less traceback test to separate test file.
Show description for 1f43d49
dpgeorge
committed
1f43d49
View commit details
Copy full SHA for 1f43d49
View code at this point
Browse repository at this point
tests/micropython: Add test for creating traceback without allocation.
dpgeorge
committed
d70f87a
View commit details
Copy full SHA for d70f87a
View code at this point
Browse repository at this point
Commits on Nov 10, 2016
tests/micropython: Add test for import from within viper function.
dpgeorge
committed
679c0c4
View commit details
Copy full SHA for 679c0c4
View code at this point
Browse repository at this point
Commits on Oct 13, 2016
tests/micropython: Add tests for heap_lock, and emergency exceptions.
dpgeorge
committed
34d0b3f
View commit details
Copy full SHA for 34d0b3f
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
tests: Improve test coverage of py/compile.c.
dpgeorge
committed
5e22afc
View commit details
Copy full SHA for 5e22afc
View code at this point
Browse repository at this point
tests/micropython: Add test for micropython.opt_level() function.
dpgeorge
committed
7f0e563
View commit details
Copy full SHA for 7f0e563
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
py/modmicropython: Add micropython.const, alias for identity function.
Show description for 791b65f
dpgeorge
committed
791b65f
View commit details
Copy full SHA for 791b65f
View code at this point
Browse repository at this point
tests/micropython: Add tests for const names being replaced in parser.
dpgeorge
committed
38b54b6
View commit details
Copy full SHA for 38b54b6
View code at this point
Browse repository at this point
Commits on Jun 30, 2016
tests/meminfo: Update for addition of "max free sz" output.
pfalcon
committed
92a9078
View commit details
Copy full SHA for 92a9078
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
py/parse: Treat constants that start with underscore as private.
Show description for b1533c4
dpgeorge
committed
b1533c4
View commit details
Copy full SHA for b1533c4
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
py/viper: Allow casting of Python integers to viper pointers.
Show description for 3e02b1d
dpgeorge
committed
3e02b1d
View commit details
Copy full SHA for 3e02b1d
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.