mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00

* Minimal infrastructure * Implemented dig reg backup. * usb bbpll * Removed default feature. * OS adapter tweaks * Fixed S2 and implemented PhyController * Added manual deinit. * Fixed linker scripts and migrated esp-radio to esp-phy * Fixed warnings. * Fixed NPL * Tried fixing NPL again * Fixed ieee802154 * Fixed reading chip version of S3. * fmt * Added changelog entry * Added changelog for esp-radio * Deleted chip specific common adapters. * Added docs and unstable * Migrated cal data load/store to esp-phy * Fixed PHY cal CI error * Removed instability * Removed feature from esp-phy * fmt * Fixed esp-sync docs. * Removed log with CONFIG * Removed nonreentrantmutex from common adapter * Disable reset for radio blocks where required. * Fixed cfg_if for s2 * fmt * Added bt_bb_v2_init_cmplx to phy_provides.x * Added CHANGELOG * Moved EXTERN and fixed comment. * Fixed lint * Fixed common adapter again. * Docs and Readme. * Fixed ref count. * This time pls. * Added MAC time update CB for esp-radio * fixed field init * Fixed inconsistency in metadata * Removed useless changelog entry * Fixed S2. * Swaped addr_of for &raw mut * Properly initialize NVS * Fixed lint * Fixed C6 * Fixed remaining issues * Fixed CI * Added link * Updated esp-wifi-sys in esp-phy * Address reviews * Renamed PHY lock * Moved syscon let in common_adapter * Fmt * Remove critical_section * Don't steal when not necessary * Added esp-phy changelog to workflow * Add cargo metadata for esp-phy * Added reference to #4015 * Refixed Cargo.toml --------- Co-authored-by: Dániel Buga <bugadani@gmail.com>
30 lines
767 B
Plaintext
30 lines
767 B
Plaintext
# Local/private network addresses
|
|
# Local/private network addresses (protocol-aware)
|
|
^https?://localhost
|
|
^https?://127\.0\.0\.1
|
|
^https?://0\.0\.0\.0
|
|
.*\.local
|
|
^https?://192\.168\..*
|
|
^https?://10\..*
|
|
^https?://172\.(1[6-9]|2[0-9]|3[0-1])\..*
|
|
|
|
# Template placeholders
|
|
%7B[^%]+%7D
|
|
\{[^}]+\}
|
|
|
|
# GitHub compare links (ignore only these)
|
|
^https://github\.com/.*/compare/.*\.\.\..*
|
|
|
|
# GitHub patterns
|
|
releases/tag/$
|
|
|
|
# Shield.io badges
|
|
img\.shields\.io/badge/MSRV-
|
|
|
|
# TODO: remove once released
|
|
docs\.espressif\.com/projects/rust/esp-phy/latest/
|
|
docs\.espressif\.com/projects/rust/esp-preempt/latest/
|
|
docs\.espressif\.com/projects/rust/esp-radio-preempt-driver/latest/
|
|
docs\.espressif\.com/projects/rust/esp-radio/latest/
|
|
docs\.espressif\.com/projects/rust/esp-sync/latest/
|