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 }}
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
stmhal
main.c
on
programming_guide
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 31, 2017
all: Use full path name when including mp-readline/timeutils/netutils.
Show description for b6c7e4b
dpgeorge
committed
b6c7e4b
View commit details
Copy full SHA for b6c7e4b
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
extmod/vfs_fat: Remove obsolete and unused str/len members.
dpgeorge
committed
12d0731
View commit details
Copy full SHA for 12d0731
View code at this point
Browse repository at this point
stmhal/main: Allocate flash's VFS struct on the heap to trace root ptrs.
dpgeorge
committed
8236d18
View commit details
Copy full SHA for 8236d18
View code at this point
Browse repository at this point
Commits on Mar 2, 2017
stmhal: Use mp_hal_delay_ms instead of HAL_Delay.
dpgeorge
committed
6ab5512
View commit details
Copy full SHA for 6ab5512
View code at this point
Browse repository at this point
Commits on Feb 17, 2017
stmhal/main: Remove unnecessary header includes.
dpgeorge
committed
c9b0f0b
View commit details
Copy full SHA for c9b0f0b
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
stmhal: Implement a proper thread scheduler.
Show description for 05a4859
dpgeorge
committed
05a4859
View commit details
Copy full SHA for 05a4859
View code at this point
Browse repository at this point
Commits on Feb 7, 2017
stmhal: Add ability to skip booting from SD card via /flash/SKIPSD file.
dpgeorge
committed
9779c99
View commit details
Copy full SHA for 9779c99
View code at this point
Browse repository at this point
Commits on Jan 31, 2017
stmhal: Fix build issue when MICROPY_PY_THREAD is disabled.
dpgeorge
committed
8e00844
View commit details
Copy full SHA for 8e00844
View code at this point
Browse repository at this point
stmhal/main: Use _estack value to initialise stack extents.
dpgeorge
committed
00e7176
View commit details
Copy full SHA for 00e7176
View code at this point
Browse repository at this point
stmhal: Initial implementation of multithreading, currently disabled.
Show description for 882ec01
dpgeorge
committed
882ec01
View commit details
Copy full SHA for 882ec01
View code at this point
Browse repository at this point
stmhal/main: Guard init_sdcard_fs with MICROPY_HW_HAS_SDCARD.
dpgeorge
committed
7d8c79a
View commit details
Copy full SHA for 7d8c79a
View code at this point
Browse repository at this point
stmhal/main: Put /sd directory before /flash in sys.path.
Show description for 80dfd65
dpgeorge
committed
80dfd65
View commit details
Copy full SHA for 80dfd65
View code at this point
Browse repository at this point
stmhal: On boot, mount all available partitions of the SD card.
Show description for 3667ee1
dpgeorge
committed
3667ee1
View commit details
Copy full SHA for 3667ee1
View code at this point
Browse repository at this point
Commits on Jan 30, 2017
stmhal: Use LED constants from PYBv4 onwards.
dpgeorge
committed
220abca
View commit details
Copy full SHA for 220abca
View code at this point
Browse repository at this point
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Show description for b697c89
dpgeorge
committed
b697c89
View commit details
Copy full SHA for b697c89
View code at this point
Browse repository at this point
Commits on Jan 29, 2017
stmhal: Fix name of automatically created boot.py.
dpgeorge
committed
c3cd46e
View commit details
Copy full SHA for c3cd46e
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
stmhal: Convert to use VFS sub-system and new ooFatFs component.
Show description for 84c614e
dpgeorge
committed
84c614e
View commit details
Copy full SHA for 84c614e
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
stmhal: Use core-provided keyboard exception object.
dpgeorge
committed
a770ba1
View commit details
Copy full SHA for a770ba1
View code at this point
Browse repository at this point
stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception.
Show description for f254cfd
dpgeorge
committed
f254cfd
View commit details
Copy full SHA for f254cfd
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
py/runtime: Zero out fs_user_mount array in mp_init.
Show description for e8f2db7
dpgeorge
committed
e8f2db7
View commit details
Copy full SHA for e8f2db7
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
stmhal: Updates to get F411 MCUs compiling with latest ST HAL.
dpgeorge
committed
7e82079
View commit details
Copy full SHA for 7e82079
View code at this point
Browse repository at this point
Commits on Oct 6, 2016
stmhal: Disable network and usocket for ESPRUINO_PICO
dhylands
authored and
dpgeorge
committed
c08f50b
View commit details
Copy full SHA for c08f50b
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
stmhal: Use attribute to avoid inlining.
Show description for b0a4690
agners
committed
b0a4690
View commit details
Copy full SHA for b0a4690
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
stmhal/modmachine: Implement machine.reset_cause() function, and consts.
dpgeorge
committed
9103cbe
View commit details
Copy full SHA for 9103cbe
View code at this point
Browse repository at this point
Commits on Aug 29, 2016
stmhal: Update boot.py files to use VCP instead of CDC.
philandstuff
authored and
dpgeorge
committed
c777b69
View commit details
Copy full SHA for c777b69
View code at this point
Browse repository at this point
Commits on May 5, 2016
stmhal: L4: Make CCM/DTCM RAM start-up conditional on MCU type.
Tobias Badertscher
authored and
dpgeorge
committed
7441ba7
View commit details
Copy full SHA for 7441ba7
View code at this point
Browse repository at this point
Commits on Feb 15, 2016
stmhal: Some NETDUINO_PLUS_2 cleanup
Show description for 4b2938a
dhylands
authored and
dpgeorge
committed
4b2938a
View commit details
Copy full SHA for 4b2938a
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
extmod/fsusermount: Support mounting of multiple block devices.
Show description for b33a770
dpgeorge
committed
b33a770
View commit details
Copy full SHA for b33a770
View code at this point
Browse repository at this point
Commits on Jan 29, 2016
stmhal: Make TIM3 available for use by the user.
Show description for ea89b80
dpgeorge
committed
ea89b80
View commit details
Copy full SHA for ea89b80
View code at this point
Browse repository at this point
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Show description for d3b1f0b
pfalcon
committed
d3b1f0b
View commit details
Copy full SHA for d3b1f0b
View code at this point
Browse repository at this point
Commits on Dec 7, 2015
stmhal: Print exception information in nlr_jump_failed
Show description for f380904
dhylands
authored and
dpgeorge
committed
f380904
View commit details
Copy full SHA for f380904
View code at this point
Browse repository at this point
stmhal: Execute boot.py and main.py when formatting the file system.
Show description for acc2084
dhylands
authored and
dpgeorge
committed
acc2084
View commit details
Copy full SHA for acc2084
View code at this point
Browse repository at this point
Commits on Dec 4, 2015
stmhal: Add option to free up TIM3 from USB VCP polling.
Show description for 66b9682
dpgeorge
committed
66b9682
View commit details
Copy full SHA for 66b9682
View code at this point
Browse repository at this point
stmhal: Add rtc.init() method to force RTC to re-initialise.
dpgeorge
committed
f7697ff
View commit details
Copy full SHA for f7697ff
View code at this point
Browse repository at this point
Commits on Nov 23, 2015
stmhal: Implement delayed RTC initialization with LSI fallback.
Show description for 86aa16b
T S
authored and
dpgeorge
committed
86aa16b
View commit details
Copy full SHA for 86aa16b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.