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 }}
ihassin
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 7, 2019
Merge pull request #1527 from debrouxl/minor_improvements_and_fixes
Show description for 72f0783
tannewt
authored
72f0783
View commit details
Copy full SHA for 72f0783
Browse repository at this point
Fix a couple variable shadowing varnings.
Show description for 591eb23
debrouxl
committed
591eb23
View commit details
Copy full SHA for 591eb23
Browse repository at this point
Make several const char / const char * arrays static to save a bit of space.
Show description for 943216d
debrouxl
committed
943216d
View commit details
Copy full SHA for 943216d
Browse repository at this point
Merge pull request #1525 from cpforbes/cpf-1352
Show description for 011b53f
tannewt
authored
011b53f
View commit details
Copy full SHA for 011b53f
Browse repository at this point
Merge pull request #1521 from nickzoic/circuitpython-nickzoic-1045-nrf-rotaryio
Show description for 37b9cd5
tannewt
authored
37b9cd5
View commit details
Copy full SHA for 37b9cd5
Browse repository at this point
Update translations.
cpforbes
committed
62389f0
View commit details
Copy full SHA for 62389f0
Browse repository at this point
Merge pull request #1523 from maholli/master
Show description for c981559
tannewt
authored
c981559
View commit details
Copy full SHA for c981559
Browse repository at this point
Merge pull request #1526 from cpforbes/cpf-1490
Show description for 3fccdab
tannewt
authored
3fccdab
View commit details
Copy full SHA for 3fccdab
Browse repository at this point
Remove usb_midi.PortIn and PortOut constructors.
cpforbes
committed
de43911
View commit details
Copy full SHA for de43911
Browse repository at this point
Commits on Feb 6, 2019
Change pin mode to pullup for adafruit/circuitpython#1045
nickzoic
committed
b9db977
View commit details
Copy full SHA for b9db977
Browse repository at this point
Add human readable text for ENOSPC.
cpforbes
committed
1662e02
View commit details
Copy full SHA for 1662e02
Browse repository at this point
standardizing on "BATTERY" pin; and load-leveling Travis
maholli
committed
2e48739
View commit details
Copy full SHA for 2e48739
Browse repository at this point
elaborating on include path for board_busses
maholli
committed
4c1b85c
View commit details
Copy full SHA for 4c1b85c
Browse repository at this point
correcting VID/PID and adding sam32 to travis
maholli
committed
30fcb14
View commit details
Copy full SHA for 30fcb14
Browse repository at this point
adding SAM32 board
Show description for a2936c4
maholli
committed
a2936c4
View commit details
Copy full SHA for a2936c4
Browse repository at this point
Commits on Feb 5, 2019
Add quarter-click logic to adafruit/circuitpython#1045
nickzoic
committed
a7c349b
View commit details
Copy full SHA for a7c349b
Browse repository at this point
useful output from rotaryio adafruit/circuitpython#1045
nickzoic
committed
95454ec
View commit details
Copy full SHA for 95454ec
Browse repository at this point
Merge pull request #1520 from tannewt/check_seq_multiply_for_overflow
Show description for 041a84e
tannewt
authored
041a84e
View commit details
Copy full SHA for 041a84e
Browse repository at this point
GPIOTE handlers for rotaryio.IncrementalEncoder adafruit/circuitpython#1045
nickzoic
committed
21eb7e8
View commit details
Copy full SHA for 21eb7e8
Browse repository at this point
Start on rotaryio.IncrementalEncoder adafruit/circuitpython#1045 (does nothing yet!)
nickzoic
committed
ee21cc1
View commit details
Copy full SHA for ee21cc1
Browse repository at this point
Turn off `micropython.mem_info` on SAMD to get ~1k back
tannewt
committed
844c201
View commit details
Copy full SHA for 844c201
Browse repository at this point
Use generic overflow so 64 bit is handled ok.
tannewt
committed
0c50154
View commit details
Copy full SHA for 0c50154
Browse repository at this point
Commits on Feb 4, 2019
Check sequence multiply for length overflow
Show description for c60f77d
tannewt
committed
c60f77d
View commit details
Copy full SHA for c60f77d
Browse repository at this point
Merge pull request #1519 from tannewt/speed_debug
Show description for 9bcc38e
kattni
authored
9bcc38e
View commit details
Copy full SHA for 9bcc38e
Browse repository at this point
Fix allocation size
tannewt
committed
b249243
View commit details
Copy full SHA for b249243
Browse repository at this point
Commits on Feb 3, 2019
Set auto brightness on by default for boards with displays built in.
tannewt
committed
90e5964
View commit details
Copy full SHA for 90e5964
Browse repository at this point
Add fast seek support to file objects
tannewt
committed
a393a6e
View commit details
Copy full SHA for a393a6e
Browse repository at this point
Commits on Feb 2, 2019
Merge pull request #1515 from tannewt/fix_long_live
Show description for 3d07571
tannewt
authored
3d07571
View commit details
Copy full SHA for 3d07571
Browse repository at this point
Never long live the main dictionary.
Show description for 5555a24
tannewt
committed
5555a24
View commit details
Copy full SHA for 5555a24
Browse repository at this point
Don't long live class attributes
Show description for a39fc94
tannewt
committed
a39fc94
View commit details
Copy full SHA for a39fc94
Browse repository at this point
Fix up heap analysis for dynamic heap location
tannewt
committed
3af57f3
View commit details
Copy full SHA for 3af57f3
Browse repository at this point
Commits on Feb 1, 2019
Merge pull request #1513 from tannewt/rotation
Show description for 12917d3
dhalbert
authored
12917d3
View commit details
Copy full SHA for 12917d3
Browse repository at this point
Clarify rotation parameter
tannewt
committed
845783a
View commit details
Copy full SHA for 845783a
Browse repository at this point
Merge pull request #1512 from adafruit/tannewt-patch-9
Show description for 7d039a5
dhalbert
authored
7d039a5
View commit details
Copy full SHA for 7d039a5
Browse repository at this point
Fix built-in inits and terminal allocate
tannewt
committed
03068a9
View commit details
Copy full SHA for 03068a9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.