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 }}
libretiny-eu
/
libretiny
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
113
Star
541
Code
Issues
98
Pull requests
24
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
[wiring] Add I2C and SPI support
- #269
#269
Draft
kuba2k2
wants to merge 25 commits into
master
libretiny-eu/libretiny:master
from
feature/i2c-spi
libretiny-eu/libretiny:feature/i2c-spi
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Draft
[wiring] Add I2C and SPI support
#269
kuba2k2
wants to merge 25 commits into
master
libretiny-eu/libretiny:master
from
feature/i2c-spi
libretiny-eu/libretiny:feature/i2c-spi
Copy head branch name to clipboard
Commits
Commits on Sep 21, 2023
[libs] Use incomplete types in SerialClass data pattern
kuba2k2
committed
04bd58f
View commit details
Copy full SHA for 04bd58f
Browse repository at this point
[libs] Declare Serial instances in common core
kuba2k2
committed
975bb68
View commit details
Copy full SHA for 975bb68
Browse repository at this point
[libs] Move Serial constructor to header, use nullptr
kuba2k2
committed
66eadf3
View commit details
Copy full SHA for 66eadf3
Browse repository at this point
[boards] Update boardgen to v0.10.0
kuba2k2
committed
e0a746d
View commit details
Copy full SHA for e0a746d
Browse repository at this point
Commits on Sep 22, 2023
[wiring] Fix missing random() function
kuba2k2
committed
9d1be85
View commit details
Copy full SHA for 9d1be85
Browse repository at this point
[libs] Add compile-time feature check for Serial library
kuba2k2
committed
b1d17cb
View commit details
Copy full SHA for b1d17cb
Browse repository at this point
[libs] Implement Wire API library
kuba2k2
committed
a039656
View commit details
Copy full SHA for a039656
Browse repository at this point
[realtek-ambz] Implement Wire library, remove old unit
kuba2k2
committed
6ff9872
View commit details
Copy full SHA for 6ff9872
Browse repository at this point
Commits on Sep 23, 2023
[wiring] Replace sdk_private.h with ArduinoPrivate.h
kuba2k2
committed
2b54491
View commit details
Copy full SHA for 2b54491
Browse repository at this point
[realtek-ambz] Use ROM table for Serial address
kuba2k2
committed
7af25d4
View commit details
Copy full SHA for 7af25d4
Browse repository at this point
[wiring] Extract utilities from Wire
kuba2k2
committed
4f4d3a9
View commit details
Copy full SHA for 4f4d3a9
Browse repository at this point
[wiring] Implement SPI API library
kuba2k2
committed
8576eba
View commit details
Copy full SHA for 8576eba
Browse repository at this point
[realtek-ambz] Implement SPI library
kuba2k2
committed
89f4745
View commit details
Copy full SHA for 89f4745
Browse repository at this point
Commits on Dec 8, 2023
Merge remote-tracking branch 'origin/master' into feature/i2c-spi
kuba2k2
committed
ca096d8
View commit details
Copy full SHA for ca096d8
Browse repository at this point
[boards] Update boardgen to add SPI support
kuba2k2
committed
ca8d767
View commit details
Copy full SHA for ca8d767
Browse repository at this point
Commits on Dec 9, 2023
[wiring] Use enum for endTransmission() result
kuba2k2
committed
6a12a0d
View commit details
Copy full SHA for 6a12a0d
Browse repository at this point
Commits on Dec 10, 2023
[wiring] Use private methods for Serial, Wire, SPI begin/end
kuba2k2
committed
5f3c27e
View commit details
Copy full SHA for 5f3c27e
Browse repository at this point
[beken-72xx] Implement Wire master write on I2C1
kuba2k2
committed
b6e54f2
View commit details
Copy full SHA for b6e54f2
Browse repository at this point
[beken-72xx] Flatten I2C register structs, add descriptions
kuba2k2
committed
058099a
View commit details
Copy full SHA for 058099a
Browse repository at this point
Commits on Dec 11, 2023
[beken-72xx] Implement Wire master read on I2C1
kuba2k2
committed
1ed395b
View commit details
Copy full SHA for 1ed395b
Browse repository at this point
Commits on Dec 12, 2023
[wiring] Allow creating parameterless Wire instance
kuba2k2
committed
cf3f23e
View commit details
Copy full SHA for cf3f23e
Browse repository at this point
Commits on Mar 14, 2024
Merge remote-tracking branch 'origin/master' into feature/i2c-spi
kuba2k2
committed
54cc794
View commit details
Copy full SHA for 54cc794
Browse repository at this point
Commits on Mar 15, 2024
[beken-72xx] Add draft support for I2C2
kuba2k2
committed
d54b863
View commit details
Copy full SHA for d54b863
Browse repository at this point
Commits on Mar 26, 2024
[core] Add missing SPI begin, add weak transfer() and write()
kuba2k2
committed
c099503
View commit details
Copy full SHA for c099503
Browse repository at this point
[beken-72xx] Add draft SPI TX support
kuba2k2
committed
7630a23
View commit details
Copy full SHA for 7630a23
Browse repository at this point
You can’t perform that action at this time.