mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
CI Builds for `stm32f429i-disco:systemview` and `nucleo-f446re:systemview` are failing, because www.segger.com is blocking our downloads for systemview. This PR updates the Segger Makefiles to download systemview from our Cached Dependency at NuttX Mirror Repo: https://github.com/NuttX/nuttx/releases/download/systemview/SystemView_Src_V356.zip ``` Configuration/Tool: nucleo-f446re/systemview,CONFIG_ARM_TOOLCHAIN_CLANG CMake Error at /github/workspace/sources/nuttx/build/_deps/systemview-subbuild/systemview-populate-prefix/src/systemview-populate-stamp/download-systemview-populate.cmake:170 (message): error: downloading 'https://www.segger.com/downloads/systemview/SystemView_Src_V356.zip' failed status_code: 22 status_string: "HTTP response code said error" ``` https://github.com/apache/nuttx-apps/actions/runs/26855455932/job/79197351538#step:10:1547 Signed-off-by: Lup Yuen Lee <luppy@appkaki.com> |
||
|---|---|---|
| .. | ||
| config | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| note_rtt.c | ||
| note_sysview.c | ||
| segger.c | ||
| serial_rtt.c | ||
| stream_rtt.c | ||
| syslog_rtt.c | ||