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
cross
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 6, 2016
build-android.sh: Android build script, using NDK standalone toolchain.
pfalcon
committed
6b6834e
View commit details
Copy full SHA for 6b6834e
Browse repository at this point
Add support for MIPS big-endian, using OpenWRT SDK.
pfalcon
committed
bf7e6d6
View commit details
Copy full SHA for bf7e6d6
Browse repository at this point
run-tests.mipsel: MIPS test runner using QEMU.
pfalcon
committed
3afca67
View commit details
Copy full SHA for 3afca67
Browse repository at this point
micropython.mipsel: Runner script for MIPS build, using QEMU.
pfalcon
committed
71f0400
View commit details
Copy full SHA for 71f0400
Browse repository at this point
build-mipsel.sh: Build script for MIPS using OpenWRT SDK.
pfalcon
committed
6f76327
View commit details
Copy full SHA for 6f76327
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
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
Browse repository at this point
esp8266/scripts/inisetup: Add commented-out call to esp.osdebug(None).
Show description for 6de3786
pfalcon
committed
6de3786
View commit details
Copy full SHA for 6de3786
Browse repository at this point
esp8266/flashbdev: Reserve extra sysparam sector for SDK 2.0.0 compatibility.
pfalcon
committed
ca59f5f
View commit details
Copy full SHA for ca59f5f
Browse repository at this point
unix: Enable websocket module.
pfalcon
committed
5b9e7e2
View commit details
Copy full SHA for 5b9e7e2
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
Browse repository at this point
Commits on Aug 5, 2016
examples/network: Split recv- and read-based HTTP servers.
Show description for 3d19adf
pfalcon
committed
3d19adf
View commit details
Copy full SHA for 3d19adf
Browse repository at this point
extmod/modbtree: open(): Add option kwargs.
Show description for d79342d
pfalcon
committed
d79342d
View commit details
Copy full SHA for d79342d
Browse repository at this point
extmod/modwebrepl: Make GET_FILE operation non-blocking.
Show description for ed500e4
pfalcon
committed
ed500e4
View commit details
Copy full SHA for ed500e4
Browse repository at this point
extmod/modwebrepl: Factor out "GET" iteration to write_file_chunk().
pfalcon
committed
c16612e
View commit details
Copy full SHA for c16612e
Browse repository at this point
Commits on Aug 4, 2016
py/mkrules.mk: Allow to add more items for "clean" target using CLEAN_EXTRA.
pfalcon
committed
7fb3147
View commit details
Copy full SHA for 7fb3147
Browse repository at this point
stmhal: Fix I2C mappings for STM32F429DISC board.
siorpaes
authored and
dpgeorge
committed
b67eb20
View commit details
Copy full SHA for b67eb20
Browse repository at this point
Commits on Aug 3, 2016
esp8266/scripts/port_diag.py: Include esp.check_fw() call.
pfalcon
committed
4a27ad0
View commit details
Copy full SHA for 4a27ad0
Browse repository at this point
esp8266/modesp: Add check_fw() function to check integrity of the firmware.
Show description for e33d238
pfalcon
committed
e33d238
View commit details
Copy full SHA for e33d238
Browse repository at this point
esp8266/makeimg.py: Append md5 hash to the generated binary.
Show description for bf47b71
pfalcon
committed
bf47b71
View commit details
Copy full SHA for bf47b71
Browse repository at this point
esp8266/makeimg.py: Store firmware size as last 4 bytes of padding area.
pfalcon
committed
a621333
View commit details
Copy full SHA for a621333
Browse repository at this point
Commits on Aug 2, 2016
logo/1bit-logo A black & white version of the logo
Show description for efb8aa0
deshipu
authored and
pfalcon
committed
efb8aa0
View commit details
Copy full SHA for efb8aa0
Browse repository at this point
docs: Spelling mistakes
mcauser
authored and
pfalcon
committed
ce166e6
View commit details
Copy full SHA for ce166e6
Browse repository at this point
Commits on Aug 1, 2016
extmod/modbtree: Implement __contains__ operation.
pfalcon
committed
3eb532e
View commit details
Copy full SHA for 3eb532e
Browse repository at this point
cc3200, teensy: Remove broken malloc/free/realloc macro helpers.
Show description for 8766bc0
dpgeorge
committed
8766bc0
View commit details
Copy full SHA for 8766bc0
Browse repository at this point
docs: Add DHT to ESP8266 Quick Ref and Tutorial
mcauser
authored and
pfalcon
committed
b456484
View commit details
Copy full SHA for b456484
Browse repository at this point
Commits on Jul 31, 2016
esp8266: Make APA102 driver inclusion configurable.
pfalcon
committed
0e4cae5
View commit details
Copy full SHA for 0e4cae5
Browse repository at this point
esp8266/eagle.rom.addr.v6.ld: Add Enable_QMode symbol from SDK 2.0.0.
pfalcon
committed
88d3cd5
View commit details
Copy full SHA for 88d3cd5
Browse repository at this point
tests/machine1: Revamp to work with unix port (which has "umachine").
pfalcon
committed
bc39129
View commit details
Copy full SHA for bc39129
Browse repository at this point
tests/machine_mem.py: Too non-portable, rework as an example for unix port.
pfalcon
committed
eb0e3ba
View commit details
Copy full SHA for eb0e3ba
Browse repository at this point
Commits on Jul 30, 2016
esp8266: Enable btree module.
pfalcon
committed
4d22ade
View commit details
Copy full SHA for 4d22ade
Browse repository at this point
esp8266/esp_mphal: Implement libc's errno.
Show description for 64ad838
pfalcon
committed
64ad838
View commit details
Copy full SHA for 64ad838
Browse repository at this point
tests/extmod/btree1: Tests against in-memory DB (using io.BytesIO).
pfalcon
committed
617bda2
View commit details
Copy full SHA for 617bda2
Browse repository at this point
unix/Makefile: And note why btree module is disabled for coverage build.
pfalcon
committed
aac9e8c
View commit details
Copy full SHA for aac9e8c
Browse repository at this point
extmod/modbtree: Switch to accepting stream object instead of filename.
Show description for 99061d1
pfalcon
committed
99061d1
View commit details
Copy full SHA for 99061d1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.