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
parse-bytecode
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 18, 2016
update compiler to align with latest changes on master, v1.7
dpgeorge
committed
be020eb
View commit details
Copy full SHA for be020eb
Browse repository at this point
py/gc: Zero out all newly allocated memory to prevent stale pointers.
dpgeorge
committed
1c0343f
View commit details
Copy full SHA for 1c0343f
Browse repository at this point
py/vstr: Change allocation policy from *2 to +64.
dpgeorge
committed
2d9531a
View commit details
Copy full SHA for 2d9531a
Browse repository at this point
py/emitglue: Suppress warning for unused parameter.
dpgeorge
committed
238b5f5
View commit details
Copy full SHA for 238b5f5
Browse repository at this point
update parser and compiler to align with latest master
dpgeorge
committed
c23a2ea
View commit details
Copy full SHA for c23a2ea
Browse repository at this point
fixing inline assembler (emitinlinethumb.c)
dpgeorge
committed
6cdf816
View commit details
Copy full SHA for 6cdf816
Browse repository at this point
fixing inline assembler (compile2.c)
dpgeorge
committed
127d1f5
View commit details
Copy full SHA for 127d1f5
Browse repository at this point
py: Implement parse bytecode.
dpgeorge
committed
61398ab
View commit details
Copy full SHA for 61398ab
Browse repository at this point
py: Expose vstr_in_blank_bytes as public.
dpgeorge
committed
5bf649f
View commit details
Copy full SHA for 5bf649f
Browse repository at this point
Commits on Apr 11, 2016
docs: Bump version to 1.7.
dpgeorge
committed
9b0a150
View commit details
Copy full SHA for 9b0a150
Browse repository at this point
extmod/modwebsocket: write(): Support write size beyond 125 bytes.
pfalcon
committed
f8fb447
View commit details
Copy full SHA for f8fb447
Browse repository at this point
Commits on Apr 10, 2016
extmod/modlwip: Fix for loss of data in unaccepted incoming sockets.
Show description for 7063210
pfalcon
committed
7063210
View commit details
Copy full SHA for 7063210
Browse repository at this point
esp8266/modesp: Add freemem() and meminfo() functions.
Show description for 1cc81ed
pfalcon
committed
1cc81ed
View commit details
Copy full SHA for 1cc81ed
Browse repository at this point
esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call().
pfalcon
committed
c734de4
View commit details
Copy full SHA for c734de4
Browse repository at this point
py/stream: Move uPy func obj wrappers to below their respective funcs.
dpgeorge
committed
358e5d8
View commit details
Copy full SHA for 358e5d8
Browse repository at this point
py/stream: Simplify arg extraction logic for stream_ioctl.
Show description for 657aef6
dpgeorge
committed
657aef6
View commit details
Copy full SHA for 657aef6
Browse repository at this point
esp8266: Implement multistage bootstrap sequence.
Show description for 6e87aeb
dpgeorge
authored and
pfalcon
committed
6e87aeb
View commit details
Copy full SHA for 6e87aeb
Browse repository at this point
extmod/modwebsocket.h: Split websocket-related defines for reuse.
pfalcon
committed
b69f798
View commit details
Copy full SHA for b69f798
Browse repository at this point
py/stream: ioctl(): Properly support 2-arg form.
pfalcon
committed
558fd5d
View commit details
Copy full SHA for 558fd5d
Browse repository at this point
py/stream: Fix signed comparison issue.
pfalcon
committed
6c3db26
View commit details
Copy full SHA for 6c3db26
Browse repository at this point
extmod/modwebsocket: Implement MP_STREAM_SET_DATA_OPTS ioctl.
Show description for d6236e8
pfalcon
committed
d6236e8
View commit details
Copy full SHA for d6236e8
Browse repository at this point
extmod/modwebsocket: Allow to get type of last read data using ioctl().
pfalcon
committed
6837dba
View commit details
Copy full SHA for 6837dba
Browse repository at this point
py/stream: Add Python-level ioctl() method.
Show description for 0c97e4c
pfalcon
committed
0c97e4c
View commit details
Copy full SHA for 0c97e4c
Browse repository at this point
py/stream.h: Add bigger inventory of stream ioctl's.
pfalcon
committed
a45e280
View commit details
Copy full SHA for a45e280
Browse repository at this point
Commits on Apr 9, 2016
extmod/modwebsocket: Record current fragment type (binary/text/etc.)
Show description for f38e8f5
pfalcon
committed
f38e8f5
View commit details
Copy full SHA for f38e8f5
Browse repository at this point
extmod/modwebsocket: Add option for blocking writes to non-blk sockets.
Show description for 5b1c221
pfalcon
committed
5b1c221
View commit details
Copy full SHA for 5b1c221
Browse repository at this point
extmod/modwebsocket: Reset mask between packets.
pfalcon
committed
397b705
View commit details
Copy full SHA for 397b705
Browse repository at this point
Commits on Apr 8, 2016
extmod/modwebsocket: Make sure to propagate EOF.
pfalcon
committed
7e9182f
View commit details
Copy full SHA for 7e9182f
Browse repository at this point
unix: freedos strip and size names for binaries
Show description for b32b0d3
pohmelie
authored and
pfalcon
committed
b32b0d3
View commit details
Copy full SHA for b32b0d3
Browse repository at this point
extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD.
Show description for 20d9bc2
Tom Sparks
authored and
pfalcon
committed
20d9bc2
View commit details
Copy full SHA for 20d9bc2
Browse repository at this point
extmod/modwebsocket: Properly check number of args to constructor.
pfalcon
committed
05ba243
View commit details
Copy full SHA for 05ba243
Browse repository at this point
lib/axtls: Update to the latest upstream master.
pfalcon
committed
5e919b7
View commit details
Copy full SHA for 5e919b7
Browse repository at this point
Commits on Apr 7, 2016
docs: esp8266: Enable "machine" module docs.
Show description for 9c04299
pfalcon
committed
9c04299
View commit details
Copy full SHA for 9c04299
Browse repository at this point
docs/ubinascii: Document non-standard "sep" argument to hexlify().
pfalcon
committed
5e7fa7c
View commit details
Copy full SHA for 5e7fa7c
Browse repository at this point
stmhal: Consistently enable USB SOF Irqs for all USB modes (FS and HS).
Show description for 8a8e775
hoihu
authored and
dpgeorge
committed
8a8e775
View commit details
Copy full SHA for 8a8e775
Browse repository at this point
Previous
Next
You can’t perform that action at this time.