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
tools
on
programming_guide
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 15, 2017
Have the build script upload artifacts to Rosie when travis is building a pull request. (#191)
tannewt
authored and
dhalbert
committed
e00b319
View commit details
Copy full SHA for e00b319
View code at this point
Browse repository at this point
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634e
tannewt
committed
fab634e
View commit details
Copy full SHA for fab634e
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701
tannewt
committed
30ee701
View commit details
Copy full SHA for 30ee701
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 May 16, 2017
tools/mpy-tool.py: Fix regression with freezing floats in obj repr C.
Show description for 88c51c3
dpgeorge
committed
88c51c3
View commit details
Copy full SHA for 88c51c3
View code at this point
Browse repository at this point
Commits on May 15, 2017
tools: Make now runs uf2conv itself.
tannewt
committed
292ba89
View commit details
Copy full SHA for 292ba89
View code at this point
Browse repository at this point
Commits on May 14, 2017
tools/mpy_cross_all.py: Helper tool to run mpy-cross on the entire project.
pfalcon
committed
5549103
View commit details
Copy full SHA for 5549103
View code at this point
Browse repository at this point
Commits on May 13, 2017
tools/mpy-tool.py: Use MP_ROM_xxx macros to support nanbox builds.
dpgeorge
committed
ec53460
View commit details
Copy full SHA for ec53460
View code at this point
Browse repository at this point
Commits on May 5, 2017
tools/upip: Upgrade to 1.2.
Show description for d4c0704
pfalcon
committed
d4c0704
View commit details
Copy full SHA for d4c0704
View code at this point
Browse repository at this point
Commits on May 1, 2017
tools: Switch method of detecting travis so that it works OK on CIs without artifacts saved.
tannewt
committed
7187132
View commit details
Copy full SHA for 7187132
View code at this point
Browse repository at this point
atmel-samd: Rename metro M0 Express and add NEOPIXEL pin.
tannewt
committed
4ad2214
View commit details
Copy full SHA for 4ad2214
View code at this point
Browse repository at this point
Commits on Apr 30, 2017
tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.
pfalcon
committed
e81f469
View commit details
Copy full SHA for e81f469
View code at this point
Browse repository at this point
tools/mpy-tool: Make work if run from another directory.
Show description for 473e85e
pfalcon
committed
473e85e
View commit details
Copy full SHA for 473e85e
View code at this point
Browse repository at this point
Commits on Apr 22, 2017
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Show description for dd11af2
dpgeorge
committed
dd11af2
View commit details
Copy full SHA for dd11af2
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
travis: Don't try and build ESP8266
tannewt
committed
f66fcbf
View commit details
Copy full SHA for f66fcbf
View code at this point
Browse repository at this point
Turn on build saving and uf2 creation.
tannewt
committed
98667b1
View commit details
Copy full SHA for 98667b1
View code at this point
Browse repository at this point
Commits on Apr 12, 2017
atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for new rev (F).
tannewt
committed
8505de1
View commit details
Copy full SHA for 8505de1
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
tools/pyboard: Provide more details when expected reply not received.
Show description for 3e1310d
pfalcon
committed
3e1310d
View commit details
Copy full SHA for 3e1310d
View code at this point
Browse repository at this point
Commits on Apr 5, 2017
tools/pyboard: ProcessPtyToTerminal: Add workaround for PySerial bug.
Show description for 2cbe997
pfalcon
committed
2cbe997
View commit details
Copy full SHA for 2cbe997
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
tools/pyboard: execpty: Use shell=False to workaround some curdir issues.
Show description for 546ef30
pfalcon
committed
546ef30
View commit details
Copy full SHA for 546ef30
View code at this point
Browse repository at this point
tools/pyboard: Add "exec" and "execpty" pseudo-devices support.
Show description for 647e72c
pfalcon
committed
647e72c
View commit details
Copy full SHA for 647e72c
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
tools/pyboard: Tighten up Pyboard object closure on errors.
Show description for 9b3f423
pfalcon
committed
9b3f423
View commit details
Copy full SHA for 9b3f423
View code at this point
Browse repository at this point
Commits on Mar 27, 2017
Change to official Feather M0 Express branding.
tannewt
committed
be1ed7a
View commit details
Copy full SHA for be1ed7a
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).
pfalcon
committed
320099a
View commit details
Copy full SHA for 320099a
View code at this point
Browse repository at this point
Commits on Mar 2, 2017
qemu-arm: Enable machine module and associated tests.
dpgeorge
committed
e4be56a
View commit details
Copy full SHA for e4be56a
View code at this point
Browse repository at this point
Commits on Feb 27, 2017
tools/gen-cpydiff.py: configurable CPython and micropython executables
blazewicz
authored and
dpgeorge
committed
23ccb3e
View commit details
Copy full SHA for 23ccb3e
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
atmel-samd: Switch to nano newlib and add size script to build.
tannewt
committed
efd4294
View commit details
Copy full SHA for efd4294
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
tools/gen-cpydiff.py: Set the Python import path to find test modules.
dpgeorge
committed
1034d9a
View commit details
Copy full SHA for 1034d9a
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
tools: Add gen-cpydiff.py to generate docs differences.
Show description for b7fa63c
flowergrass
authored and
dpgeorge
committed
b7fa63c
View commit details
Copy full SHA for b7fa63c
View code at this point
Browse repository at this point
Commits on Feb 16, 2017
py/persistentcode: Bump .mpy version due to change in bytecode.
dpgeorge
committed
6a11048
View commit details
Copy full SHA for 6a11048
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
tools/upip: Update to 1.1.5. Better and more user-friendly error handling.
pfalcon
committed
aac2db9
View commit details
Copy full SHA for aac2db9
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
qemu-arm: Don't compile tests in "REPL" mode.
Show description for f1db8a3
dpgeorge
committed
f1db8a3
View commit details
Copy full SHA for f1db8a3
View code at this point
Browse repository at this point
Commits on Jan 26, 2017
tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.
pfalcon
committed
4614403
View commit details
Copy full SHA for 4614403
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Merge tag 'v1.8.7'
Show description for dfb61f0
tannewt
committed
dfb61f0
View commit details
Copy full SHA for dfb61f0
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
Add arduino zero to default builder and change name to circuitpython.
tannewt
committed
d05adc8
View commit details
Copy full SHA for d05adc8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.