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
extmod
on
neopixel
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 26, 2016
Merge remote-tracking branch 'micropython/master'
tannewt
committed
12b6b78
View commit details
Copy full SHA for 12b6b78
View code at this point
Browse repository at this point
Commits on Sep 24, 2016
extmod/uzlib/: Update uzlib to v2.0.3.
Show description for 67d52d8
pfalcon
committed
67d52d8
View commit details
Copy full SHA for 67d52d8
View code at this point
Browse repository at this point
extmod/moduzlib: DecompIO: Add support for gzip-formatted streams.
Show description for 7b901d6
pfalcon
committed
7b901d6
View commit details
Copy full SHA for 7b901d6
View code at this point
Browse repository at this point
extmod/uzlib: Add tinfgzip.c (gzip header parsing) from upstream.
pfalcon
committed
d8a4d9d
View commit details
Copy full SHA for d8a4d9d
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().
Show description for 46ab042
pfalcon
committed
46ab042
View commit details
Copy full SHA for 46ab042
View code at this point
Browse repository at this point
extmod/machine_i2c: Add clock stretching support.
Show description for ec078af
deshipu
authored and
dpgeorge
committed
ec078af
View commit details
Copy full SHA for ec078af
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
extmod/modussl_mbedtls: Use 2-component include paths.
Show description for 080e4d4
pfalcon
committed
080e4d4
View commit details
Copy full SHA for 080e4d4
View code at this point
Browse repository at this point
extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().
Show description for 5f0ecb7
pfalcon
committed
5f0ecb7
View commit details
Copy full SHA for 5f0ecb7
View code at this point
Browse repository at this point
extmod/modubinascii: Fix crc32() function on 32-bit platforms.
prusnak
authored and
pfalcon
committed
7f5a541
View commit details
Copy full SHA for 7f5a541
View code at this point
Browse repository at this point
extmod/uctypes: Allow full 32-bit address range.
Show description for b84e123
agners
authored and
pfalcon
committed
b84e123
View commit details
Copy full SHA for b84e123
View code at this point
Browse repository at this point
extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.
pfalcon
committed
9ea2882
View commit details
Copy full SHA for 9ea2882
View code at this point
Browse repository at this point
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6a
dpgeorge
committed
93c4a6a
View commit details
Copy full SHA for 93c4a6a
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
extmod: Fix typo.
tannewt
committed
33b796e
View commit details
Copy full SHA for 33b796e
View code at this point
Browse repository at this point
Commits on Sep 5, 2016
extmod/framebuf: Add the xstep!=0 case to scroll() method.
Show description for 778729c
deshipu
authored and
dpgeorge
committed
778729c
View commit details
Copy full SHA for 778729c
View code at this point
Browse repository at this point
Commits on Sep 4, 2016
extmod/moduzlib: Support wbits arg to DecompIO.
pfalcon
committed
1bc5cb4
View commit details
Copy full SHA for 1bc5cb4
View code at this point
Browse repository at this point
extmod/modframebuf: Include font from stmhal directory explicitly.
Show description for 47899a1
dpgeorge
committed
47899a1
View commit details
Copy full SHA for 47899a1
View code at this point
Browse repository at this point
Commits on Sep 2, 2016
extmod/moduzlib: Use mperrno.h for error constants.
pfalcon
committed
f7c4611
View commit details
Copy full SHA for f7c4611
View code at this point
Browse repository at this point
extmod/moduzlib: Implement zlib stream decompressor class, DecompIO.
pfalcon
committed
a6864a1
View commit details
Copy full SHA for a6864a1
View code at this point
Browse repository at this point
extmod/modframebuf: Fix fill and scroll when height not divisible by 8.
Show description for 41ec226
deshipu
authored and
dpgeorge
committed
41ec226
View commit details
Copy full SHA for 41ec226
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
extmod: Add machine_spi with generic SPI C-protocol and helper methods.
Show description for 0823c1b
dpgeorge
committed
0823c1b
View commit details
Copy full SHA for 0823c1b
View code at this point
Browse repository at this point
Commits on Aug 27, 2016
extmod/modframebuf: Fix pixel accessor to return a 1-bit result.
dpgeorge
committed
531217a
View commit details
Copy full SHA for 531217a
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
esp8266/modous: Add os.umount method to unmount a filesystem.
Show description for d29ca28
deshipu
authored and
dpgeorge
committed
d29ca28
View commit details
Copy full SHA for d29ca28
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
extmod/modubinascii: Make crc32() support configurable.
Show description for c428367
pfalcon
committed
c428367
View commit details
Copy full SHA for c428367
View code at this point
Browse repository at this point
extmod/modubinascii: implement binascii.crc32
prusnak
committed
39799f7
View commit details
Copy full SHA for 39799f7
View code at this point
Browse repository at this point
Commits on Aug 23, 2016
extmod/modbtree: do CHECK_ERROR after __bt_seq()
Show description for 5a5449d
Krzysztof Blazewicz
authored and
pfalcon
committed
5a5449d
View commit details
Copy full SHA for 5a5449d
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
extmod/uzlib/: Update uzlib to v2.0.2.
Show description for 49dd532
pfalcon
committed
49dd532
View commit details
Copy full SHA for 49dd532
View code at this point
Browse repository at this point
extmod/uzlib/: Update uzlib to v2.0.1.
Show description for 244332d
pfalcon
committed
244332d
View commit details
Copy full SHA for 244332d
View code at this point
Browse repository at this point
extmod/moduzlib: Refactor to new stream-compatible uzlib 2.0 API.
pfalcon
committed
ed4ce19
View commit details
Copy full SHA for ed4ce19
View code at this point
Browse repository at this point
extmod/uzlib/: Update uzlib to v2.0.
Show description for ff1c2b0
pfalcon
committed
ff1c2b0
View commit details
Copy full SHA for ff1c2b0
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
extmod/modwebrepl: set_password(): Raise exception for too long password.
pfalcon
committed
d2cc7c7
View commit details
Copy full SHA for d2cc7c7
View code at this point
Browse repository at this point
Commits on Aug 6, 2016
extmod/modwebrepl: Add GET_VER operation to query MicroPython version.
pfalcon
committed
e15fb33
View commit details
Copy full SHA for e15fb33
View code at this point
Browse repository at this point
extmod/modwebsocket: Use mp_rom_map_elem_t and friends.
pfalcon
committed
cbef0db
View commit details
Copy full SHA for cbef0db
View code at this point
Browse repository at this point
extmod/modwebsocket: Make compatible with non-default object models.
pfalcon
committed
e0d49b7
View commit details
Copy full SHA for e0d49b7
View code at this point
Browse repository at this point
extmod/modwebsocket: Add readline method.
Show description for a931c4e
pfalcon
committed
a931c4e
View commit details
Copy full SHA for a931c4e
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
extmod/modbtree: open(): Add option kwargs.
Show description for d79342d
pfalcon
committed
d79342d
View commit details
Copy full SHA for d79342d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.