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
Accelerator
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
frozen_modules
User selector
All users
All time
Commit history
Commits on Oct 10, 2016
Merge remote-tracking branch 'micropython/master'
tannewt
committed
a52fd67
View commit details
Copy full SHA for a52fd67
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
extmod/vfs_fat_file: Use MP_Exxx errno constants.
dpgeorge
committed
dc43508
View commit details
Copy full SHA for dc43508
View code at this point
Browse repository at this point
extmod: Use mp_raise_OSError helper function.
dpgeorge
committed
75af908
View commit details
Copy full SHA for 75af908
View code at this point
Browse repository at this point
extmod/modlwip: Use mp_raise_OSError helper function.
Show description for 06d0083
dpgeorge
committed
06d0083
View commit details
Copy full SHA for 06d0083
View code at this point
Browse repository at this point
extmod/vfs_fat: Use mp_raise_OSError helper function.
dpgeorge
committed
620c4c3
View commit details
Copy full SHA for 620c4c3
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
extmod/machine_spi: Add optional support for fast software SPI.
Show description for b0eb0d6
dpgeorge
committed
b0eb0d6
View commit details
Copy full SHA for b0eb0d6
View code at this point
Browse repository at this point
extmod/machine_spi: Use delay_half, not baudrate, for internal timing.
Show description for b932b2d
dpgeorge
committed
b932b2d
View commit details
Copy full SHA for b932b2d
View code at this point
Browse repository at this point
Commits on Oct 3, 2016
extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.
dpgeorge
committed
d434ce3
View commit details
Copy full SHA for d434ce3
View code at this point
Browse repository at this point
extmod/machine_spi: Simplify SPI xfer function to only take one buf len.
Show description for 5bb28c7
dpgeorge
committed
5bb28c7
View commit details
Copy full SHA for 5bb28c7
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.
Show description for 219245e
deshipu
authored and
dpgeorge
committed
219245e
View commit details
Copy full SHA for 219245e
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
extmod/vfs_fat: Add fat_vfs_statvfs(), reused from stmhal.
hosaka
authored and
dpgeorge
committed
dcf14c1
View commit details
Copy full SHA for dcf14c1
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.