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 }}
alexbartlow
/
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
on
parse-bytecode
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 7, 2016
stmhal: Consistently enable USB SOF Irqs for all USB modes (FS and HS).
Show description for 8a8e775
hoihu
authored and
dpgeorge
committed
8a8e775
View commit details
Copy full SHA for 8a8e775
View code at this point
Browse repository at this point
Commits on Mar 13, 2016
stmhal: NUCELO_F401RE cleanup
Show description for 99fc0d1
dhylands
authored and
dpgeorge
committed
99fc0d1
View commit details
Copy full SHA for 99fc0d1
View code at this point
Browse repository at this point
stmhal: Rename STM32F401NUCLEO to NUCLEO_F401RE
Show description for 00f921c
dhylands
authored and
dpgeorge
committed
00f921c
View commit details
Copy full SHA for 00f921c
View code at this point
Browse repository at this point
stmhal: Add board definition files for NUCLEO_F411RE
dhylands
committed
031fadd
View commit details
Copy full SHA for 031fadd
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
stmhal: Add makefile target and configuration to deploy via OpenOCD.
SpotlightKid
authored and
dpgeorge
committed
9b5e05a
View commit details
Copy full SHA for 9b5e05a
View code at this point
Browse repository at this point
stmhal: Add support for generic STM32F439 board (non DISCO).
Ryan Shaw
authored and
dpgeorge
committed
ad725a6
View commit details
Copy full SHA for ad725a6
View code at this point
Browse repository at this point
stmhal: Add makefile target to deploy stmhal build via ST-LINK.
SpotlightKid
authored and
dpgeorge
committed
0755448
View commit details
Copy full SHA for 0755448
View code at this point
Browse repository at this point
Commits on Mar 8, 2016
stmhal: Add stmhal-specific README.md with extra details for this port.
dpgeorge
committed
bb293e6
View commit details
Copy full SHA for bb293e6
View code at this point
Browse repository at this point
stmhal: Switch from dfu-util to tools/pydfu.py for deflt deploy method.
Show description for 2c72ae5
dpgeorge
committed
2c72ae5
View commit details
Copy full SHA for 2c72ae5
View code at this point
Browse repository at this point
Commits on Mar 7, 2016
stmhal: Fix some typos in stm32f411 files, regarding FS layout and CSV.
dhylands
authored and
dpgeorge
committed
484a471
View commit details
Copy full SHA for 484a471
View code at this point
Browse repository at this point
stmhal: Fix typo in stm32f401.ld file, regarding flash size.
dhylands
authored and
dpgeorge
committed
367c084
View commit details
Copy full SHA for 367c084
View code at this point
Browse repository at this point
stmhal: Make spi use mp_hal_gpio_set_af
dhylands
authored and
dpgeorge
committed
0edfb7a
View commit details
Copy full SHA for 0edfb7a
View code at this point
Browse repository at this point
stmhal: Unify comments in stm32f4xx_hal_conf.h across all boards.
Show description for ce3beb1
prusnak
authored and
dpgeorge
committed
ce3beb1
View commit details
Copy full SHA for ce3beb1
View code at this point
Browse repository at this point
Commits on Mar 3, 2016
extmod/vfs_fat: Add lexer, move from stmhal port for reuse.
pfalcon
committed
453a2a3
View commit details
Copy full SHA for 453a2a3
View code at this point
Browse repository at this point
Commits on Feb 28, 2016
extmod/vfs_fat: Add fat_vfs_import_stat(), reusable import stat routine.
Show description for 6ef65e7
pfalcon
committed
6ef65e7
View commit details
Copy full SHA for 6ef65e7
View code at this point
Browse repository at this point
extmod/vfs_fat: Move listdir() method from stmhal for reuse.
pfalcon
committed
cd6d189
View commit details
Copy full SHA for cd6d189
View code at this point
Browse repository at this point
Commits on Feb 25, 2016
stmhal: Enabled importing of persistent bytecode (.mpy files).
dpgeorge
committed
476c152
View commit details
Copy full SHA for 476c152
View code at this point
Browse repository at this point
Commits on Feb 15, 2016
stmhal: Improvements to the STM32F4DISC UART config settings.
dhylands
authored and
dpgeorge
committed
ec37239
View commit details
Copy full SHA for ec37239
View code at this point
Browse repository at this point
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 14, 2016
extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.
Show description for 46a0ac0
pfalcon
committed
46a0ac0
View commit details
Copy full SHA for 46a0ac0
View code at this point
Browse repository at this point
extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.
pfalcon
committed
6b0c882
View commit details
Copy full SHA for 6b0c882
View code at this point
Browse repository at this point
extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.
pfalcon
committed
8cb78e0
View commit details
Copy full SHA for 8cb78e0
View code at this point
Browse repository at this point
py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.
pfalcon
committed
72085a6
View commit details
Copy full SHA for 72085a6
View code at this point
Browse repository at this point
stmhal/diskio: Add provision for default returns for ioctl INIT/SEC_SIZE.
Show description for 9e0478a
pfalcon
committed
9e0478a
View commit details
Copy full SHA for 9e0478a
View code at this point
Browse repository at this point
stmhal/file: Paranoid compiler warnings cleanness.
pfalcon
committed
e3c66a5
View commit details
Copy full SHA for e3c66a5
View code at this point
Browse repository at this point
stmhal/diskio,file: Nanbox cleanness.
pfalcon
committed
baf47c8
View commit details
Copy full SHA for baf47c8
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
stmhal: NUCLEO 401 - Add definitions for I2C2 and I2C3
dhylands
committed
32b7e93
View commit details
Copy full SHA for 32b7e93
View code at this point
Browse repository at this point
stmhal: CERB40 - Add pins defines for I2C3
dhylands
committed
f791e14
View commit details
Copy full SHA for f791e14
View code at this point
Browse repository at this point
stmhal: NUCLEO 401 - Add a bunch of missing pins and reorder the pins
Show description for 38ac23c
dhylands
committed
38ac23c
View commit details
Copy full SHA for 38ac23c
View code at this point
Browse repository at this point
stmhal: Add a function for setting the pin alternate function
Show description for 7bb501e
dhylands
committed
7bb501e
View commit details
Copy full SHA for 7bb501e
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h.
dpgeorge
committed
e372e83
View commit details
Copy full SHA for e372e83
View code at this point
Browse repository at this point
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
stmhal: Add mount/umount/mkfs to os module.
dpgeorge
committed
34023eb
View commit details
Copy full SHA for 34023eb
View code at this point
Browse repository at this point
stmhal: Expose flash and SD card as proper objects with block protocol.
Show description for 3770cd2
dpgeorge
committed
3770cd2
View commit details
Copy full SHA for 3770cd2
View code at this point
Browse repository at this point
stmhal: Improve NUCLEO-F401RE build, with UART2 as REPL.
Show description for a888d5a
dhylands
authored and
dpgeorge
committed
a888d5a
View commit details
Copy full SHA for a888d5a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.