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 }}
StackRduino
/
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
ports
esp32s2
common-hal
on
patch-2
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 15, 2020
Merge branch 'main' into esp-analog-hang
hierophect
authored
3ad4b12
View commit details
Copy full SHA for 3ad4b12
View code at this point
Browse repository at this point
Merge pull request #3816 from dhalbert/sleepmemory
Show description for d076296
tannewt
authored
d076296
View commit details
Copy full SHA for d076296
View code at this point
Browse repository at this point
Merge pull request #3819 from BennyE/issue3663
Show description for a1f773d
tannewt
authored
a1f773d
View commit details
Copy full SHA for a1f773d
View code at this point
Browse repository at this point
Merge pull request #3643 from hierophect/esp32-pin-reset
Show description for dc473b2
tannewt
authored
dc473b2
View commit details
Copy full SHA for dc473b2
View code at this point
Browse repository at this point
Commits on Dec 14, 2020
Change pinfunc to default of 0 at reset
hierophect
committed
d793ec2
View commit details
Copy full SHA for d793ec2
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into esp-analog-hang
hierophect
committed
cac755b
View commit details
Copy full SHA for cac755b
View code at this point
Browse repository at this point
Reduce samples from 64 to 2
hierophect
committed
f15e2d8
View commit details
Copy full SHA for f15e2d8
View code at this point
Browse repository at this point
use RTC_DATA_ATTR; address review comments
dhalbert
committed
e0afa32
View commit details
Copy full SHA for e0afa32
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
Fix for issue 3663 by returning early if no scan was started before stop is issued
BennyE
committed
c5c1362
View commit details
Copy full SHA for c5c1362
View code at this point
Browse repository at this point
SleepMemory + set alarm.wake_alarm
dhalbert
committed
cf93898
View commit details
Copy full SHA for cf93898
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
fix typo
dhalbert
committed
55f4110
View commit details
Copy full SHA for 55f4110
View code at this point
Browse repository at this point
Initial SleepMemory code
dhalbert
committed
5964163
View commit details
Copy full SHA for 5964163
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Merge pull request #3803 from skieast/fix_i2c_hang_with_wifi
Show description for e14b148
tannewt
authored
e14b148
View commit details
Copy full SHA for e14b148
View code at this point
Browse repository at this point
Merge pull request #3807 from tannewt/sleep_tweaks
Show description for 57101d7
tannewt
authored
57101d7
View commit details
Copy full SHA for 57101d7
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
Remove problematic calloc
hierophect
committed
9a5006e
View commit details
Copy full SHA for 9a5006e
View code at this point
Browse repository at this point
Fix build and more comments
tannewt
committed
0b4bcd9
View commit details
Copy full SHA for 0b4bcd9
View code at this point
Browse repository at this point
Add `board_deinit` for use with sleep
Show description for 40118bc
tannewt
committed
40118bc
View commit details
Copy full SHA for 40118bc
View code at this point
Browse repository at this point
esp32s2 - update common_hal_mcu_reset
microdev1
committed
2f95c94
View commit details
Copy full SHA for 2f95c94
View code at this point
Browse repository at this point
Working, tested with two i2c busses
skieast
committed
571c063
View commit details
Copy full SHA for 571c063
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
Merge pull request #3800 from BennyE/wifi-better-logs
Show description for 22ad76b
tannewt
authored
22ad76b
View commit details
Copy full SHA for 22ad76b
View code at this point
Browse repository at this point
Change to config-based resets
hierophect
committed
c1a2ea2
View commit details
Copy full SHA for c1a2ea2
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into esp32-pin-reset
hierophect
committed
40a5369
View commit details
Copy full SHA for 40a5369
View code at this point
Browse repository at this point
Include wifi.radio singleton in gc
dhalbert
committed
169b487
View commit details
Copy full SHA for 169b487
View code at this point
Browse repository at this point
Commits on Dec 6, 2020
debug log for wifi scan, start stop
BennyE
committed
70827ac
View commit details
Copy full SHA for 70827ac
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
Merge pull request #3776 from tannewt/backup_socket_timeout
Show description for 9b3186b
dhalbert
authored
9b3186b
View commit details
Copy full SHA for 9b3186b
View code at this point
Browse repository at this point
Merge pull request #3767 from dhalbert/sleep
Show description for d7ba641
tannewt
authored
d7ba641
View commit details
Copy full SHA for d7ba641
View code at this point
Browse repository at this point
address review comments
dhalbert
committed
8b7c23c
View commit details
Copy full SHA for 8b7c23c
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
Two minor socket changes
Show description for 9276244
tannewt
committed
9276244
View commit details
Copy full SHA for 9276244
View code at this point
Browse repository at this point
Merge pull request #3738 from microDev1/fix-touch
Show description for 5b3c930
tannewt
authored
5b3c930
View commit details
Copy full SHA for 5b3c930
View code at this point
Browse repository at this point
Commits on Nov 27, 2020
merge from upstream
dhalbert
committed
596e0e4
View commit details
Copy full SHA for 596e0e4
View code at this point
Browse repository at this point
working! PinAlarm not implemented yet.
dhalbert
committed
e308a9e
View commit details
Copy full SHA for e308a9e
View code at this point
Browse repository at this point
deep sleep working; deep sleep delay when connected
dhalbert
committed
104a089
View commit details
Copy full SHA for 104a089
View code at this point
Browse repository at this point
Commits on Nov 26, 2020
Merge branch 'main' into fix-touch
microdev1
committed
e90cb3a
View commit details
Copy full SHA for e90cb3a
View code at this point
Browse repository at this point
reset touchin on every vm run
microdev1
committed
6af48bb
View commit details
Copy full SHA for 6af48bb
View code at this point
Browse repository at this point
Merge pull request #3708 from hierophect/esp32s2-udp
Show description for 7923aa0
jepler
authored
7923aa0
View commit details
Copy full SHA for 7923aa0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.