Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
Flowdeeps
/
circuitpython
Public
forked from
tannewt/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 20, 2016
Compiled and linked SAMD21x18 version successfully.
tannewt
committed
3ec96b9
Copy full SHA for 3ec96b9
Commits on Aug 17, 2016
extmod/uzlib/: Update uzlib to v2.0.2.
Show description for 49dd532
pfalcon
committed
49dd532
Copy full SHA for 49dd532
docs/library/machine.WDT: Add note that WDT is only available on WiPy.
dpgeorge
committed
64c5a94
Copy full SHA for 64c5a94
tests/run-tests: Disable thread/thread_lock4.py on Travis.
Show description for 567e7fc
dpgeorge
committed
567e7fc
Copy full SHA for 567e7fc
extmod/uzlib/: Update uzlib to v2.0.1.
Show description for 244332d
pfalcon
committed
244332d
Copy full SHA for 244332d
tests/uzlib_decompress: Actually test raw DEFLATE stream.
pfalcon
committed
a6fc90f
Copy full SHA for a6fc90f
extmod/moduzlib: Refactor to new stream-compatible uzlib 2.0 API.
pfalcon
committed
ed4ce19
Copy full SHA for ed4ce19
extmod/uzlib/: Update uzlib to v2.0.
Show description for ff1c2b0
pfalcon
committed
ff1c2b0
Copy full SHA for ff1c2b0
tests/basics/special_methods: Enable tests for extra special methods.
Show description for bb19e7b
dpgeorge
committed
bb19e7b
Copy full SHA for bb19e7b
qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS.
Show description for f003310
dpgeorge
committed
f003310
Copy full SHA for f003310
tests/basics: Add a test file for overriding special methods.
rguillon
authored and
dpgeorge
committed
ed6a1ad
Copy full SHA for ed6a1ad
Commits on Aug 16, 2016
extmod/modwebrepl: set_password(): Raise exception for too long password.
pfalcon
committed
d2cc7c7
Copy full SHA for d2cc7c7
Commits on Aug 15, 2016
py/sequence: Allow to use bignums as indices in slice objects.
Show description for 095e43a
dpgeorge
committed
095e43a
Copy full SHA for 095e43a
tests/basics: Add test for break from within try within a for-loop.
dpgeorge
committed
f6a8e84
Copy full SHA for f6a8e84
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Show description for 675d1c9
dpgeorge
committed
675d1c9
Copy full SHA for 675d1c9
py/obj.h: For obj reprs A,B,C use void* explicitly for mp_obj_t typedef.
Show description for 41fceae
dpgeorge
committed
41fceae
Copy full SHA for 41fceae
tests/misc/non_compliant: Add tests to improve coverage testing.
dpgeorge
committed
b359cf2
Copy full SHA for b359cf2
tests/basics: Add more list tests to improve coverage testing.
dpgeorge
committed
d5f42c9
Copy full SHA for d5f42c9
tests/basics: Add more tuple tests to improve coverage testing.
dpgeorge
committed
3c82d1d
Copy full SHA for 3c82d1d
Commits on Aug 14, 2016
py/objstr: Use mp_raise_{Type,Value}Error instead of mp_raise_msg.
Show description for 2196799
dpgeorge
committed
2196799
Copy full SHA for 2196799
py/runtime.h: Move comment about mp_not_implemented to correct place.
dpgeorge
committed
1a0d3fd
Copy full SHA for 1a0d3fd
py/objtuple: In tuple_cmp_helper, use mp_check_self instead of raising.
Show description for 4aaa5ad
dpgeorge
committed
4aaa5ad
Copy full SHA for 4aaa5ad
Commits on Aug 13, 2016
esp8266/mpconfigport.h: Enable support for all special methods.
pfalcon
committed
9cf2949
Copy full SHA for 9cf2949
Commits on Aug 12, 2016
tests: Rename zlibd_decompress.py -> uzlib_decompress.py.
Show description for 0be4a77
pfalcon
committed
0be4a77
Copy full SHA for 0be4a77
py: Get rid of assert() in method argument checking functions.
Show description for c4a8004
pfalcon
committed
c4a8004
Copy full SHA for c4a8004
py/objdict: Get rid of asserts (remove/replace with mp_check_self()).
pfalcon
committed
83e0eba
Copy full SHA for 83e0eba
py/runtime.h: Define mp_check_self(pred) helper macro.
Show description for 8c50f93
pfalcon
committed
8c50f93
Copy full SHA for 8c50f93
py/runtime: Factor out exception raising helpers.
Show description for 9e1b61d
pfalcon
committed
9e1b61d
Copy full SHA for 9e1b61d
Commits on Aug 11, 2016
stmhal/adc.c: Get ADC working on STM32L4 MCUs.
Show description for af9889f
tobbad
authored and
dpgeorge
committed
af9889f
Copy full SHA for af9889f
stmhal/boards: Update STM32L476 pin defs to include ADC channels.
Show description for dfb8144
dpgeorge
committed
dfb8144
Copy full SHA for dfb8144
Commits on Aug 10, 2016
unix/mpconfigport.h: Don't include stdio.h on MacOS.
Show description for 4e36dd5
ilovezfs
authored and
pfalcon
committed
4e36dd5
Copy full SHA for 4e36dd5
docs/esp8266/intro: Add command to install esptool.py 1.0.1 via pip.
Show description for 5e01fb0
pfalcon
committed
5e01fb0
Copy full SHA for 5e01fb0
tools/mpy-tool.py: Support freezing float literals with obj-repr C.
Show description for 72ae3c7
dpgeorge
committed
72ae3c7
Copy full SHA for 72ae3c7
esp8266: PULL_UP is not supported on Pin(16), so raise an exception.
dpgeorge
committed
8a15e0b
Copy full SHA for 8a15e0b
esp8266: Fix reading of pin object for GPIO16.
Show description for b203c17
dpgeorge
committed
b203c17
Copy full SHA for b203c17
Pagination
Previous
Next
You can’t perform that action at this time.