Update Mozilla CCADB URL in certs-from-mozilla.py#9264
Merged
mcspr merged 1 commit intoesp8266:masterfrom Aug 6, 2025
Merged
Conversation
site that provides CCADB is now at URL "ccadb.my.salesforce-sites.com"
Collaborator
|
thanks! I thought it'd worked just recently... turns out it was a redirect |
earlephilhower
added a commit
to earlephilhower/arduino-pico
that referenced
this pull request
Aug 7, 2025
earlephilhower
added a commit
to earlephilhower/arduino-pico
that referenced
this pull request
Aug 7, 2025
…ke, clean up P.IO build hardcoded defines (#3049) * Update to Pico-SDK 2.2.0 release Doesn't seem to have many additions since the develop branch we were using, but this one is nice and official and tagged. * Add LIB_PICO_MULTICORE to libpico build Fixes #3058 * Clean up some unused param warnings * Fix olimex XL/XXL RP2350A redefinition * Clean up SDK defines in IDE builds * Build LWIP at app compile time, no need for multi We needed about 6 copies of the LWIP/BT library for each CPU when the LWIP library was built as part of the SDK libpico. Remove LWIP from the SDK builds and replace it with the actual LWIP source (linked via `#include`) so we can adjust for IPv4/IPv^/32K/16K at runtime. Shrinks download size of a release significantly. Still need separate LWIP-BT library because the CYW43 driver is different when BT is enabled. Update and clean up the libpico CMakefile and common platform_def.txt Link to config includes, don't copy, where possible * Platform.IO build fixes * Use platform_def files for p.io builds * Allow for no PIN_LED for board variants * Update Mozilla CCADB URL in CertStore example Thanks to @jpoikela for esp8266/Arduino#9264 * Update TZ.h from ESP8266 repo Use newer script which parses local tzdata files * Re-enable BOOT2.S compiles in libpico No actual changes to output boot2 files, but if they ever do update we'll catch it. * Update LittleFS to latest release 2.11.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
site that provides CCADB is now at URL "ccadb.my.salesforce-sites.com"