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 }}
markushx
/
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
All time
Commit History
Commits on Oct 4, 2014
stmhal: Allow pyb.freq() function to change SYSCLK frequency.
Show description for 2411917
dpgeorge
committed
2411917
Copy full SHA for 2411917
stmhal: Adjust computation of SYSCLK to retain precision.
dpgeorge
committed
c568a2b
Copy full SHA for c568a2b
Commits on Oct 3, 2014
Merge pull request #889 from Vogtinator/master
Show description for 1f2558d
dpgeorge
committed
1f2558d
Copy full SHA for 1f2558d
Implement missing ARM emitter functions for viper
Vogtinator
committed
e526896
Copy full SHA for e526896
py: Fix unix-cpy to compile with uint->mp_uint_t changes.
dpgeorge
committed
00be7a8
Copy full SHA for 00be7a8
py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.
Show description for 39dc145
dpgeorge
committed
39dc145
Copy full SHA for 39dc145
py: Use UINT_FMT instead of %d.
dpgeorge
committed
3eaa0c3
Copy full SHA for 3eaa0c3
py: Convert [u]int to mp_[u]int_t where appropriate.
Show description for 42f3de9
dpgeorge
committed
42f3de9
Copy full SHA for 42f3de9
Commits on Oct 2, 2014
drivers: Add NRF24L01 driver (written in pure Python).
Show description for 877dba3
dpgeorge
committed
877dba3
Copy full SHA for 877dba3
tests: Add simple CAN test.
dpgeorge
committed
e535a61
Copy full SHA for e535a61
stmhal: Add basic CAN bus support.
dpgeorge
committed
3550de4
Copy full SHA for 3550de4
stmhal: Set is_enabled=false when creating UART object; fix doc typo.
dpgeorge
committed
5fc6aa8
Copy full SHA for 5fc6aa8
stmhal: Update help text.
Show description for 0bbe4de
dpgeorge
committed
0bbe4de
Copy full SHA for 0bbe4de
Commits on Oct 1, 2014
Enable device keyword option when running pyboard.py --tests and run-tests --pyboard
blmorris
authored and
dpgeorge
committed
3b06437
Copy full SHA for 3b06437
unix: Do a proper clean-up on sys.exit/SystemExit.
Show description for 762d575
dpgeorge
committed
762d575
Copy full SHA for 762d575
Proposed fix for USB Mass Storage.
dhylands
authored and
dpgeorge
committed
d368611
Copy full SHA for d368611
Commits on Sep 30, 2014
tools: Add network build to auto-build script.
dpgeorge
committed
c737086
Copy full SHA for c737086
stmhal: Enable patch_program in cc3k driver, with key.
dpgeorge
committed
de37775
Copy full SHA for de37775
stmhal: Fix wiznet5k init of SPI bus.
dpgeorge
committed
e5cc4b2
Copy full SHA for e5cc4b2
drivers, cc3000: Wrap exported functions in a macro for renaming.
dpgeorge
committed
8762418
Copy full SHA for 8762418
drivers, wiznet5k: Wrap exported functions in a macro for renaming.
Show description for 9d2bf9c
dpgeorge
committed
9d2bf9c
Copy full SHA for 9d2bf9c
stmhal: Add network and usocket module.
Show description for 3a1c4c5
dpgeorge
committed
3a1c4c5
Copy full SHA for 3a1c4c5
stmhal: For spi_init, add argument to select if NSS pin is enabled.
Show description for bfa7b48
dpgeorge
committed
bfa7b48
Copy full SHA for bfa7b48
py: Remove IOError since it's deprecated; use OSError instead.
Show description for 8b03d94
dpgeorge
committed
8b03d94
Copy full SHA for 8b03d94
Commits on Sep 29, 2014
py: Allow x86-64 to mov r16 to rm16 with extended src reg.
Show description for 1c6a1dc
dpgeorge
committed
1c6a1dc
Copy full SHA for 1c6a1dc
py: Fix viper store on x86; add tests for viper ptr16.
dpgeorge
committed
dfef424
Copy full SHA for dfef424
py: Add casting to viper; add native mem stores to viper.
Show description for e9dac3b
dpgeorge
committed
e9dac3b
Copy full SHA for e9dac3b
tests: Add tests for viper binary operations.
dpgeorge
committed
44c96b2
Copy full SHA for 44c96b2
py: Implement more binary ops for viper emitter.
Show description for 3112cde
dpgeorge
committed
3112cde
Copy full SHA for 3112cde
py: Allow viper to use ints as direct conditionals in jumps.
Show description for 6f81348
dpgeorge
committed
6f81348
Copy full SHA for 6f81348
py: Fix types, uint -> mp_uint_t.
dpgeorge
committed
a732961
Copy full SHA for a732961
py: Make macro names in assemblers consistent, and tidy up a bit.
dpgeorge
committed
0b610de
Copy full SHA for 0b610de
py: Add store r8 and store r16 ops to asm_x86 and asm_x64.
dpgeorge
committed
d66e486
Copy full SHA for d66e486
py: In asmthumb, clean up unit/int types and ite ops.
dpgeorge
committed
851f15f
Copy full SHA for 851f15f
unix: Remove unnecessary #defines from config.
dpgeorge
committed
860805a
Copy full SHA for 860805a
Pagination
Previous
Next
You can’t perform that action at this time.