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 }}
CharString
/
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
minimal
on
esp-extra-scripts
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 22, 2016
lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse.
pfalcon
committed
4347337
View commit details
Copy full SHA for 4347337
View code at this point
Browse repository at this point
Commits on Jul 20, 2016
minimal: Disable MICROPY_GC_ALLOC_THRESHOLD.
pfalcon
committed
43963a8
View commit details
Copy full SHA for 43963a8
View code at this point
Browse repository at this point
Commits on Apr 16, 2016
minimal: For frozen bytecode generation, add dependency of qstr file.
dpgeorge
committed
593ffdd
View commit details
Copy full SHA for 593ffdd
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
minimal: Add example of frozen persistent bytecode (.mpy file).
Show description for f9448dd
dpgeorge
committed
f9448dd
View commit details
Copy full SHA for f9448dd
View code at this point
Browse repository at this point
ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200.
Show description for 6eb17c3
dpgeorge
committed
6eb17c3
View commit details
Copy full SHA for 6eb17c3
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
minimal: Add enough code to run minimal build on STM32F4xx hardware.
Show description for 5472924
dpgeorge
committed
5472924
View commit details
Copy full SHA for 5472924
View code at this point
Browse repository at this point
Commits on Dec 7, 2015
py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports.
pohmelie
authored and
pfalcon
committed
354e688
View commit details
Copy full SHA for 354e688
View code at this point
Browse repository at this point
Commits on Nov 10, 2015
lib/utils/printf: Move from stmhal/ .
Show description for 73ff068
pfalcon
committed
73ff068
View commit details
Copy full SHA for 73ff068
View code at this point
Browse repository at this point
Commits on Nov 9, 2015
lib/pyexec: Move header pyexec.h from stmhal directory.
dpgeorge
committed
40274fe
View commit details
Copy full SHA for 40274fe
View code at this point
Browse repository at this point
Commits on Nov 6, 2015
minimal: Clarify comments.
pfalcon
committed
8bfa11b
View commit details
Copy full SHA for 8bfa11b
View code at this point
Browse repository at this point
Commits on Nov 3, 2015
minimal: Add an explicit comment on the gchelper.s line in the Makefile.
dhylands
authored and
pfalcon
committed
040f6f6
View commit details
Copy full SHA for 040f6f6
View code at this point
Browse repository at this point
Commits on Oct 31, 2015
stmhal: pyexec.c is common module, move to lib/utils/ .
pfalcon
committed
0ec5144
View commit details
Copy full SHA for 0ec5144
View code at this point
Browse repository at this point
all: Add py/mphal.h and use it in all ports.
Show description for 731f359
dpgeorge
authored and
pfalcon
committed
731f359
View commit details
Copy full SHA for 731f359
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
minimal: Use mp_hal_ticks_ms().
pfalcon
committed
4a9eac2
View commit details
Copy full SHA for 4a9eac2
View code at this point
Browse repository at this point
Commits on Oct 24, 2015
Makefiles: Remove duplicate object files when linking.
Show description for 0dbd928
pfalcon
committed
0dbd928
View commit details
Copy full SHA for 0dbd928
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
all: Make netutils.h available to all ports by default.
Show description for e0f5df5
pfalcon
committed
e0f5df5
View commit details
Copy full SHA for e0f5df5
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
minimal: Tune parser chunk allocation policy for very small heap.
dpgeorge
committed
90b1cc5
View commit details
Copy full SHA for 90b1cc5
View code at this point
Browse repository at this point
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Show description for 58e0f4a
dpgeorge
committed
58e0f4a
View commit details
Copy full SHA for 58e0f4a
View code at this point
Browse repository at this point
Commits on Aug 19, 2015
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Show description for 22ff397
pfalcon
committed
22ff397
View commit details
Copy full SHA for 22ff397
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
minimal: Use 1 byte for qstr hash, to make port more minimal.
dpgeorge
committed
7a26e4f
View commit details
Copy full SHA for 7a26e4f
View code at this point
Browse repository at this point
Commits on Jun 22, 2015
bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.
Show description for c4b592d
dpgeorge
committed
c4b592d
View commit details
Copy full SHA for c4b592d
View code at this point
Browse repository at this point
Commits on Jun 20, 2015
py: Use a wrapper to explicitly check self argument of builtin methods.
Show description for 06593fb
dpgeorge
committed
06593fb
View commit details
Copy full SHA for 06593fb
View code at this point
Browse repository at this point
Commits on May 5, 2015
pyexec: Make raw REPL work with event-driven version of pyexec.
Show description for c98c128
dpgeorge
committed
c98c128
View commit details
Copy full SHA for c98c128
View code at this point
Browse repository at this point
Commits on Apr 21, 2015
py: Add attrtuple object, for space-efficient tuples with attr access.
Show description for 5aa311d
dpgeorge
committed
5aa311d
View commit details
Copy full SHA for 5aa311d
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 Apr 6, 2015
py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports.
pfalcon
committed
282ca09
View commit details
Copy full SHA for 282ca09
View code at this point
Browse repository at this point
py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports.
pfalcon
committed
e2d44e3
View commit details
Copy full SHA for e2d44e3
View code at this point
Browse repository at this point
Commits on Apr 5, 2015
string0.c: Move from stmhal/ to lib/.
pfalcon
committed
3a84c8b
View commit details
Copy full SHA for 3a84c8b
View code at this point
Browse repository at this point
Commits on Mar 14, 2015
py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.
Show description for 42e0c59
dpgeorge
committed
42e0c59
View commit details
Copy full SHA for 42e0c59
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
minimal: Allow to compile without defining MICROPY_HAL_H.
dpgeorge
committed
601c814
View commit details
Copy full SHA for 601c814
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
py: Protect mp_parse and mp_compile with nlr push/pop block.
Show description for 0bfc763
dpgeorge
committed
0bfc763
View commit details
Copy full SHA for 0bfc763
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
py: Implement very simple frozen modules support.
Show description for 640e0b2
pfalcon
committed
640e0b2
View commit details
Copy full SHA for 640e0b2
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
minimal: Make #if indent consistent.
pfalcon
committed
2276eb8
View commit details
Copy full SHA for 2276eb8
View code at this point
Browse repository at this point
minimal: Support even-driven REPL.
pfalcon
committed
d7337f2
View commit details
Copy full SHA for d7337f2
View code at this point
Browse repository at this point
Commits on Jan 14, 2015
travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test.
dpgeorge
committed
bc47c28
View commit details
Copy full SHA for bc47c28
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.