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
py
on
1.x
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 9, 2017
py: Prevent mp_arg_check_num from being optimized away by the compiler.
Show description for 43881f9
tannewt
committed
43881f9
View commit details
Copy full SHA for 43881f9
View code at this point
Browse repository at this point
Commits on Jun 5, 2017
Fix broken mp_stack_check: force mp_stack_ctrl_init() and mp_stack_usage() not to be inlined even with -flto
dhalbert
committed
88b449a
View commit details
Copy full SHA for 88b449a
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
atmel-samd: Add input support. Fixes #143
tannewt
committed
32a4eb2
View commit details
Copy full SHA for 32a4eb2
View code at this point
Browse repository at this point
Commits on May 5, 2017
atmel-samd: Fix sporadic "syntax errors"
Show description for c6d539a
tannewt
committed
c6d539a
View commit details
Copy full SHA for c6d539a
View code at this point
Browse repository at this point
Commits on May 1, 2017
py: Fix version header generation when no tags are available.
tannewt
committed
dd64379
View commit details
Copy full SHA for dd64379
View code at this point
Browse repository at this point
Commits on Feb 27, 2017
atmel-samd: Add USB HID mouse and keyboard support.
tannewt
committed
d598c2a
View commit details
Copy full SHA for d598c2a
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
atmel-samd: Use link time optimization to reduce code size of builds which
Show description for 062fac1
tannewt
committed
062fac1
View commit details
Copy full SHA for 062fac1
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
py: Fix recursion exception.
tannewt
committed
3fd19c6
View commit details
Copy full SHA for 3fd19c6
View code at this point
Browse repository at this point
py: Fix varg helpers by adding vlist variant of mp_obj_new_exception_msg
tannewt
committed
aef0586
View commit details
Copy full SHA for aef0586
View code at this point
Browse repository at this point
Make slice make_new match mp_make_new_fun_t exactly, check the input type and enable it for qemu tests.
tannewt
committed
7dbe4e9
View commit details
Copy full SHA for 7dbe4e9
View code at this point
Browse repository at this point
Correct name of mp_raise_NotImplementedError to make error name.
tannewt
committed
75d6abe
View commit details
Copy full SHA for 75d6abe
View code at this point
Browse repository at this point
Make the build quieter by default.
tannewt
committed
35071b3
View commit details
Copy full SHA for 35071b3
View code at this point
Browse repository at this point
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
Switch exception throwing to mp_raise helpers. It saves a little code space each time to share the call.
tannewt
committed
12fa5b3
View commit details
Copy full SHA for 12fa5b3
View code at this point
Browse repository at this point
Commits on Feb 14, 2017
Make mp_float_t conversions explicit to silence warnings of converting floats to doubles.
tannewt
committed
18c299b
View commit details
Copy full SHA for 18c299b
View code at this point
Browse repository at this point
Commits on Feb 13, 2017
Change sys.implementation to return circuitpython and the circuitpython version number that doesn't start with v. Fixes #86.
tannewt
committed
26c61d4
View commit details
Copy full SHA for 26c61d4
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Add persistent VFS shares so that the devices can be used with USB
Show description for 9ece7c9
tannewt
committed
9ece7c9
View commit details
Copy full SHA for 9ece7c9
View code at this point
Browse repository at this point
Fixup warnings from merge about undefined macro values, switch to
Show description for cea5503
tannewt
committed
cea5503
View commit details
Copy full SHA for cea5503
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 8, 2017
py/builtinimport: Fix bug when importing names from frozen packages.
Show description for b528e9a
dpgeorge
committed
b528e9a
View commit details
Copy full SHA for b528e9a
View code at this point
Browse repository at this point
Commits on Jan 5, 2017
Add time.struct_time support.
tannewt
committed
e52fbf2
View commit details
Copy full SHA for e52fbf2
View code at this point
Browse repository at this point
py/mkrules.mk: Add MPY_CROSS_FLAGS option to pass flags to mpy-cross.
Show description for 343b418
dpgeorge
committed
343b418
View commit details
Copy full SHA for 343b418
View code at this point
Browse repository at this point
Commits on Jan 3, 2017
py/asmarm: Fix assembler's PASS_EMIT constant name.
dpgeorge
committed
3f9c45e
View commit details
Copy full SHA for 3f9c45e
View code at this point
Browse repository at this point
Commits on Dec 28, 2016
py/unicode: Comment-out unused function unichar_isprint.
dpgeorge
committed
afc5063
View commit details
Copy full SHA for afc5063
View code at this point
Browse repository at this point
py/objint: Simplify mp_int_format_size and remove unreachable code.
Show description for ea6a958
dpgeorge
committed
ea6a958
View commit details
Copy full SHA for ea6a958
View code at this point
Browse repository at this point
py/mpprint: Add assertion for, and comment about, valid base values.
dpgeorge
committed
44bf8e1
View commit details
Copy full SHA for 44bf8e1
View code at this point
Browse repository at this point
py/parsenum: Fix warning for signed/unsigned comparison.
dpgeorge
committed
ca7af9a
View commit details
Copy full SHA for ca7af9a
View code at this point
Browse repository at this point
py/mpz: Fix assertion in mpz_set_from_str which checks value of base.
dpgeorge
committed
2d9440e
View commit details
Copy full SHA for 2d9440e
View code at this point
Browse repository at this point
py/parsenum: Simplify and generalise decoding of digit values.
Show description for c2dd494
dpgeorge
committed
c2dd494
View commit details
Copy full SHA for c2dd494
View code at this point
Browse repository at this point
Commits on Dec 26, 2016
cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).
Show description for 25f44c1
pfalcon
committed
25f44c1
View commit details
Copy full SHA for 25f44c1
View code at this point
Browse repository at this point
py/misc.h: Typo fix in comment.
pfalcon
committed
cf96be6
View commit details
Copy full SHA for cf96be6
View code at this point
Browse repository at this point
Commits on Dec 21, 2016
py/lexer: Permanently disable the mp_lexer_show_token function.
Show description for c305ae3
dpgeorge
committed
c305ae3
View commit details
Copy full SHA for c305ae3
View code at this point
Browse repository at this point
py/lexer: Remove unnecessary check for EOF in lexer's next_char func.
Show description for f4aebaf
dpgeorge
committed
f4aebaf
View commit details
Copy full SHA for f4aebaf
View code at this point
Browse repository at this point
py/lexer: Remove unreachable code in string tokeniser.
dpgeorge
committed
b9c4783
View commit details
Copy full SHA for b9c4783
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.