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 }}
salimfadhley
/
micropython
Public
forked from
micropython/micropython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 20, 2014
mkrules.mk: Pass $(COPT) to link stage.
Show description for 4c4b9d1
pfalcon
committed
4c4b9d1
Copy full SHA for 4c4b9d1
makefile: Pass STRIPFLAGS_EXTRA to strip.
Show description for 0fc7efb
pfalcon
committed
0fc7efb
Copy full SHA for 0fc7efb
unix: Allow to override MICROPY_GCREGS_SETJMP from cmdline.
pfalcon
committed
17a4943
Copy full SHA for 17a4943
unix: Add CFLAGS_EXTRA & LDFLAGS_EXTRA for command line usage.
Show description for 7cd46a1
pfalcon
committed
7cd46a1
Copy full SHA for 7cd46a1
unix: Refactor order file munging fo MacOSX.
pfalcon
committed
7e56e55
Copy full SHA for 7e56e55
unix: Group CFLAGS related stuff together.
pfalcon
committed
eecf3e9
Copy full SHA for eecf3e9
unix: Allow to override compiler warning options without touching the rest.
Show description for 2099b68
pfalcon
committed
2099b68
Copy full SHA for 2099b68
tests/float/: Skip tests if "math" module is not available.
pfalcon
committed
f605172
Copy full SHA for f605172
py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.
Show description for 3b6f7b9
pfalcon
committed
3b6f7b9
Copy full SHA for 3b6f7b9
Merge pull request #697 from stinos/gc-debug
Show description for 7efbd32
pfalcon
committed
7efbd32
Copy full SHA for 7efbd32
Merge pull request #707 from eblot/master-v1.1.1-build-fixes
Show description for 09e3f8f
pfalcon
committed
09e3f8f
Copy full SHA for 09e3f8f
Commits on Jun 19, 2014
bench: Three ways to process a byte buffer.
pfalcon
committed
74c7101
Copy full SHA for 74c7101
bench: Add test for map() vs inplace operations in array-likes.
Show description for 59ced65
pfalcon
committed
59ced65
Copy full SHA for 59ced65
bench: Add tests for constructing various containers from iterator.
Show description for 17db096
pfalcon
committed
17db096
Copy full SHA for 17db096
bench: Add test for function call overhead.
Show description for e53d219
pfalcon
committed
e53d219
Copy full SHA for e53d219
Prefix ARRAY_SIZE with micropython prefix MP_
eblot
committed
f6932d6
Copy full SHA for f6932d6
Add missing “assert.h” file header inclusion from “nlr.h”
eblot
committed
bf3366a
Copy full SHA for bf3366a
Commits on Jun 18, 2014
Merge pull request #700 from swegener/for-upstream
Show description for b0851e5
dpgeorge
committed
b0851e5
Copy full SHA for b0851e5
bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS
Show description for c3cabf4
swegener
committed
c3cabf4
Copy full SHA for c3cabf4
bare-arm, stmhal: Fix --nostdlib to -nostdlib
Show description for afc67c6
swegener
committed
afc67c6
Copy full SHA for afc67c6
gc: Turn off debugging info again
stinos
committed
9acb5e4
Copy full SHA for 9acb5e4
gc: Keep debug statements at beginning of scope where possible
stinos
committed
def10ce
Copy full SHA for def10ce
Commits on Jun 17, 2014
Merge pull request #698 from dhylands/adc-fix
Show description for 720f55c
dpgeorge
committed
720f55c
Copy full SHA for 720f55c
stmhal: Toggle LED using ODR ^= pin_mask.
dpgeorge
committed
bcb3ab4
Copy full SHA for bcb3ab4
Commits on Jun 16, 2014
Fix problem with ADC reads and multiple channels
dhylands
committed
535b881
Copy full SHA for 535b881
gc: More verbose debugging
Show description for bbcea3f
stinos
committed
bbcea3f
Copy full SHA for bbcea3f
Commits on Jun 15, 2014
stmhal: Add Python function to set UART for REPL.
Show description for 2547928
dpgeorge
committed
2547928
Copy full SHA for 2547928
stmhal: Fix type signatures on functions that take variable args.
dpgeorge
committed
c0711cb
Copy full SHA for c0711cb
stmhal: Fix file print methods to use print instead of printf.
Show description for e79c669
dpgeorge
committed
e79c669
Copy full SHA for e79c669
Commits on Jun 14, 2014
stmhal: Update and improve LCD driver.
Show description for 34ab8dd
dpgeorge
committed
34ab8dd
Copy full SHA for 34ab8dd
parsenum: Signedness issues.
Show description for 0294661
pfalcon
committed
0294661
Copy full SHA for 0294661
Merge pull request #693 from iabdalkader/assert
Show description for 812025b
dpgeorge
committed
812025b
Copy full SHA for 812025b
Make __assert_func weak
iabdalkader
committed
5f6f47a
Copy full SHA for 5f6f47a
Add __assert_func only if DEBUG=1
iabdalkader
committed
00db5c8
Copy full SHA for 00db5c8
Add __assert_func
Show description for 34e7b67
iabdalkader
committed
34e7b67
Copy full SHA for 34e7b67
Pagination
Previous
Next
You can’t perform that action at this time.