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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
tinygo-org
/
tinygo
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
17.7k
Code
Issues
424
Pull requests
136
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
new CAN API demo
- #5211
#5211
Open
soypat
wants to merge 30 commits into
dev
tinygo-org/tinygo:dev
from
can-demo
tinygo-org/tinygo:can-demo
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Open
new CAN API demo
#5211
soypat
wants to merge 30 commits into
dev
tinygo-org/tinygo:dev
from
can-demo
tinygo-org/tinygo:can-demo
Copy head branch name to clipboard
Commits
Commits on Jan 12, 2026
machine: add attiny85 pwm support (#5171)
Show description for ff58c50
jespino
and
claude
authored
ff58c50
View commit details
Copy full SHA for ff58c50
Browse repository at this point
Commits on Jan 13, 2026
machine/rp: use the blockReset() and unresetBlockWait() helper functions for all peripheral reset/unreset operations
Show description for 8bd2233
deadprogram
committed
8bd2233
View commit details
Copy full SHA for 8bd2233
Browse repository at this point
machine/rp: add Close function to UART to allow for removing all system resources/power usage
Show description for 1fe934e
deadprogram
committed
1fe934e
View commit details
Copy full SHA for 1fe934e
Browse repository at this point
Commits on Jan 14, 2026
compiler: simplify createObjectLayout
Show description for 1876b65
niaow
authored and
deadprogram
committed
1876b65
View commit details
Copy full SHA for 1876b65
Browse repository at this point
chore: update version to 0.41.0-dev
Show description for 707d37a
deadprogram
committed
707d37a
View commit details
Copy full SHA for 707d37a
Browse repository at this point
Commits on Jan 17, 2026
testdata: more corpus entries (#5182)
Show description for a0069b6
dgryski
authored
a0069b6
View commit details
Copy full SHA for a0069b6
Browse repository at this point
machine/attiny85: add USI-based SPI support (#5181)
Show description for 5d8e071
jespino
and
ona-agent
authored
5d8e071
View commit details
Copy full SHA for 5d8e071
Browse repository at this point
Commits on Jan 23, 2026
Fix syntax for building with TinyGo
robogg133
authored and
deadprogram
committed
f0256ca
View commit details
Copy full SHA for f0256ca
Browse repository at this point
Commits on Jan 24, 2026
targets: Add Shrike Lite board (#5170)
Show description for e79cdc1
YajTPG
authored
e79cdc1
View commit details
Copy full SHA for e79cdc1
Browse repository at this point
Commits on Feb 2, 2026
Add per-byte timeout budget for rp2 I2C (#5189)
Show description for bef0dc5
sparques
authored
bef0dc5
View commit details
Copy full SHA for bef0dc5
Browse repository at this point
Commits on Feb 4, 2026
build: update CI builds to use latest Go 1.25.7 release
Show description for 66d7099
deadprogram
committed
66d7099
View commit details
Copy full SHA for 66d7099
Browse repository at this point
Commits on Feb 10, 2026
flake.*: bump to nixpkgs 25.11
Show description for f23e18a
eliasnaur
authored and
deadprogram
committed
f23e18a
View commit details
Copy full SHA for f23e18a
Browse repository at this point
Commits on Feb 11, 2026
builder: order embedded files deterministically
eliasnaur
authored and
deadprogram
committed
f5b2a08
View commit details
Copy full SHA for f5b2a08
Browse repository at this point
Commits on Feb 12, 2026
sponsorship: add explicit callout/link in README to help out TinyGo
Show description for 3237853
deadprogram
committed
3237853
View commit details
Copy full SHA for 3237853
Browse repository at this point
Commits on Feb 15, 2026
Esp32s3 implement spi (#5169)
Show description for 4b0e858
dimajolkin
authored
4b0e858
View commit details
Copy full SHA for 4b0e858
Browse repository at this point
Commits on Feb 16, 2026
fix: init heap before random number seed on wasm platforms
Show description for 934d5f4
deadprogram
committed
934d5f4
View commit details
Copy full SHA for 934d5f4
Browse repository at this point
targets: correct name/tag use for esp32s3-wroom1 board
Show description for b6b723a
deadprogram
committed
b6b723a
View commit details
Copy full SHA for b6b723a
Browse repository at this point
make: remove machine without board from smoketest
Show description for 24f9654
deadprogram
committed
24f9654
View commit details
Copy full SHA for 24f9654
Browse repository at this point
Commits on Feb 17, 2026
esp32s3-usbserial: added usbserial printing
dimajolkin
authored and
deadprogram
committed
9bbad67
View commit details
Copy full SHA for 9bbad67
Browse repository at this point
esp32s3-usbserial: split usb
dimajolkin
authored and
deadprogram
committed
c1cddff
View commit details
Copy full SHA for c1cddff
Browse repository at this point
esp32s3-usbserial: common usbserial for both esp32c3 & esp32s3
dimajolkin
authored and
deadprogram
committed
44ca224
View commit details
Copy full SHA for 44ca224
Browse repository at this point
esp32s3-usbserial: move InitSerial to init method
dimajolkin
authored and
deadprogram
committed
610dd19
View commit details
Copy full SHA for 610dd19
Browse repository at this point
Commits on Feb 18, 2026
runtime: implement fminimum/fmaximum
Show description for 5c37d1b
niaow
committed
5c37d1b
View commit details
Copy full SHA for 5c37d1b
Browse repository at this point
Commits on Feb 19, 2026
export UART0 and pins
cowellmi
authored and
deadprogram
committed
fd1d10c
View commit details
Copy full SHA for fd1d10c
Browse repository at this point
Commits on Feb 20, 2026
new CAN API demo
soypat
committed
ab087d6
View commit details
Copy full SHA for ab087d6
Browse repository at this point
full CAN API refactor
soypat
committed
a5292ec
View commit details
Copy full SHA for a5292ec
Browse repository at this point
Commits on Feb 21, 2026
add interrupts
soypat
committed
25f5f76
View commit details
Copy full SHA for 25f5f76
Browse repository at this point
delete old can
soypat
committed
ef05ba2
View commit details
Copy full SHA for ef05ba2
Browse repository at this point
Commits on Mar 1, 2026
take @knieriem suggestions and apply them to can.go
soypat
committed
c5cb58c
View commit details
Copy full SHA for c5cb58c
Browse repository at this point
Commits on Mar 29, 2026
clean up implementation
soypat
committed
6e18433
View commit details
Copy full SHA for 6e18433
Browse repository at this point
You can’t perform that action at this time.