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 }}
CharString
/
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
thread
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 18, 2021
Merge tag 'v1.16'
jepler
committed
87d3740
View commit details
Copy full SHA for 87d3740
View code at this point
Browse repository at this point
Commits on May 11, 2021
Merge MicroPython 1.14 into CircuitPython
tannewt
committed
e02a264
View commit details
Copy full SHA for e02a264
View code at this point
Browse repository at this point
Commits on May 10, 2021
tests/thread: Make exc1,exit1,exit2,stacksize1,start1 tests run on rp2.
Show description for 4cdcbdb
dpgeorge
committed
4cdcbdb
View commit details
Copy full SHA for 4cdcbdb
View code at this point
Browse repository at this point
py/gc: Make gc_lock_depth have a count per thread.
Show description for b6b39bf
dpgeorge
committed
b6b39bf
View commit details
Copy full SHA for b6b39bf
View code at this point
Browse repository at this point
Commits on May 8, 2021
tests/thread: Make stress_aes.py test run on bare-metal ports.
Show description for 7b923d6
dpgeorge
committed
7b923d6
View commit details
Copy full SHA for 7b923d6
View code at this point
Browse repository at this point
tests/thread: Make stress_create.py test run on esp32.
Show description for 9340cfe
dpgeorge
committed
9340cfe
View commit details
Copy full SHA for 9340cfe
View code at this point
Browse repository at this point
esp32/mpthreadport: Use binary semaphore instead of mutex.
Show description for 864e4ec
dpgeorge
committed
864e4ec
View commit details
Copy full SHA for 864e4ec
View code at this point
Browse repository at this point
Commits on May 5, 2021
Merge MicroPython 1.13 into CircuitPython
tannewt
committed
f0bb26d
View commit details
Copy full SHA for f0bb26d
View code at this point
Browse repository at this point
Commits on May 3, 2021
Merge MicroPython 1.12 into CircuitPython
tannewt
committed
b35fa44
View commit details
Copy full SHA for b35fa44
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
run code formatting script
microdev1
committed
a52eb88
View commit details
Copy full SHA for a52eb88
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
tests/thread/stress_schedule.py: Assign globals before running test.
Show description for 368c1a0
dpgeorge
committed
368c1a0
View commit details
Copy full SHA for 368c1a0
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
all: Rename "sys" module to "usys".
Show description for 40ad8f1
stinos
authored and
dpgeorge
committed
40ad8f1
View commit details
Copy full SHA for 40ad8f1
View code at this point
Browse repository at this point
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 Jun 3, 2020
Fix up end of file and trailing whitespace.
Show description for dd5d7c8
Flameeyes
committed
dd5d7c8
View commit details
Copy full SHA for dd5d7c8
View code at this point
Browse repository at this point
Commits on May 4, 2020
tests/thread/thread_stacksize1.py: Increase stack size for CPython.
Show description for 138a28d
yangfl
authored and
dpgeorge
committed
138a28d
View commit details
Copy full SHA for 138a28d
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
py/scheduler: Add assert that scheduler is locked when unlocking.
Show description for 8470cd0
jimmo
authored and
dpgeorge
committed
8470cd0
View commit details
Copy full SHA for 8470cd0
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
tests: Format all Python code with black, except tests in basics subdir.
Show description for 3dc324d
dlech
authored and
dpgeorge
committed
3dc324d
View commit details
Copy full SHA for 3dc324d
View code at this point
Browse repository at this point
Commits on Jun 14, 2017
py/modthread: Raise RuntimeError in release() if lock is not acquired.
dpgeorge
committed
e374cff
View commit details
Copy full SHA for e374cff
View code at this point
Browse repository at this point
Commits on May 29, 2017
various: Spelling fixes
scop
committed
ca16c38
View commit details
Copy full SHA for ca16c38
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
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 1, 2017
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
Commits on Jan 31, 2017
tests/thread: Make thread_exc2 runable on baremetal.
dpgeorge
committed
bebb3a6
View commit details
Copy full SHA for bebb3a6
View code at this point
Browse repository at this point
Commits on Dec 29, 2016
tests/thread: Improve modthread.c test coverage.
flowergrass
authored and
dpgeorge
committed
f397e1f
View commit details
Copy full SHA for f397e1f
View code at this point
Browse repository at this point
Commits on Jun 28, 2016
tests/thread: Allow some tests to run on ports with not much heap.
dpgeorge
committed
8b9ddf4
View commit details
Copy full SHA for 8b9ddf4
View code at this point
Browse repository at this point
tests/thread: Allow thread_sleep1 to run without floating point.
dpgeorge
committed
63d0522
View commit details
Copy full SHA for 63d0522
View code at this point
Browse repository at this point
tests/thread: Make sure that thread tests don't rely on floating point.
dpgeorge
committed
15e6827
View commit details
Copy full SHA for 15e6827
View code at this point
Browse repository at this point
tests/thread: Make stack-size test run correctly and reliable on uPy.
dpgeorge
committed
5b7789d
View commit details
Copy full SHA for 5b7789d
View code at this point
Browse repository at this point
tests/thread: Add test for concurrent mutating of user instance.
dpgeorge
committed
b7274e9
View commit details
Copy full SHA for b7274e9
View code at this point
Browse repository at this point
tests/thread: Add test for concurrent interning of strings.
Show description for 2e4cdae
dpgeorge
committed
2e4cdae
View commit details
Copy full SHA for 2e4cdae
View code at this point
Browse repository at this point
tests/thread: Add tests that mutate shared objects.
Show description for 094a0dd
dpgeorge
committed
094a0dd
View commit details
Copy full SHA for 094a0dd
View code at this point
Browse repository at this point
tests/thread: Rename thread_stress_XXX.py to stress_XXX.py.
dpgeorge
committed
c73cf9d
View commit details
Copy full SHA for c73cf9d
View code at this point
Browse repository at this point
tests/thread: Add tests for running GC within a thread, and heap stress.
dpgeorge
committed
dcc7c5b
View commit details
Copy full SHA for dcc7c5b
View code at this point
Browse repository at this point
tests/thread: Remove need to sleep to wait for completion in some tests.
Show description for 3545ef8
dpgeorge
committed
3545ef8
View commit details
Copy full SHA for 3545ef8
View code at this point
Browse repository at this point
tests: Add 3 more tests for _thread module.
dpgeorge
committed
2d5ea38
View commit details
Copy full SHA for 2d5ea38
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.