Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
timstableford
/
Arduino
Public
forked from
esp8266/Arduino
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 22, 2020
Renamed sever to close and added information to readme
Show description for 4d2b71c
timstableford
committed
4d2b71c
Copy full SHA for 4d2b71c
Resolved issue #3359
Show description for e81af05
timstableford
committed
e81af05
Copy full SHA for e81af05
Add fileCreation/getCreation create-time accessors (#7000)
Show description for bea64df
earlephilhower
and
devyte
authored
bea64df
Copy full SHA for bea64df
Add Uri with support for regexUri and globUri (#6696)
Show description for 4eca62c
3 people
authored
4eca62c
Copy full SHA for 4eca62c
Update to latest BearSSL (#7098)
Show description for a40663b
earlephilhower
authored
a40663b
Copy full SHA for a40663b
SNTP: backport espressif sntp api for lwip2 (#7097)
d-a-v
authored
f69e404
Copy full SHA for f69e404
Fix/enable UDP packet reassembly (#7036)
Show description for e6decac
3 people
authored
e6decac
Copy full SHA for e6decac
restore dtostrf when floats are disabled in printf/scanf + round fix (#7093)
Show description for cd56dc0
d-a-v
authored
cd56dc0
Copy full SHA for cd56dc0
Commits on Feb 20, 2020
Merge pull request #6804 from dok-net/optimistic_yield_recurrency
Show description for 0a58172
earlephilhower
authored
0a58172
Copy full SHA for 0a58172
Merge branch 'master' into optimistic_yield_recurrency
earlephilhower
authored
5100bee
Copy full SHA for 5100bee
Corrections after review remarks; thanks @earlephilhower
dok-net
committed
afe4021
Copy full SHA for afe4021
Commits on Feb 18, 2020
configTime(tzsec,dstsec,): fix UTC/local management (#6993)
Show description for f066ed2
d-a-v
authored
f066ed2
Copy full SHA for f066ed2
lwip2 updates: no more git sub-sub-module deps, faster checksum, backlog limitation and other fixes (#6887)
Show description for e752e96
d-a-v
authored
e752e96
Copy full SHA for e752e96
Commits on Feb 17, 2020
package builder: updates for alpha releases (#7088)
Show description for bc4f000
d-a-v
authored
bc4f000
Copy full SHA for bc4f000
Commits on Feb 16, 2020
Merge pull request #7085 from mhightower83/pr-bear-stack-dump
Show description for 321d256
earlephilhower
authored
321d256
Copy full SHA for 321d256
Commits on Feb 14, 2020
Corrected stack start and end in stack_thunk_dump_stack().
mhightower83
committed
c07a1fd
Copy full SHA for c07a1fd
Commits on Feb 12, 2020
Allow using custom linker scripts (#7078)
valeros
authored
5efdc77
Copy full SHA for 5efdc77
Commits on Feb 10, 2020
Merge pull request #7068 from earlephilhower/dtostrf_to_printf
Show description for 11ae243
earlephilhower
authored
11ae243
Copy full SHA for 11ae243
Commits on Feb 9, 2020
Merge branch 'master' into dtostrf_to_printf
devyte
authored
0c1b6f9
Copy full SHA for 0c1b6f9
Fix serach order for index.htm(l)(.gz) files (#7069)
Show description for dbd7b82
earlephilhower
authored
dbd7b82
Copy full SHA for dbd7b82
Use sprintf to output floats in Print/dtostrf
Show description for f762721
earlephilhower
committed
f762721
Copy full SHA for f762721
Merge pull request #7027 from dok-net/wmath_map
Show description for 56b90a2
earlephilhower
authored
56b90a2
Copy full SHA for 56b90a2
Commits on Feb 8, 2020
Merge branch 'master' into wmath_map
earlephilhower
authored
cd5cbae
Copy full SHA for cd5cbae
Merge pull request #7066 from mhightower83/pr-postmortem-offset-update
Show description for 50a491b
earlephilhower
authored
50a491b
Copy full SHA for 50a491b
Commits on Feb 7, 2020
Updated stack offsets for postmortem stack dump.
Show description for f45da1c
mhightower83
committed
f45da1c
Copy full SHA for f45da1c
Commits on Feb 5, 2020
No need for preprocessor undefinition of optimistic_yield, after all.
dok-net
committed
50fab51
Copy full SHA for 50fab51
Remove long-since disused define.
dok-net
committed
8d2eca5
Copy full SHA for 8d2eca5
Due to 3rd party use of symbol optimistic_yield without #include <Arduino>, have to resort to preprocessor definition for inlining.
dok-net
committed
5544357
Copy full SHA for 5544357
Allow constexpr evalution to occur. optimistic_yield is always called with a literal parameter value.
dok-net
committed
3767791
Copy full SHA for 3767791
Move yield start time set to esp_yield_within_cont
dok-net
committed
3d7423b
Copy full SHA for 3d7423b
Substitute micros() by CPU cycles - faster, but large values for interval_us can overflow - 26s at 160MHz CPU clock.
dok-net
committed
598361f
Copy full SHA for 598361f
Fix optimistic_yield to not yield on every call after a loop runs for x us, but yield only every x us between optimistic_yield calls.
dok-net
committed
d6e603f
Copy full SHA for d6e603f
use STA as default interface in mDNS (#7042)
d-a-v
authored
a8515a7
Copy full SHA for a8515a7
Fix "improved_map" from Servo.cpp and use this is in core implementation.
Show description for 5882902
dok-net
committed
5882902
Copy full SHA for 5882902
Commits on Feb 4, 2020
update to new prebuilt win sed version (#7062)
d-a-v
authored
14f6272
Copy full SHA for 14f6272
Pagination
Previous
Next
You can’t perform that action at this time.