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 }}
csamuelson
/
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
shared-module
os
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 20, 2025
Factor common_hal_os_uname into os_uname() and remove common_hal_os_uname.
eightycc
committed
214c2f6
View commit details
Copy full SHA for 214c2f6
View code at this point
Browse repository at this point
Commits on Feb 26, 2025
guard shared-module/os/getenv.c as well
RetiredWizard
committed
e1260eb
View commit details
Copy full SHA for e1260eb
View code at this point
Browse repository at this point
Commits on May 20, 2024
CircuitPython files: replace STATIC with static
dhalbert
committed
3f4d931
View commit details
Copy full SHA for 3f4d931
View code at this point
Browse repository at this point
Commits on May 17, 2024
update headers of most CircuitPython-only files
dhalbert
committed
747b761
View commit details
Copy full SHA for 747b761
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
Make SD cards available over web workflow
Show description for 25e862d
tannewt
committed
25e862d
View commit details
Copy full SHA for 25e862d
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
Switch all ports to auto-growing split heap
Show description for 8137e2d
tannewt
committed
8137e2d
View commit details
Copy full SHA for 8137e2d
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
Switch to using MP_ERROR_TEXT instead of translate, globally
jepler
committed
774f6ac
View commit details
Copy full SHA for 774f6ac
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
Fix pointer-ness, const-ness of compressed messages
Show description for de541cf
jepler
committed
de541cf
View commit details
Copy full SHA for de541cf
View code at this point
Browse repository at this point
Rename compressed_string_t to mp_rom_error_text_t to match upstream
jepler
committed
55874b6
View commit details
Copy full SHA for 55874b6
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
fix string construction
jepler
committed
1c09a0b
View commit details
Copy full SHA for 1c09a0b
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
pre-commit fixes
dhalbert
committed
d582407
View commit details
Copy full SHA for d582407
View code at this point
Browse repository at this point
Commits on Mar 29, 2023
Use short-circuiting or (also may save some code size)
Show description for a8bbb21
jepler
and
dhalbert
authored
a8bbb21
View commit details
Copy full SHA for a8bbb21
View code at this point
Browse repository at this point
getenv: treat a read error like eof
Show description for cc3d0f6
jepler
committed
cc3d0f6
View commit details
Copy full SHA for cc3d0f6
View code at this point
Browse repository at this point
Commits on Dec 28, 2022
break out after reading the value
Show description for 7a005aa
jepler
committed
7a005aa
View commit details
Copy full SHA for 7a005aa
View code at this point
Browse repository at this point
Permit trailing whitespace in getenv_int
jepler
committed
15a24b4
View commit details
Copy full SHA for 15a24b4
View code at this point
Browse repository at this point
Commits on Dec 26, 2022
Allow settings.toml to end without a newline
jepler
committed
f6b69cf
View commit details
Copy full SHA for f6b69cf
View code at this point
Browse repository at this point
Print errors to repl about getenv
jepler
committed
4dbbfa0
View commit details
Copy full SHA for 4dbbfa0
View code at this point
Browse repository at this point
Commits on Dec 13, 2022
explain why this is its own file
jepler
committed
d40ba94
View commit details
Copy full SHA for d40ba94
View code at this point
Browse repository at this point
Fix returning GETENV_ERR_LENGTH for over-long strings
jepler
committed
35f2046
View commit details
Copy full SHA for 35f2046
View code at this point
Browse repository at this point
Commits on Dec 10, 2022
rework the getenv test again
Show description for dd6dd5d
jepler
committed
dd6dd5d
View commit details
Copy full SHA for dd6dd5d
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
No need to track excess length
Show description for 040fac0
jepler
committed
040fac0
View commit details
Copy full SHA for 040fac0
View code at this point
Browse repository at this point
Really finish renaming to getenv
jepler
committed
cc7d550
View commit details
Copy full SHA for cc7d550
View code at this point
Browse repository at this point
Rename "environ" errors to "getenv" errors
jepler
committed
44f15d5
View commit details
Copy full SHA for 44f15d5
View code at this point
Browse repository at this point
Finish renaming os_environ_get_key to os_getenv
Show description for 3a92c07
jepler
committed
3a92c07
View commit details
Copy full SHA for 3a92c07
View code at this point
Browse repository at this point
Commits on Dec 8, 2022
Withdraw the _environ module
Show description for 3459fe3
jepler
committed
3459fe3
View commit details
Copy full SHA for 3459fe3
View code at this point
Browse repository at this point
dotenv becomes settings.toml
jepler
committed
ef2bfdb
View commit details
Copy full SHA for ef2bfdb
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
Updated utime() to take a 2-tuple instead of a plain int
isacben
committed
71d6496
View commit details
Copy full SHA for 71d6496
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
Added utime() to the os librady
isacben
committed
5a21c30
View commit details
Copy full SHA for 5a21c30
View code at this point
Browse repository at this point
Commits on May 18, 2022
Add dotenv read support
Show description for a30de85
tannewt
committed
a30de85
View commit details
Copy full SHA for a30de85
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
run code formatting script
microdev1
committed
a52eb88
View commit details
Copy full SHA for a52eb88
View code at this point
Browse repository at this point
Commits on Jan 21, 2021
Fix warnings that come from -O3 (I think)
tannewt
committed
2b4ad1e
View commit details
Copy full SHA for 2b4ad1e
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
Add license to some obvious files.
Flameeyes
committed
34b4993
View commit details
Copy full SHA for 34b4993
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
os_listdir: This can be long-running, run background tasks
Show description for 676f7aa
jepler
committed
676f7aa
View commit details
Copy full SHA for 676f7aa
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
shared-module/os: Fix os.mkdir('a/b')
Show description for 28383af
notro
committed
28383af
View commit details
Copy full SHA for 28383af
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
WIP: complete manual inspection of all significant changes
dhalbert
committed
bc760dd
View commit details
Copy full SHA for bc760dd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.