FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - bblanchon/ArduinoStreamUtils · GitHub
bblanchon
/
ArduinoStreamUtils
Public
Notifications
You must be signed in to change notification settings
Fork
20
Star
283
Code
Issues
5
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
ArduinoStreamUtils
src
on
master
User selector
Datepicker
Commit history
Commits on Jun 1, 2026
Remove undocumented `ReadThrottlingStream`
bblanchon
committed
4e7475c
View commit details
Copy full SHA for 4e7475c
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
Add missing includes in `StreamUtils.hpp`
Show description for ec5f4bb
bblanchon
committed
ec5f4bb
View commit details
Copy full SHA for ec5f4bb
View code at this point
Browse repository at this point
Add empty line at end of file
bblanchon
committed
ecffbc2
View commit details
Copy full SHA for ecffbc2
View code at this point
Browse repository at this point
Update copyright year
bblanchon
committed
01a6510
View commit details
Copy full SHA for 01a6510
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
Fix infinite loop when transmission cuts mid-chunk
Show description for 31d133d
bblanchon
committed
31d133d
View commit details
Copy full SHA for 31d133d
View code at this point
Browse repository at this point
Commits on Jul 10, 2024
Add `ChunkDecodingStream` and `ChunkDecodingClient`
Show description for ef0e78b
bblanchon
committed
ef0e78b
View commit details
Copy full SHA for ef0e78b
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
Update copyright notice
bblanchon
committed
ff84214
View commit details
Copy full SHA for ff84214
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
Add support for DxCore (resolves #34)
bblanchon
committed
1b17baf
View commit details
Copy full SHA for 1b17baf
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
Fix "EEPROM.h: No such file or directory" with ArduinoCore-mbed (fixes #31)
bblanchon
committed
0b38d24
View commit details
Copy full SHA for 0b38d24
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
Fix "__FlashStringHelper is ambiguous" with arduino-pico (fixes #30)
bblanchon
committed
3f63d66
View commit details
Copy full SHA for 3f63d66
View code at this point
Browse repository at this point
Commits on Feb 26, 2023
Update copyright notice
bblanchon
committed
c8a35a1
View commit details
Copy full SHA for c8a35a1
View code at this point
Browse repository at this point
Fix `HammingStream` and `HammingDecodingStream` on ESP32 (fixes #29)
bblanchon
committed
5b9ffa5
View commit details
Copy full SHA for 5b9ffa5
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Add `ProgmemStream`
bblanchon
committed
782ab59
View commit details
Copy full SHA for 782ab59
View code at this point
Browse repository at this point
Add support for `Print::flush()` on STM32
bblanchon
committed
38cb14f
View commit details
Copy full SHA for 38cb14f
View code at this point
Browse repository at this point
Add support for `Print::flush()` on ESP32 (espressif/arduino-esp32#6084)
bblanchon
committed
effb55d
View commit details
Copy full SHA for effb55d
View code at this point
Browse repository at this point
Commits on Apr 12, 2022
Update copyright notice
bblanchon
committed
585b4ec
View commit details
Copy full SHA for 585b4ec
View code at this point
Browse repository at this point
Add support for Roger's core for STM32 (fixes #20)
bblanchon
committed
82652f5
View commit details
Copy full SHA for 82652f5
View code at this point
Browse repository at this point
Commits on Feb 9, 2022
Fix `StringStream.readBytes()` on ESP8266, ESP32, and STM32 (fixes #16)
Show description for 53cf9dc
bblanchon
committed
53cf9dc
View commit details
Copy full SHA for 53cf9dc
View code at this point
Browse repository at this point
Fix all warnings in Visual Studio 2022
bblanchon
committed
5f6f438
View commit details
Copy full SHA for 5f6f438
View code at this point
Browse repository at this point
Commits on May 24, 2021
Support Print::flush() on AVR
bblanchon
committed
f1d69fb
View commit details
Copy full SHA for f1d69fb
View code at this point
Browse repository at this point
Commits on Apr 5, 2021
Fix Windows build
bblanchon
committed
bd878e5
View commit details
Copy full SHA for bd878e5
View code at this point
Browse repository at this point
Add support for STM32 (fixes #11)
bblanchon
committed
0eb6604
View commit details
Copy full SHA for 0eb6604
View code at this point
Browse repository at this point
Update copyright year
bblanchon
committed
6de4b88
View commit details
Copy full SHA for 6de4b88
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
Add Hamming(7,4) encoding and decoding decorators
bblanchon
committed
c926a7a
View commit details
Copy full SHA for c926a7a
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
Add `WaitingPrint`, `WriteWaitingClient`, and `WriteWaitingStream`
bblanchon
committed
90cb9ed
View commit details
Copy full SHA for 90cb9ed
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
Stop calling `Client::read()` in place of `Stream::readBytes()`
bblanchon
committed
c343ae4
View commit details
Copy full SHA for c343ae4
View code at this point
Browse repository at this point
Fix return type of Client::read()
bblanchon
committed
ea8cdf3
View commit details
Copy full SHA for ea8cdf3
View code at this point
Browse repository at this point
Fixed unwanted waits in `ReadBufferingClient` and `ReadBufferingStream`
bblanchon
committed
709b9b4
View commit details
Copy full SHA for 709b9b4
View code at this point
Browse repository at this point
Extract optimizedRead()
bblanchon
committed
523f1a0
View commit details
Copy full SHA for 523f1a0
View code at this point
Browse repository at this point
Explicitly log timeouts
bblanchon
committed
c5e12b0
View commit details
Copy full SHA for c5e12b0
View code at this point
Browse repository at this point
Commits on Apr 16, 2020
Rename DefaultThrottler to ArduinoThrottler. Test ReadThrottlingStream.
bblanchon
committed
1aa8848
View commit details
Copy full SHA for 1aa8848
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Add support for Teensy
bblanchon
committed
526a987
View commit details
Copy full SHA for 526a987
View code at this point
Browse repository at this point
Add EepromStream. Add support for ESP32.
bblanchon
committed
def24f5
View commit details
Copy full SHA for def24f5
View code at this point
Browse repository at this point
Commits on Jan 20, 2020
Extract `StreamUtils.hpp`
bblanchon
committed
a5b4348
View commit details
Copy full SHA for a5b4348
View code at this point
Browse repository at this point
Add `StringStream`
bblanchon
committed
ded355d
View commit details
Copy full SHA for ded355d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL