Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 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 }}
gregdavill
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
6
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
parse-bytecode
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 7, 2016
py/objarray: Fix array.append so it doesn't extend if append fails.
Show description for 04d5e64
dpgeorge
committed
04d5e64
Copy full SHA for 04d5e64
py: Implement basic with support in native emitter.
dpgeorge
committed
2c915e1
Copy full SHA for 2c915e1
py: Combine continuous block of emit steps into with_cleanup emit call.
Show description for ce8b4e8
dpgeorge
committed
ce8b4e8
Copy full SHA for ce8b4e8
Commits on Apr 6, 2016
esp8266: Switch from terse error messages to normal ones.
Show description for 2c407bc
dpgeorge
authored and
pfalcon
committed
2c407bc
Copy full SHA for 2c407bc
esp8266/README: Add short troubleshooting section.
pfalcon
committed
d85439f
Copy full SHA for d85439f
esp8266: Add initial implementation of machine.UART.
Show description for 1a0a323
dpgeorge
authored and
pfalcon
committed
1a0a323
Copy full SHA for 1a0a323
Commits on Apr 5, 2016
cc3200/mods/modwlan: Include stream.h after recent refactor.
pfalcon
committed
4e51a30
Copy full SHA for 4e51a30
esp8266: Make destination for vendor OS debug output soft-configurable.
Show description for 96eca22
dpgeorge
authored and
pfalcon
committed
96eca22
Copy full SHA for 96eca22
py: Move stream-related declarations from obj.h to stream.h.
pfalcon
committed
e6a4d4e
Copy full SHA for e6a4d4e
docs/esp8266/quickref: Add note about physical vs logical pin numbers.
pfalcon
committed
e4cb7c6
Copy full SHA for e4cb7c6
esp8266/modnetwork: require_if(): Report the actual interface required.
pfalcon
committed
2c8356c
Copy full SHA for 2c8356c
docs/ubinascii: Document a2b_base64(), b2a_base64().
pfalcon
committed
f81ea63
Copy full SHA for f81ea63
Commits on Apr 4, 2016
esp8266: Move pyb.unique_id() to machine.unique_id().
pfalcon
committed
de12502
Copy full SHA for de12502
esp8266: Move pyb.hard_reset() to machine.reset().
pfalcon
committed
81fd568
Copy full SHA for 81fd568
unix/modsocket: Use mp_const_empty_map instead of creating empty map.
pfalcon
committed
1b811b9
Copy full SHA for 1b811b9
py/obj.h: Add comment why mp_fun_kw_t takes non-const mp_map_t*.
Show description for 069654f
pfalcon
committed
069654f
Copy full SHA for 069654f
Commits on Apr 3, 2016
unix: djgpp errno.h have no ENOTSUP, so define it to Linux value.
pohmelie
authored and
pfalcon
committed
cee8882
Copy full SHA for cee8882
docs/machine: Change wording to be a bit more port-neutral.
pfalcon
committed
28d4b94
Copy full SHA for 28d4b94
docs/os: Change wording to be a bit more port-neutral.
pfalcon
committed
69b7022
Copy full SHA for 69b7022
docs: esp8266: esp.socket is deprecated, remove from docs.
pfalcon
committed
e24674d
Copy full SHA for e24674d
esp8266: Bump heap size to 24k.
pfalcon
committed
69256ac
Copy full SHA for 69256ac
esp8266: Update flashing instructions in README.
pfalcon
committed
debbaac
Copy full SHA for debbaac
esp8266: Switch back to flashing combined firmware (single file).
Show description for 919b70b
pfalcon
committed
919b70b
Copy full SHA for 919b70b
esp8266: Minimize gap between Inst/DataRAM segments and FlashROM segment.
Show description for 8d2bcaf
pfalcon
committed
8d2bcaf
Copy full SHA for 8d2bcaf
Commits on Apr 2, 2016
esp8266/ets_alt_task: Comment out debug output.
pfalcon
committed
9698a60
Copy full SHA for 9698a60
esp8266: Bump iROM size to 512k.
Show description for fcd6862
pfalcon
committed
fcd6862
Copy full SHA for fcd6862
esp8266: Move .rodata where it belongs with -mforce-l32 help.
pfalcon
committed
ef0c5db
Copy full SHA for ef0c5db
docs: Update copyright notice.
pfalcon
committed
254a564
Copy full SHA for 254a564
esp8266/README: Add link to docs.
pfalcon
committed
333a63e
Copy full SHA for 333a63e
examples/http_client_ssl.py: HTTPS client example.
pfalcon
committed
4f2d59e
Copy full SHA for 4f2d59e
examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts.
Show description for ec5f8db
pfalcon
committed
ec5f8db
Copy full SHA for ec5f8db
examples/http_server.py: Introduce main() function.
Show description for c07a03a
pfalcon
committed
c07a03a
Copy full SHA for c07a03a
examples/http_server.py: Refactor/simplify for Python 3.5.
pfalcon
committed
aa3fb7b
Copy full SHA for aa3fb7b
examples/http_client.py: Introduce main() function.
Show description for fd2b71f
pfalcon
committed
fd2b71f
Copy full SHA for fd2b71f
examples/http_client.py: Improve CPython compatibility in stream mode.
pfalcon
committed
a5d07c3
Copy full SHA for a5d07c3
Pagination
Previous
Next
You can’t perform that action at this time.