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
Breadcrumbs
History for
circuitpython
py
misc.h
on
reentrant-gc
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 9, 2014
py: Add further checks for failed malloc in lexer init functions.
dpgeorge
committed
9bf5f28
View commit details
Copy full SHA for 9bf5f28
View code at this point
Browse repository at this point
Commits on Sep 28, 2014
Fix error: unknown type name 'size_t'
bvernoux
committed
f6f248b
View commit details
Copy full SHA for f6f248b
View code at this point
Browse repository at this point
Commits on Sep 25, 2014
py: For malloc and vstr functions, use size_t exclusively for int type.
Show description for b026134
dpgeorge
committed
b026134
View commit details
Copy full SHA for b026134
View code at this point
Browse repository at this point
Commits on Jul 12, 2014
py: Add generic helper to align a pointer.
pfalcon
committed
564e464
View commit details
Copy full SHA for 564e464
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02
dpgeorge
committed
40f3c02
View commit details
Copy full SHA for 40f3c02
View code at this point
Browse repository at this point
Commits on Jun 28, 2014
py: Make unichar_charlen() accept/return machine_uint_t.
pfalcon
committed
9e215fa
View commit details
Copy full SHA for 9e215fa
View code at this point
Browse repository at this point
py: Small comments, name changes, use of machine_int_t.
dpgeorge
committed
e04a44e
View commit details
Copy full SHA for e04a44e
View code at this point
Browse repository at this point
Commits on Jun 26, 2014
misc: Add count_lead_ones() function, useful for UTF-8 handling.
pfalcon
committed
ce81312
View commit details
Copy full SHA for ce81312
View code at this point
Browse repository at this point
py: Implement basic unicode functions.
Rosuav
authored and
pfalcon
committed
c88987c
View commit details
Copy full SHA for c88987c
View code at this point
Browse repository at this point
Commits on Jun 19, 2014
Prefix ARRAY_SIZE with micropython prefix MP_
eblot
committed
f6932d6
View commit details
Copy full SHA for f6932d6
View code at this point
Browse repository at this point
Commits on Jun 14, 2014
unicode: Add trivial implementation of unichar_charlen().
pfalcon
committed
7ddbd1b
View commit details
Copy full SHA for 7ddbd1b
View code at this point
Browse repository at this point
unicode: String API is const byte*.
Show description for b0bb458
pfalcon
committed
b0bb458
View commit details
Copy full SHA for b0bb458
View code at this point
Browse repository at this point
Commits on May 31, 2014
add methods isspace(), isalpha(), isdigit(), isupper() and islower() to str
kimbauters
committed
a3f4b83
View commit details
Copy full SHA for a3f4b83
View code at this point
Browse repository at this point
Commits on May 10, 2014
objstr: Implement .lower() and .upper().
pfalcon
committed
6913521
View commit details
Copy full SHA for 6913521
View code at this point
Browse repository at this point
py: Improve handling of memory error in parser.
Show description for 1b82e9a
dpgeorge
committed
1b82e9a
View commit details
Copy full SHA for 1b82e9a
View code at this point
Browse repository at this point
Commits on May 4, 2014
py, unix: Add -v option, print bytecode dump if used.
Show description for 6b344d7
pfalcon
committed
6b344d7
View commit details
Copy full SHA for 6b344d7
View code at this point
Browse repository at this point
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147
dpgeorge
committed
04b9147
View commit details
Copy full SHA for 04b9147
View code at this point
Browse repository at this point
Commits on Apr 26, 2014
Add ARRAY_SIZE macro, and use it where possible.
dpgeorge
committed
6d3c5e4
View commit details
Copy full SHA for 6d3c5e4
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
py: Check explicitly for memory allocation failure in parser.
Show description for 58ba4c3
dpgeorge
committed
58ba4c3
View commit details
Copy full SHA for 58ba4c3
View code at this point
Browse repository at this point
py: Add emergency exception object for when heap allocation fails.
dpgeorge
committed
f0954e3
View commit details
Copy full SHA for f0954e3
View code at this point
Browse repository at this point
Commits on Apr 5, 2014
Improve GC finalisation code; add option to disable it.
dpgeorge
committed
12bab72
View commit details
Copy full SHA for 12bab72
View code at this point
Browse repository at this point
Merge pull request #425 from iabdalkader/del
Show description for 8123a33
dpgeorge
committed
8123a33
View commit details
Copy full SHA for 8123a33
View code at this point
Browse repository at this point
Commits on Apr 4, 2014
py: Add m_malloc_fail function to handle memory allocation error.
Show description for 6902eed
dpgeorge
committed
6902eed
View commit details
Copy full SHA for 6902eed
View code at this point
Browse repository at this point
Commits on Apr 3, 2014
Implement del
iabdalkader
committed
4f7e9f5
View commit details
Copy full SHA for 4f7e9f5
View code at this point
Browse repository at this point
Commits on Apr 2, 2014
py: Wrap compile_scope_inline_asm in #if; remove comment from misc.h.
dpgeorge
committed
094d450
View commit details
Copy full SHA for 094d450
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
Add vstr_ins and vstr_cut_out; improve stmhal readline.
dpgeorge
committed
280e720
View commit details
Copy full SHA for 280e720
View code at this point
Browse repository at this point
Commits on Feb 26, 2014
py: Take out bitfield entries from their own structure.
Show description for 5104775
dpgeorge
committed
5104775
View commit details
Copy full SHA for 5104775
View code at this point
Browse repository at this point
Commits on Feb 22, 2014
py: Rename strtonum to mp_strtonum.
Show description for 2613ffd
dpgeorge
committed
2613ffd
View commit details
Copy full SHA for 2613ffd
View code at this point
Browse repository at this point
Commits on Feb 16, 2014
Make DEBUG_printf() a proper function, implementation is port-dependent.
Show description for 44739e2
pfalcon
committed
44739e2
View commit details
Copy full SHA for 44739e2
View code at this point
Browse repository at this point
Commits on Feb 6, 2014
Implement fixed buffer vstrs; use them for import path.
dpgeorge
committed
354d15a
View commit details
Copy full SHA for 354d15a
View code at this point
Browse repository at this point
Commits on Feb 5, 2014
Search paths properly on import and execute __init__.py if it exists.
dpgeorge
committed
e09ffa1
View commit details
Copy full SHA for e09ffa1
View code at this point
Browse repository at this point
Commits on Feb 4, 2014
Implement support for sys.path when loading modules.
Show description for e11b17c
pfalcon
committed
e11b17c
View commit details
Copy full SHA for e11b17c
View code at this point
Browse repository at this point
Add generic MIN()/MAX() functions.
pfalcon
committed
6e6b888
View commit details
Copy full SHA for 6e6b888
View code at this point
Browse repository at this point
Commits on Jan 22, 2014
Implement octal and hex escapes in strings.
pfalcon
committed
0b7184d
View commit details
Copy full SHA for 0b7184d
View code at this point
Browse repository at this point
Commits on Jan 21, 2014
Revamp qstrs: they now include length and hash.
Show description for 55baff4
dpgeorge
committed
55baff4
View commit details
Copy full SHA for 55baff4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.