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
travis-testing
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 14, 2015
py: Improve allocation policy of qstr data.
Show description for ade9a05
dpgeorge
committed
ade9a05
View commit details
Copy full SHA for ade9a05
View code at this point
Browse repository at this point
Commits on May 20, 2015
extmod: Add ubinascii.unhexlify
Show description for 3ad94d6
dhylands
authored and
dpgeorge
committed
3ad94d6
View commit details
Copy full SHA for 3ad94d6
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6
dpgeorge
committed
7f9d1d6
View commit details
Copy full SHA for 7f9d1d6
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API.
dpgeorge
committed
d891452
View commit details
Copy full SHA for d891452
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.
dpgeorge
committed
827b0f7
View commit details
Copy full SHA for 827b0f7
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
py: Change vstr so that it doesn't null terminate buffer by default.
Show description for 0d3cb67
dpgeorge
committed
0d3cb67
View commit details
Copy full SHA for 0d3cb67
View code at this point
Browse repository at this point
py: Be more precise about unicode type and disabled unicode behaviour.
dpgeorge
committed
16677ce
View commit details
Copy full SHA for 16677ce
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
py: Move mp_float_t related defines to misc.h
doogle
authored and
dpgeorge
committed
c585ad1
View commit details
Copy full SHA for c585ad1
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
py: Remove mp_obj_str_builder and use vstr instead.
Show description for 05005f6
dpgeorge
committed
05005f6
View commit details
Copy full SHA for 05005f6
View code at this point
Browse repository at this point
py: Add mp_obj_new_str_from_vstr, and use it where relevant.
Show description for 0b9ee86
dpgeorge
committed
0b9ee86
View commit details
Copy full SHA for 0b9ee86
View code at this point
Browse repository at this point
Commits on Dec 29, 2014
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
dpgeorge
committed
9ddbe29
View commit details
Copy full SHA for 9ddbe29
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.