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
frozen_modules
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 7, 2016
stmhal: Use mp_raise_OSError helper function.
dpgeorge
committed
a2bfcbe
View commit details
Copy full SHA for a2bfcbe
View code at this point
Browse repository at this point
Commits on Oct 6, 2016
stmhal: Enable machine.time_pulse_us() function.
dpgeorge
committed
0bb3c7d
View commit details
Copy full SHA for 0bb3c7d
View code at this point
Browse repository at this point
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 Oct 5, 2016
stmhal/moduos: Implement total-number-of-blocks field in statvfs.
dpgeorge
committed
b89ac9d
View commit details
Copy full SHA for b89ac9d
View code at this point
Browse repository at this point
stmhal/mphalport: Change pin obj type to const pointer, to avoid casts.
dpgeorge
committed
b1537a5
View commit details
Copy full SHA for b1537a5
View code at this point
Browse repository at this point
stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size.
dhylands
authored and
dpgeorge
committed
7a9c183
View commit details
Copy full SHA for 7a9c183
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
stmhal/usb: Use real packet size (not maximum) in HID receive.
prusnak
authored and
dpgeorge
committed
99d62c4
View commit details
Copy full SHA for 99d62c4
View code at this point
Browse repository at this point
stmhal/usb: Use correct ClassData structure for HID receive.
prusnak
authored and
dpgeorge
committed
8f3cf6e
View commit details
Copy full SHA for 8f3cf6e
View code at this point
Browse repository at this point
stmhal/usb: Add support to receive USB HID messages from host.
philandstuff
authored and
dpgeorge
committed
eb239b8
View commit details
Copy full SHA for eb239b8
View code at this point
Browse repository at this point
stmhal/usbdev: Add OUT endpoint to HID interface.
philandstuff
authored and
dpgeorge
committed
03de5a1
View commit details
Copy full SHA for 03de5a1
View code at this point
Browse repository at this point
stmhal: Fix linker map for STM32L476 chips.
Show description for 1f433c7
dhylands
authored and
dpgeorge
committed
1f433c7
View commit details
Copy full SHA for 1f433c7
View code at this point
Browse repository at this point
stmhal/spi: Enable use of fast software SPI.
dpgeorge
committed
bd925b5
View commit details
Copy full SHA for bd925b5
View code at this point
Browse repository at this point
extmod/machine_spi: Use delay_half, not baudrate, for internal timing.
Show description for b932b2d
dpgeorge
committed
b932b2d
View commit details
Copy full SHA for b932b2d
View code at this point
Browse repository at this point
stmhal/spi: Use software SPI if no periph id given, even if pins given.
Show description for 9f1e395
dpgeorge
committed
9f1e395
View commit details
Copy full SHA for 9f1e395
View code at this point
Browse repository at this point
Commits on Oct 3, 2016
stmhal/mphalport: Fix mp_hal_pin_write to use correct pin_mask.
dpgeorge
committed
5deedd6
View commit details
Copy full SHA for 5deedd6
View code at this point
Browse repository at this point
stmhal/spi: Make machine.SPI class conform to correct API.
Show description for d4a5ca5
dpgeorge
committed
d4a5ca5
View commit details
Copy full SHA for d4a5ca5
View code at this point
Browse repository at this point
stmhal/mphalport: Implement mp_hal_pin_{input,output,write}.
dpgeorge
committed
077dbf4
View commit details
Copy full SHA for 077dbf4
View code at this point
Browse repository at this point
stmhal/spi: Simplify spi_transfer function to take only one buf len arg.
dpgeorge
committed
a22a676
View commit details
Copy full SHA for a22a676
View code at this point
Browse repository at this point
extmod/machine_spi: Simplify SPI xfer function to only take one buf len.
Show description for 5bb28c7
dpgeorge
committed
5bb28c7
View commit details
Copy full SHA for 5bb28c7
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
lib/cmsis: move CMSIS headers to lib/
Show description for 6aea34a
Krzysztof Blazewicz
authored and
dpgeorge
committed
6aea34a
View commit details
Copy full SHA for 6aea34a
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
stmhal: Remove CMSIS STM32F2xx files, they are unused/unsupported.
dpgeorge
committed
53bfcc9
View commit details
Copy full SHA for 53bfcc9
View code at this point
Browse repository at this point
stmhal: Add virtual com port support for STM32L476DISC.
ravotus
committed
7165fbd
View commit details
Copy full SHA for 7165fbd
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
stmhal/modmachine: Fix clearing of reset-cause flags.
Show description for 88ca7ff
dpgeorge
committed
88ca7ff
View commit details
Copy full SHA for 88ca7ff
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported.
Krzysztof Blazewicz
authored and
dpgeorge
committed
1f69b16
View commit details
Copy full SHA for 1f69b16
View code at this point
Browse repository at this point
stmhal: Put common definitions from linker files to common.ld.
Krzysztof Blazewicz
authored and
dpgeorge
committed
9310dad
View commit details
Copy full SHA for 9310dad
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6a
dpgeorge
committed
93c4a6a
View commit details
Copy full SHA for 93c4a6a
View code at this point
Browse repository at this point
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 19, 2016
stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping.
Show description for 4874bde
dpgeorge
committed
4874bde
View commit details
Copy full SHA for 4874bde
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk.
Show description for 0fd3d8d
dpgeorge
committed
0fd3d8d
View commit details
Copy full SHA for 0fd3d8d
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
stmhal/extint: Force 0 to 1 transition on swint().
Show description for 1ba516f
Krzysztof Blazewicz
authored and
dpgeorge
committed
1ba516f
View commit details
Copy full SHA for 1ba516f
View code at this point
Browse repository at this point
stmhal/{accel,lcd}: use GPIO_{set,clear}_pin
Show description for 06a1194
Krzysztof Blazewicz
committed
06a1194
View commit details
Copy full SHA for 06a1194
View code at this point
Browse repository at this point
stmhal/lcd: De-assert chip select after completing SPI transmission.
Show description for d89de18
pramasoul
authored and
dpgeorge
committed
d89de18
View commit details
Copy full SHA for d89de18
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.
Show description for f3b5480
dpgeorge
committed
f3b5480
View commit details
Copy full SHA for f3b5480
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
stmhal/wdt: Implement keyword args to WDT constructor.
dpgeorge
committed
b88bf6c
View commit details
Copy full SHA for b88bf6c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.