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