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
lib
on
break_extra_test
User selector
All users
Datepicker
All time
Commit history
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 Jun 2, 2017
lib/utils/interrupt_char: Remove support for KBD_EXCEPTION disabled.
Show description for ab954ed
dpgeorge
committed
ab954ed
View commit details
Copy full SHA for ab954ed
View code at this point
Browse repository at this point
Commits on May 31, 2017
lib/libm: Use isfinite instead of finitef, for C99 compatibility.
dpgeorge
committed
b53a635
View commit details
Copy full SHA for b53a635
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 25, 2017
Change the approach for input so that its not included in every single build. Put it next to readline instead.
tannewt
committed
aaf0148
View commit details
Copy full SHA for aaf0148
View code at this point
Browse repository at this point
Commits on May 5, 2017
lib/utils/pyexec: Update event-driven REPL to match non-event REPL.
Show description for 288ea06
tomlogic
authored and
dpgeorge
committed
288ea06
View commit details
Copy full SHA for 288ea06
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
Switch to a shared piece of code to compute start and length of a
Show description for 939c004
tannewt
committed
939c004
View commit details
Copy full SHA for 939c004
View code at this point
Browse repository at this point
Commits on Mar 31, 2017
all: Use full path name when including mp-readline/timeutils/netutils.
Show description for b6c7e4b
dpgeorge
committed
b6c7e4b
View commit details
Copy full SHA for b6c7e4b
View code at this point
Browse repository at this point
Commits on Mar 29, 2017
lib/netutils: Update for changes to mp_obj_str_get_data.
dpgeorge
committed
3022e00
View commit details
Copy full SHA for 3022e00
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
lib/libm: Add implementation of nearbyintf, from musl-1.1.16.
dpgeorge
committed
fb161aa
View commit details
Copy full SHA for fb161aa
View code at this point
Browse repository at this point
Commits on Mar 20, 2017
py: Add micropython.schedule() function and associated runtime code.
dpgeorge
committed
6e74d24
View commit details
Copy full SHA for 6e74d24
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
lib/utils/pyexec: Fix bug with pyexec_file not setting flag for source.
dpgeorge
committed
3f7aa33
View commit details
Copy full SHA for 3f7aa33
View code at this point
Browse repository at this point
lib/memzip: Make lexer constructor raise exception when file not found.
dpgeorge
committed
41b1df6
View commit details
Copy full SHA for 41b1df6
View code at this point
Browse repository at this point
lib/utils/pyexec: Refactor to put lexer constructors all in one place.
Show description for 56b2383
dpgeorge
committed
56b2383
View commit details
Copy full SHA for 56b2383
View code at this point
Browse repository at this point
Commits on Feb 27, 2017
lib/utils/pyexec: Allow to compile when the uPy compiler is disabled.
dpgeorge
committed
3b2fd4d
View commit details
Copy full SHA for 3b2fd4d
View code at this point
Browse repository at this point
Commits on Feb 19, 2017
Switch enum-like attributes to all caps and add print support for them. Make room for this functionality by adding a shared __enter__ function object. #76
tannewt
committed
e9659e6
View commit details
Copy full SHA for e9659e6
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
Fix the keyboard exception in REPL by ignoring forced exit results when in REPL. Also, print the exception correctly. Fixes #57
tannewt
committed
f2c787d
View commit details
Copy full SHA for f2c787d
View code at this point
Browse repository at this point
Commits on Jan 31, 2017
lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.
springltd
authored and
dpgeorge
committed
9d3c0d4
View commit details
Copy full SHA for 9d3c0d4
View code at this point
Browse repository at this point
lib/oofatfs/ffconf.h: Allow to configure FS_EXFAT option.
Show description for b039d93
dpgeorge
committed
b039d93
View commit details
Copy full SHA for b039d93
View code at this point
Browse repository at this point
Commits on Jan 30, 2017
lib/fatfs: Remove old fatfs library component, it's replaced by oofatfs.
dpgeorge
committed
9425bf5
View commit details
Copy full SHA for 9425bf5
View code at this point
Browse repository at this point
lib/oofatfs: Update oofatfs library.
Show description for 28899cd
dpgeorge
committed
28899cd
View commit details
Copy full SHA for 28899cd
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
lib/oofatfs: Update oofatfs library.
Show description for 0390bc9
dpgeorge
committed
0390bc9
View commit details
Copy full SHA for 0390bc9
View code at this point
Browse repository at this point
lib/oofatfs: Add OO version of FatFS library.
Show description for 9b08faf
dpgeorge
committed
9b08faf
View commit details
Copy full SHA for 9b08faf
View code at this point
Browse repository at this point
Commits on Jan 22, 2017
lib/utils/pyexec: Only print help prompt if HELP feature is enabled.
dpgeorge
committed
211244d
View commit details
Copy full SHA for 211244d
View code at this point
Browse repository at this point
lib/utils: Remove old pyhelp helper, replaced with py/builtinhelp.c.
Show description for 8958071
dpgeorge
committed
8958071
View commit details
Copy full SHA for 8958071
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 5, 2017
Rename to CircuitPython
tannewt
committed
25ae844
View commit details
Copy full SHA for 25ae844
View code at this point
Browse repository at this point
Commits on Jan 4, 2017
Reduce size of root directory because its allocated a fixed size (was 16k, now 4k). Tests show this holds ~32 files and subdirectories.
tannewt
committed
c82f224
View commit details
Copy full SHA for c82f224
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
lib/utils/interrupt_char: Use core-provided mp_kbd_exception if enabled.
Show description for d89cafd
dpgeorge
committed
d89cafd
View commit details
Copy full SHA for d89cafd
View code at this point
Browse repository at this point
Commits on Dec 10, 2016
atmel-samd: Add APA102 support and flash more advanced status.
Show description for b6f1eeb
tannewt
committed
b6f1eeb
View commit details
Copy full SHA for b6f1eeb
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
Add uheap for debugging the size of objects. Still not perfect though.
tannewt
committed
ea1320b
View commit details
Copy full SHA for ea1320b
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
This introduces an alternative hardware API called nativeio structured around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the ha…
Show description for ccbb5e8
tannewt
committed
ccbb5e8
View commit details
Copy full SHA for ccbb5e8
View code at this point
Browse repository at this point
Commits on Nov 14, 2016
Merge tag 'v1.8.6'
Show description for bd36873
tannewt
committed
bd36873
View commit details
Copy full SHA for bd36873
View code at this point
Browse repository at this point
Commits on Nov 3, 2016
lib/libm: Move Thumb-specific sqrtf function to separate file.
Show description for cd527bb
dpgeorge
committed
cd527bb
View commit details
Copy full SHA for cd527bb
View code at this point
Browse repository at this point
Commits on Oct 29, 2016
lib/utils/pyexec: Return FORCED_EXIT from pyexec_file when its stopped by CTRL - C.
tannewt
committed
7a24abb
View commit details
Copy full SHA for 7a24abb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.