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
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
on
esp-extra-scripts
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 4, 2016
stmhal: Fix I2C mappings for STM32F429DISC board.
siorpaes
authored and
dpgeorge
committed
b67eb20
View commit details
Copy full SHA for b67eb20
View code at this point
Browse repository at this point
Commits on Jul 30, 2016
stmhal: Make SPI NSS pin definition optional.
Show description for 460bcec
dhylands
authored and
pfalcon
committed
460bcec
View commit details
Copy full SHA for 460bcec
View code at this point
Browse repository at this point
stmhal: fixing malloc when used with external libraries
mattbrejza
authored and
pfalcon
committed
afd4909
View commit details
Copy full SHA for afd4909
View code at this point
Browse repository at this point
Commits on Jun 29, 2016
stmhal: Enable SD card on L4 MCUs.
dpslwk
authored and
dpgeorge
committed
f3636a7
View commit details
Copy full SHA for f3636a7
View code at this point
Browse repository at this point
stmhal: Correct DMA to allow SD card on L4 MCUs.
dpslwk
authored and
dpgeorge
committed
b03df60
View commit details
Copy full SHA for b03df60
View code at this point
Browse repository at this point
stmhal: Update HALCOMMITS due to change to hal
dpslwk
authored and
dpgeorge
committed
14b7c3e
View commit details
Copy full SHA for 14b7c3e
View code at this point
Browse repository at this point
stmhal: Port of f4 hal commit 1d7fb82 to l4 hal
dpslwk
authored and
dpgeorge
committed
daa279a
View commit details
Copy full SHA for daa279a
View code at this point
Browse repository at this point
Commits on Jun 18, 2016
all: Rename mp_obj_type_t::stream_p to protocol.
Show description for 07209f8
pfalcon
committed
07209f8
View commit details
Copy full SHA for 07209f8
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
stmhal: Add board definition files for Olimex STM32-E407.
Stefan Hölzl
authored and
dpgeorge
committed
c8332a5
View commit details
Copy full SHA for c8332a5
View code at this point
Browse repository at this point
Commits on Jun 3, 2016
stmhal/uart.c: Fix wrong baudrate calculation for stm32l4 series.
tobbad
authored and
dpgeorge
committed
1191ec6
View commit details
Copy full SHA for 1191ec6
View code at this point
Browse repository at this point
Commits on May 31, 2016
stmhal/dac: DAC deinit() method added.
peterhinch
authored and
pfalcon
committed
641300d
View commit details
Copy full SHA for 641300d
View code at this point
Browse repository at this point
Commits on May 29, 2016
stmhal/moduos: getcwd(): Use mp_obj_new_exception_arg1().
Show description for 2503b59
pfalcon
committed
2503b59
View commit details
Copy full SHA for 2503b59
View code at this point
Browse repository at this point
Commits on May 26, 2016
extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.
Show description for 4b37e77
dpgeorge
committed
4b37e77
View commit details
Copy full SHA for 4b37e77
View code at this point
Browse repository at this point
Commits on May 23, 2016
stmhal: Support frozen packages using .mpy files.
Show description for 3e03d1b
dpgeorge
committed
3e03d1b
View commit details
Copy full SHA for 3e03d1b
View code at this point
Browse repository at this point
Commits on May 13, 2016
stmhal/sdcard: Allow to do unaligned read-from/write-to SD card.
Show description for 87981fc
dpgeorge
committed
87981fc
View commit details
Copy full SHA for 87981fc
View code at this point
Browse repository at this point
stmhal/i2c: Expose I2CHandle3 for use by custom C code.
Show description for 1e38807
dpgeorge
committed
1e38807
View commit details
Copy full SHA for 1e38807
View code at this point
Browse repository at this point
stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4.
Show description for 1dc2862
dpgeorge
committed
1dc2862
View commit details
Copy full SHA for 1dc2862
View code at this point
Browse repository at this point
Commits on May 10, 2016
stmhal: For network drivers, convert to use MP_Exxx errno symbols.
dpgeorge
committed
79a38a7
View commit details
Copy full SHA for 79a38a7
View code at this point
Browse repository at this point
stmhal: Convert to use internal errno symbols; enable uerrno module.
dpgeorge
committed
5ab98d5
View commit details
Copy full SHA for 5ab98d5
View code at this point
Browse repository at this point
stmhal: Fix clock configuration for STM32L476-discovery; also add I2C2.
tobbad
authored and
dpgeorge
committed
b924f64
View commit details
Copy full SHA for b924f64
View code at this point
Browse repository at this point
Commits on May 8, 2016
stmhal/can: Allow to get existing CAN obj if constructed without args.
Show description for c4587e2
HenrikSolver
authored and
dpgeorge
committed
c4587e2
View commit details
Copy full SHA for c4587e2
View code at this point
Browse repository at this point
Commits on May 6, 2016
stmhal/sdcard: Fix initialisation of DMA TX so that writes work.
Show description for 88153dc
dpgeorge
committed
88153dc
View commit details
Copy full SHA for 88153dc
View code at this point
Browse repository at this point
stmhal/dma: Fix builds for boards with an F4 or F7 but no DAC.
dhylands
authored and
dpgeorge
committed
cbbeb78
View commit details
Copy full SHA for cbbeb78
View code at this point
Browse repository at this point
Commits on May 5, 2016
stmhal: For LIMIFROG board, add early-init function to get to DFU mode.
dpgeorge
committed
08d3d5d
View commit details
Copy full SHA for 08d3d5d
View code at this point
Browse repository at this point
stmhal: Add board files for LIMIFROG board.
Tobias Badertscher
authored and
dpgeorge
committed
770f169
View commit details
Copy full SHA for 770f169
View code at this point
Browse repository at this point
stmhal/dma: Make DAC DMA descriptors conditional on having a DAC.
dpgeorge
committed
05d1664
View commit details
Copy full SHA for 05d1664
View code at this point
Browse repository at this point
stmhal: L4: Add support for machine.sleep on STM32L4 MCUs.
Show description for 0f846e5
Tobias Badertscher
authored and
dpgeorge
committed
0f846e5
View commit details
Copy full SHA for 0f846e5
View code at this point
Browse repository at this point
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
stmhal: L4: Adapt startup code, clock configuration and interrupts.
Tobias Badertscher
authored and
dpgeorge
committed
adaaf43
View commit details
Copy full SHA for adaaf43
View code at this point
Browse repository at this point
stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series.
Show description for e64032d
Tobias Badertscher
authored and
dpgeorge
committed
e64032d
View commit details
Copy full SHA for e64032d
View code at this point
Browse repository at this point
Commits on May 2, 2016
stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77.
Show description for 70ff735
dpgeorge
committed
70ff735
View commit details
Copy full SHA for 70ff735
View code at this point
Browse repository at this point
Commits on Apr 29, 2016
stmhal/accel: Raise an exception if the accel couldn't be initialised.
Show description for 12c61dd
dpgeorge
committed
12c61dd
View commit details
Copy full SHA for 12c61dd
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
extmod, stmhal: Fix typo of macro that detects if float is enabled.
dpgeorge
committed
a635423
View commit details
Copy full SHA for a635423
View code at this point
Browse repository at this point
Commits on Apr 25, 2016
cc3200, stmhal, teensy: Use pyhelp_print_obj function.
Show description for 104aa26
Colin Hogben
authored and
pfalcon
committed
104aa26
View commit details
Copy full SHA for 104aa26
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr.
dpgeorge
committed
624738c
View commit details
Copy full SHA for 624738c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.