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
Branch selector
urandom
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 20, 2016
atmel-samd: Enable full urandom module from extmod.
tdicola
committed
5333f5f
View commit details
Copy full SHA for 5333f5f
Browse repository at this point
Commits on Oct 19, 2016
atmel-samd: More updates to the docs including the in-code docs.
tannewt
committed
0cb0bd0
View commit details
Copy full SHA for 0cb0bd0
Browse repository at this point
Switch away from sphinx.parsers which isn't available in sphinx 1.3.5 on Read The Docs.
tannewt
committed
7ebc9a4
View commit details
Copy full SHA for 7ebc9a4
Browse repository at this point
Support markdown.
tannewt
committed
4c9fcd6
View commit details
Copy full SHA for 4c9fcd6
Browse repository at this point
Add title to contributing doc.
tannewt
committed
d28b456
View commit details
Copy full SHA for d28b456
Browse repository at this point
Merge pull request #18 from turbinenreiter/master
Show description for 6fcb54d
tannewt
authored
6fcb54d
View commit details
Copy full SHA for 6fcb54d
Browse repository at this point
[atmel-samd] add adalogger board definitions
turbinenreiter
committed
9b1170a
View commit details
Copy full SHA for 9b1170a
Browse repository at this point
Documentation rework to unify the docs together rather than having them
Show description for 46e7f8e
tannewt
committed
46e7f8e
View commit details
Copy full SHA for 46e7f8e
Browse repository at this point
Commits on Oct 14, 2016
atmel-samd: Rename Feather M0 Bluefruit files to Feather M0 Basic because there isn't anything Bluefruit specific yet.
tannewt
committed
cb99ae5
View commit details
Copy full SHA for cb99ae5
Browse repository at this point
atmel-samd: Make the Arduino Zero build use a bootloader.
tannewt
committed
343ff4f
View commit details
Copy full SHA for 343ff4f
Browse repository at this point
py/makeversionhdr.py: Use any tag to describe the version.
tannewt
committed
c69ea1a
View commit details
Copy full SHA for c69ea1a
Browse repository at this point
lib/utils: Clarify this is Adafruit's MicroPython derivative and help() isn't available yet.
tannewt
committed
8677f95
View commit details
Copy full SHA for 8677f95
Browse repository at this point
Rework the READMEs to clarify that this is a MicroPython derivative and
Show description for 005b450
tannewt
committed
005b450
View commit details
Copy full SHA for 005b450
Browse repository at this point
Merge pull request #10 from adafruit/frozen_modules
Show description for 0584ba1
tannewt
authored
0584ba1
View commit details
Copy full SHA for 0584ba1
Browse repository at this point
atmel-samd: Add modules directory with frozen bytecode support (like ESP8266 port), and NeoPixel python wrapper module.
tdicola
committed
fffc6d1
View commit details
Copy full SHA for fffc6d1
Browse repository at this point
Commits on Oct 13, 2016
Correct code of conduct link.
tannewt
committed
674038c
View commit details
Copy full SHA for 674038c
Browse repository at this point
Add code of conduct so that expectations on contributor behavior are
Show description for 8d9da42
tannewt
committed
8d9da42
View commit details
Copy full SHA for 8d9da42
Browse repository at this point
Merge pull request #9 from adafruit/ticks_ms
Show description for d451f69
tannewt
authored
d451f69
View commit details
Copy full SHA for d451f69
Browse repository at this point
atmel-samd: Minor fixes to SysTick handler, enable all interrupts function.
tdicola
committed
2ee52c4
View commit details
Copy full SHA for 2ee52c4
Browse repository at this point
atmel-samd: Add time.ticks_diff function from esp port.
tdicola
committed
f77113c
View commit details
Copy full SHA for f77113c
Browse repository at this point
atmel-samd: Implement time.ticks_ms function using SysTick timer, add global interrupt enable/disable functions.
tdicola
committed
903bc8d
View commit details
Copy full SHA for 903bc8d
Browse repository at this point
Commits on Oct 11, 2016
atmel-samd: Add support for SPI.
Show description for 011056a
tannewt
committed
011056a
View commit details
Copy full SHA for 011056a
Browse repository at this point
Commits on Oct 10, 2016
atmel-samd: Change the FAT label so the board shows up as MICROPYTHON.
tannewt
committed
6986aa9
View commit details
Copy full SHA for 6986aa9
Browse repository at this point
atmel-samd: Fix FAT by giving the option of 4k sectors.
Show description for 14f2533
tannewt
committed
14f2533
View commit details
Copy full SHA for 14f2533
Browse repository at this point
Merge remote-tracking branch 'micropython/master'
tannewt
committed
a52fd67
View commit details
Copy full SHA for a52fd67
Browse repository at this point
zephyr: Add README.
pfalcon
committed
89bfbfd
View commit details
Copy full SHA for 89bfbfd
Browse repository at this point
docs/wipy: Correct deep sleep current figure.
daniel
committed
a181340
View commit details
Copy full SHA for a181340
Browse repository at this point
Commits on Oct 9, 2016
zephyr: Use recently added "make outputexports" Zephyr target.
Show description for 5a699a7
Daniel Thompson
authored and
pfalcon
committed
5a699a7
View commit details
Copy full SHA for 5a699a7
Browse repository at this point
zephyr/Makefile: Automatically derive target-specific CFLAGS.
Show description for 244b02f
pfalcon
committed
244b02f
View commit details
Copy full SHA for 244b02f
Browse repository at this point
zephyr: Support extra make targets
Show description for cbc0bf6
Daniel Thompson
authored and
pfalcon
committed
cbc0bf6
View commit details
Copy full SHA for cbc0bf6
Browse repository at this point
zephyr: Automatically derive ARCH.
Show description for 2ea52cb
Daniel Thompson
authored and
pfalcon
committed
2ea52cb
View commit details
Copy full SHA for 2ea52cb
Browse repository at this point
zephyr: Switch to microkernel, required for network to work in background.
pfalcon
committed
7df9f31
View commit details
Copy full SHA for 7df9f31
Browse repository at this point
zephyr: Add zephyr_getchar module to handle console input.
Show description for 9ad5032
pfalcon
committed
9ad5032
View commit details
Copy full SHA for 9ad5032
Browse repository at this point
zephyr: Initial Zephyr RTOS port, Zephyr part.
pfalcon
committed
9d9efc0
View commit details
Copy full SHA for 9d9efc0
Browse repository at this point
zephyr: Initial Zephyr RTOS port, MicroPython part.
pfalcon
committed
cff9f02
View commit details
Copy full SHA for cff9f02
Browse repository at this point
Previous
Next
You can’t perform that action at this time.