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
on
nrf52
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 3, 2017
Reshrink the root directory to share space better and update the test.
tannewt
committed
847f6c0
View commit details
Copy full SHA for 847f6c0
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
Merge remote-tracking branch 'tralamazza/nrf5_no_sdk' into nrf52
tannewt
committed
e882231
View commit details
Copy full SHA for e882231
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
Add indices() support to slice.
tannewt
committed
e0ef7e3
View commit details
Copy full SHA for e0ef7e3
View code at this point
Browse repository at this point
Commits on Feb 17, 2017
tests/basics/string_join: Add more tests for string concatenation.
dpgeorge
committed
d87c6b6
View commit details
Copy full SHA for d87c6b6
View code at this point
Browse repository at this point
tests/cmdline/cmd_parsetree: Update to work with changes to grammar.
dpgeorge
committed
c889f01
View commit details
Copy full SHA for c889f01
View code at this point
Browse repository at this point
Commits on Feb 16, 2017
tests/cmdline: Update cmd_parsetree test for changes to grammar order.
dpgeorge
committed
0ec957d
View commit details
Copy full SHA for 0ec957d
View code at this point
Browse repository at this point
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
tests/cmdline/cmd_showbc: Update to work with recent changes.
dpgeorge
committed
86b3db9
View commit details
Copy full SHA for 86b3db9
View code at this point
Browse repository at this point
tests/cmdline: Update tests to pass with latest changes to bytecode.
dpgeorge
committed
861b001
View commit details
Copy full SHA for 861b001
View code at this point
Browse repository at this point
py: Allow bytecode/native to put iter_buf on stack for simple for loops.
Show description for f4df3aa
dpgeorge
committed
f4df3aa
View commit details
Copy full SHA for f4df3aa
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
tests/basic/: Make various tests skippable.
Show description for f980c70
pfalcon
committed
f980c70
View commit details
Copy full SHA for f980c70
View code at this point
Browse repository at this point
tests/gen_yield_from_close: Use range() instead of reversed().
Show description for b737c9c
pfalcon
committed
b737c9c
View commit details
Copy full SHA for b737c9c
View code at this point
Browse repository at this point
tests/thread: Add stress-test for creating many threads.
dpgeorge
committed
06a12ad
View commit details
Copy full SHA for 06a12ad
View code at this point
Browse repository at this point
tests/thread: Replace busy waiting loops with a loop that sleeps.
Show description for 2847d74
dpgeorge
committed
2847d74
View commit details
Copy full SHA for 2847d74
View code at this point
Browse repository at this point
Commits on Feb 14, 2017
tests/extmod: Make tests skippable.
pfalcon
committed
f2d732f
View commit details
Copy full SHA for f2d732f
View code at this point
Browse repository at this point
tests/dict_fromkeys: Revert to use reversed() to run in native codegen mode.
pfalcon
committed
7bb1463
View commit details
Copy full SHA for 7bb1463
View code at this point
Browse repository at this point
tests/basic/[a-f]*: Make skippable.
Show description for 83623b2
pfalcon
committed
83623b2
View commit details
Copy full SHA for 83623b2
View code at this point
Browse repository at this point
tests/builtin_dir: The most expected thing in sys is exit, test for it.
pfalcon
committed
d61ce32
View commit details
Copy full SHA for d61ce32
View code at this point
Browse repository at this point
tests/comprehension1, containment: Split set tests to separate files.
Show description for 800b163
pfalcon
committed
800b163
View commit details
Copy full SHA for 800b163
View code at this point
Browse repository at this point
tests/run-tests: Allow to skip tests using async/await keywords.
pfalcon
committed
ce2e0ee
View commit details
Copy full SHA for ce2e0ee
View code at this point
Browse repository at this point
tests: Add option to not clear MICROPYPATH when running tests
Show description for c6fd9ba
stinos
authored and
pfalcon
committed
c6fd9ba
View commit details
Copy full SHA for c6fd9ba
View code at this point
Browse repository at this point
Fix tests that rely on sys.implementation.name to work with circutpython response.
tannewt
committed
b950709
View commit details
Copy full SHA for b950709
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
tests/misc: Add test for line number printing with large bytecode chunk.
dpgeorge
committed
e08395a
View commit details
Copy full SHA for e08395a
View code at this point
Browse repository at this point
Commits on Feb 9, 2017
py/objtype: Implement __delattr__ and __setattr__.
Show description for 18e6569
dmazzella
authored and
dpgeorge
committed
18e6569
View commit details
Copy full SHA for 18e6569
View code at this point
Browse repository at this point
Commits on Feb 6, 2017
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
Show description for d3bb3e3
dpgeorge
committed
d3bb3e3
View commit details
Copy full SHA for d3bb3e3
View code at this point
Browse repository at this point
stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour.
Show description for 27c149e
dpgeorge
committed
27c149e
View commit details
Copy full SHA for 27c149e
View code at this point
Browse repository at this point
Commits on Feb 5, 2017
extmod/machine_pulse: Make time_pulse_us() not throw exceptions.
Show description for d5e9ab6
pfalcon
committed
d5e9ab6
View commit details
Copy full SHA for d5e9ab6
View code at this point
Browse repository at this point
Commits on Feb 3, 2017
tests/basics/string_format_modulo: Add more tests for dict formatting.
dpgeorge
committed
84fb292
View commit details
Copy full SHA for 84fb292
View code at this point
Browse repository at this point
Commits on Feb 2, 2017
tests: Split tests for 2- and 3-arg pow().
pfalcon
committed
87882e1
View commit details
Copy full SHA for 87882e1
View code at this point
Browse repository at this point
py: Added optimised support for 3-argument calls to builtin.pow()
Show description for df0117c
nickovs
authored and
pfalcon
committed
df0117c
View commit details
Copy full SHA for df0117c
View code at this point
Browse repository at this point
tests/float: Add tests for zero to a negative power.
dpgeorge
committed
8a39e18
View commit details
Copy full SHA for 8a39e18
View code at this point
Browse repository at this point
tests/basics/set_binop: Add tests for inplace set operations.
dpgeorge
committed
05c70fd
View commit details
Copy full SHA for 05c70fd
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
tests/thread: Fix stack size test so tests run reliably on baremetal.
dpgeorge
committed
28185bb
View commit details
Copy full SHA for 28185bb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.