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
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 }}
ProGamerCode
/
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
programming_guide
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701
tannewt
committed
30ee701
View commit details
Copy full SHA for 30ee701
View code at this point
Browse repository at this point
Commits on May 29, 2017
various: Spelling fixes
scop
committed
ca16c38
View commit details
Copy full SHA for ca16c38
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Merge tag 'v1.8.7'
Show description for dfb61f0
tannewt
committed
dfb61f0
View commit details
Copy full SHA for dfb61f0
View code at this point
Browse repository at this point
Commits on Dec 26, 2016
cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).
Show description for 25f44c1
pfalcon
committed
25f44c1
View commit details
Copy full SHA for 25f44c1
View code at this point
Browse repository at this point
py/misc.h: Typo fix in comment.
pfalcon
committed
cf96be6
View commit details
Copy full SHA for cf96be6
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
atmel-samd: Support auto-reset based on USB write activity.
Show description for d189a3f
tannewt
committed
d189a3f
View commit details
Copy full SHA for d189a3f
View code at this point
Browse repository at this point
Commits on Oct 14, 2016
py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.
Show description for 824f5c5
dpgeorge
committed
824f5c5
View commit details
Copy full SHA for 824f5c5
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
py/vstr: Remove vstr.had_error flag and inline basic vstr functions.
Show description for 5da0d29
dpgeorge
committed
5da0d29
View commit details
Copy full SHA for 5da0d29
View code at this point
Browse repository at this point
Commits on Feb 17, 2016
py/repl: Check for an identifier char after the keyword.
Show description for 69d9e7d
hosaka
authored and
dpgeorge
committed
69d9e7d
View commit details
Copy full SHA for 69d9e7d
View code at this point
Browse repository at this point
Commits on Dec 8, 2015
py/misc.h: Include stdint.h only once (unconditionally at the top).
pfalcon
committed
946f870
View commit details
Copy full SHA for 946f870
View code at this point
Browse repository at this point
Commits on Dec 7, 2015
py/misc.h: Include stdint.h, as large share of code now depends on it.
pfalcon
committed
9f001b0
View commit details
Copy full SHA for 9f001b0
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedb
dpgeorge
committed
999cedb
View commit details
Copy full SHA for 999cedb
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.