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
Type
/
to 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 }}
torwag
/
micropython
Public
forked from
micropython/micropython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
SoftUart
- #1
#1
Open
torwag
wants to merge 15 commits into
torwag:softuart
torwag/micropython:softuart
from
p-v-o-s:master
p-v-o-s/micropython:master
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
SoftUart
#1
torwag
wants to merge 15 commits into
torwag:softuart
torwag/micropython:softuart
from
p-v-o-s:master
p-v-o-s/micropython:master
Copy head branch name to clipboard
Commits
Commits on Jan 7, 2017
pure C module for bit-banged serial comm
ritakad
committed
70487a5
View commit details
Copy full SHA for 70487a5
Browse repository at this point
python interface wrapping softuart functionality
ritakad
committed
dd7b36e
View commit details
Copy full SHA for dd7b36e
Browse repository at this point
add SoftUART extension class to the machine module globals table; VERY important to add softuart.o to the irom section, or iram would be used up quickly
ritakad
committed
399df38
View commit details
Copy full SHA for 399df38
Browse repository at this point
replace symbolic links (oops) with actually source files
ritakad
committed
6995d1d
View commit details
Copy full SHA for 6995d1d
Browse repository at this point
Update softuart.h
Show description for 4c250ee
cversek
authored
4c250ee
View commit details
Copy full SHA for 4c250ee
Browse repository at this point
Update softuart.c
Show description for 3c6928f
cversek
authored
3c6928f
View commit details
Copy full SHA for 3c6928f
Browse repository at this point
Commits on Jan 8, 2017
fixed system_get_time() roll-over glitch in bit-pattern timing
ritakad
committed
535db92
View commit details
Copy full SHA for 535db92
Browse repository at this point
Merge branch 'master' of https://github.com/p-v-o-s/micropython
ritakad
committed
b0a2ca0
View commit details
Copy full SHA for b0a2ca0
Browse repository at this point
Commits on Feb 17, 2017
py: Add micropython.schedule() function and associated runtime code.
dpgeorge
committed
4aaf133
View commit details
Copy full SHA for 4aaf133
Browse repository at this point
unix: Use mp_handle_pending() in time.sleep().
dpgeorge
committed
fb78c58
View commit details
Copy full SHA for fb78c58
Browse repository at this point
stmhal: Enable micropython.schedule().
dpgeorge
committed
fa84e2c
View commit details
Copy full SHA for fa84e2c
Browse repository at this point
esp8266: Enable micropython.schedule() with locking in pin callback.
dpgeorge
committed
7101b15
View commit details
Copy full SHA for 7101b15
Browse repository at this point
esp8266/machine_pin: Add "hard" parameter to pin.irq, soft by default.
dpgeorge
committed
3a5a411
View commit details
Copy full SHA for 3a5a411
Browse repository at this point
Commits on Feb 19, 2017
merged with experimental scheduler code; keeping softuart functionality
ritakad
committed
6a370ce
View commit details
Copy full SHA for 6a370ce
Browse repository at this point
new mp interpreter name 'mp_identity_getiter'
ritakad
committed
5583ac9
View commit details
Copy full SHA for 5583ac9
Browse repository at this point
You can’t perform that action at this time.