Skip to content

Commit 294548f

Browse files
committed
chore: fix broken or outdated links
1 parent 3698ba0 commit 294548f

File tree

36 files changed

+169
-159
lines changed

36 files changed

+169
-159
lines changed

.lycheeignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ https://www.digikey.cn
2121
https://www.instagram.com
2222
https://espressif.us15.list-manage.com
2323
https://code.visualstudio.com
24+
https://www.sqfmi.com/
2425

2526
# Domains periodically returning 500
2627
https://www.analog.com
@@ -34,3 +35,18 @@ socket://localhost
3435

3536
# Local links
3637
http://4.3.2.1
38+
39+
# Links returning 403 (need periodic manual status checks)
40+
https://wiki.mozilla.org/CA/Included_Certificates
41+
https://www.nordicsemi.com/Products/Development-hardware/Power-Profiler-Kit-2
42+
https://digilent.com/reference/pmod/start
43+
https://robu.in/product/espressif-esp32-c5-devkitc-1-n8r4-development-board/
44+
https://news.samsung.com/global/samsung-smartthings-integrates-matter-into-ecosystem-bringing-matter-device-control-to-multiple-samsung-products
45+
https://pubs.aip.org/aip/rsi/article-abstract/90/10/105101/360620/apex-A-new-commercial-off-the-shelf-on-board
46+
47+
# Other issues
48+
# Presence of spaces in urls
49+
https://swaggerapis.rainmaker.espressif.com/
50+
https://csa-iot.org/certification/paa/#:~:text=trust%40dreamsecurity.com-,Espressif%20Systems
51+
https://en.wikipedia.org/wiki/Economics_of_coffee#:~:text=Over%202.25%20billion%20cups%20of,coffee%20for%20a%20living%20worldwide
52+
https://www.integrasources.com/blog/basics-of-pid-controllers-design-applications/#:~:text=In%20simple%20terms%2C%20the%20PID,variable%20into%20the%20acceptable%20range

content/blog/2024/12/zephyr-how-to-use-psram/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ In addition to these three strategies, it is also possible to leverage PSRAM to
867867
- [Getting Started Guide](https://docs.zephyrproject.org/latest/develop/getting_started/index.html)
868868
- Supported Boards and Shields
869869
- [Espressif](https://docs.zephyrproject.org/latest/boards/espressif/index.html)
870-
- [ESP32-DevKitC-WROVER](https://docs.zephyrproject.org/latest/boards/espressif/esp32_devkitc_wrover/doc/index.html)
870+
- [ESP32-DevKitC-WROVER](https://docs.zephyrproject.org/4.1.0/boards/espressif/esp32_devkitc_wrover/doc/index.html)
871871
- [ESP32-S2-DevKitC](https://docs.zephyrproject.org/latest/boards/espressif/esp32s2_devkitc/doc/index.html)
872872
- [ESP32-S3-DevKitC-1](https://docs.zephyrproject.org/latest/boards/espressif/esp32s3_devkitc/doc/index.html)
873873
- [Shared Multi Heap](https://docs.zephyrproject.org/latest/kernel/memory_management/shared_multi_heap.html)

content/blog/2025/02/rainmaker-over-thread/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Additional benefits of using ESP RainMaker over Thread devices are:
4242
- Direct point-to-point communication with the cloud, enabling direct remote control and device management such as cloud-based fleet management and OTA.
4343
- Easy and secure network configuration with local and remote device control using phone apps.
4444
- Compatibility with any Thread Border Routers that support NAT64, such as Apple HomePod and [Espressif's Thread Border Router solution](https://developer.espressif.com/blog/espressif-thread-border-router/).
45-
- Supports a wide range of [smart home device types](https://rainmaker.espressif.com/docs/standard-types/#devices), enabling rapid productization of Thread-based products.
45+
- Supports a wide range of [smart home device types](https://docs.rainmaker.espressif.com/docs/product_overview/concepts/terminologies#devices), enabling rapid productization of Thread-based products.
4646

4747
Thread device provisioning and control in the ESP RainMaker app:
4848

content/blog/2025/02/rust-esp-hal-beta/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ If you're a company using (or considering) Rust on our chips, please do contact
151151
[the tracking issue]: https://github.com/espressif/llvm-project/issues/4
152152
[espflash]: https://github.com/esp-rs/espflash
153153
[esp-hal]: https://github.com/esp-rs/esp-hal/tree/main/esp-hal
154-
[esp-wifi]: https://github.com/esp-rs/esp-hal/tree/main/esp-wifi
154+
[esp-wifi]: https://github.com/esp-rs/esp-hal/tree/main/esp-radio
155155
[ESP-NOW]: https://www.espressif.com/en/solutions/low-power-solutions/esp-now
156156
[xtensa-lx and xtensa-lx-rt]: https://github.com/esp-rs/esp-hal/tree/main/xtensa-lx-rt
157157
[esp-generate]: https://github.com/esp-rs/esp-generate

content/blog/2025/03/security-in-esp-rainmaker/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Before finalizing the images on the device, the devices perform a signature veri
7575

7676
#### Secure Signing
7777

78-
As mentioned earlier in the section for [Secure Boot](#secure-boot), ESP RainMaker makes it easier to manage OTA for devices with secure boot enabled. You can select appropriate signing key while creating an OTA Job. With the "Auto select key" option as mentioned [here](https://rainmaker.espressif.com/docs/secure-signing#ota-upgrades), even selecting the key is not required as the cloud backend can automatically choose the correct key as per the information reported in the node config and send a signed image during OTA.
78+
As mentioned earlier in the section for [Secure Boot](#secure-boot), ESP RainMaker makes it easier to manage OTA for devices with secure boot enabled. You can select appropriate signing key while creating an OTA Job. With the "Auto select key" option as mentioned [here](https://docs.rainmaker.espressif.com/docs/dev/firmware/fw_usage_guides/secure-signing#ota-upgrades), even selecting the key is not required as the cloud backend can automatically choose the correct key as per the information reported in the node config and send a signed image during OTA.
7979

8080
#### Application Rollback
8181

0 commit comments

Comments
 (0)