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 }}
StackRduino
/
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
Branch selector
fea7fe4
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 26, 2016
tests/extmod/vfs_fat_ramdisk: Add tests for VFS.umount()
Show description for fea7fe4
deshipu
authored and
pfalcon
committed
fea7fe4
View commit details
Copy full SHA for fea7fe4
Browse repository at this point
py/emitglue: Use more compact mp_raise_ValueError function.
dpgeorge
committed
26295e0
View commit details
Copy full SHA for 26295e0
Browse repository at this point
py/modstruct: Use more compact mp_raise_ValueError function.
Show description for fe3cc5b
dpgeorge
committed
fe3cc5b
View commit details
Copy full SHA for fe3cc5b
Browse repository at this point
tests/cmdline: Add test for -O option to check optimisation value.
dpgeorge
committed
3b5affa
View commit details
Copy full SHA for 3b5affa
Browse repository at this point
py/compile: Don't compile assert statements when optimisations enabled.
Show description for 24df30c
dpgeorge
committed
24df30c
View commit details
Copy full SHA for 24df30c
Browse repository at this point
stmhal/modusocket: set self->nic to MP_OBJ_NULL after socket close
Show description for fc73c9b
Krzysztof Blazewicz
committed
fc73c9b
View commit details
Copy full SHA for fc73c9b
Browse repository at this point
py/gc: Add MICROPY_GC_CONSERVATIVE_CLEAR option to always zero memory.
Show description for 5ffe1d8
dpgeorge
committed
5ffe1d8
View commit details
Copy full SHA for 5ffe1d8
Browse repository at this point
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
Browse repository at this point
Commits on Aug 25, 2016
lib/berkeley-db-1.xx: Update to upstream, fixes MacOSX build.
pfalcon
committed
b0e2106
View commit details
Copy full SHA for b0e2106
Browse repository at this point
esp8266/hspi: Enable duplex operation of hardware SPI
Show description for 891479e
deshipu
authored and
pfalcon
committed
891479e
View commit details
Copy full SHA for 891479e
Browse repository at this point
lib/utils/stdout_helpers: Fix function signature to match py/mphal.h.
pfalcon
committed
9897bca
View commit details
Copy full SHA for 9897bca
Browse repository at this point
stmhal: Update pin print to print new constants
Show description for a589fa3
dhylands
authored and
dpgeorge
committed
a589fa3
View commit details
Copy full SHA for a589fa3
Browse repository at this point
esp8266/modpybrtc: Use 64-bit arithmetic when computing alarm expiry.
dpgeorge
committed
d09b6b9
View commit details
Copy full SHA for d09b6b9
Browse repository at this point
tests/run-tests: Disable thread/stress_heap.py when running on Travis.
Show description for 78bc31e
dpgeorge
committed
78bc31e
View commit details
Copy full SHA for 78bc31e
Browse repository at this point
stmhal: Make ADC channel 16 available on L4 MCUs.
mattbrejza
authored and
dpgeorge
committed
5af6184
View commit details
Copy full SHA for 5af6184
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
Browse repository at this point
extmod/modubinascii: implement binascii.crc32
prusnak
committed
39799f7
View commit details
Copy full SHA for 39799f7
Browse repository at this point
Commits on Aug 23, 2016
py/stream.c: use mp_obj_get_type in mp_get_stream_raise
Show description for 6562076
Krzysztof Blazewicz
authored and
pfalcon
committed
6562076
View commit details
Copy full SHA for 6562076
Browse repository at this point
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
Browse repository at this point
Commits on Aug 22, 2016
teensy: Fix execution of frozen boot.py and main.py
dhylands
authored and
dpgeorge
committed
253e1a6
View commit details
Copy full SHA for 253e1a6
Browse repository at this point
stmhal: Remove obsolete code for special handling of TIM3 irq settings.
Show description for d2d9dfc
dpgeorge
committed
d2d9dfc
View commit details
Copy full SHA for d2d9dfc
Browse repository at this point
stmhal: Fix timer capture/compare interrupt handling for TIM1 and TIM8.
Show description for c6983e3
dhylands
authored and
dpgeorge
committed
c6983e3
View commit details
Copy full SHA for c6983e3
Browse repository at this point
Commits on Aug 20, 2016
esp8266/esp_mphal: No longer disable watchdog on startup.
Show description for f2a21a2
pfalcon
committed
f2a21a2
View commit details
Copy full SHA for f2a21a2
Browse repository at this point
Commits on Aug 19, 2016
esp8266/modmachinespi: Add a factory method for SoftSPI/HSPI
deshipu
authored and
pfalcon
committed
d076fae
View commit details
Copy full SHA for d076fae
Browse repository at this point
esp8266/modpybhspi: Add a HSPI module for hardware SPI support
Show description for 8e7dfea
deshipu
authored and
pfalcon
committed
8e7dfea
View commit details
Copy full SHA for 8e7dfea
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
Browse repository at this point
docs/library/machine.WDT: Add note that WDT is only available on WiPy.
dpgeorge
committed
64c5a94
View commit details
Copy full SHA for 64c5a94
Browse repository at this point
tests/run-tests: Disable thread/thread_lock4.py on Travis.
Show description for 567e7fc
dpgeorge
committed
567e7fc
View commit details
Copy full SHA for 567e7fc
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
Browse repository at this point
tests/uzlib_decompress: Actually test raw DEFLATE stream.
pfalcon
committed
a6fc90f
View commit details
Copy full SHA for a6fc90f
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
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
Browse repository at this point
tests/basics/special_methods: Enable tests for extra special methods.
Show description for bb19e7b
dpgeorge
committed
bb19e7b
View commit details
Copy full SHA for bb19e7b
Browse repository at this point
qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS.
Show description for f003310
dpgeorge
committed
f003310
View commit details
Copy full SHA for f003310
Browse repository at this point
tests/basics: Add a test file for overriding special methods.
rguillon
authored and
dpgeorge
committed
ed6a1ad
View commit details
Copy full SHA for ed6a1ad
Browse repository at this point
Previous
Next
You can’t perform that action at this time.