Skip to content

chore(main): release 5.0.0 - #12

Closed
embedded-releaser-app[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--amp-hal-st
Closed

chore(main): release 5.0.0#12
embedded-releaser-app[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--amp-hal-st

Conversation

@embedded-releaser-app

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

5.0.0 (2025-04-06)

⚠ BREAKING CHANGES

  • add BLE transport layer for stm32wbaxx (#356)
  • refactor ble middleware (#346)
  • update DmaStm to support new dma peripherals in G0, G4 and WB devices (#169)
  • Update WB55 GAP constructor (#227)
  • update ST hal drivers (#102)

Features

  • Add ADC and timer for mcu stm32wbaxx (#328) (d413549)
  • Add ADC triggered by timer using DMA (#238) (31adf4e)
  • Add aes (#8) (5d9be1a)
  • Add BLE transport layer for stm32wbaxx (#356) (f2803c8)
  • Add channel config to stm internal temperature sensor (#291) (401024a)
  • Add clangd configuration file (#351) (e86f662)
  • Add configuration struct to init (#262) (59d9331)
  • Add Cucumber integration tests (#221) (75ece18)
  • Add data operations to GattClient (#132) (a1eaaf5)
  • Add DMA circular mode for mcu stm32wbaxx (#327) (3d46e93)
  • Add dwt (#11) (d39863b)
  • Add GATT Client (discovery attributes) (#131) (121c351)
  • Add hw semaphore sync for rng on stm32wb (#286) (3e4a41d)
  • Add Immediate and Dispatched interrupt handling to DmaStm's StreamInterruptHandler via tag dispatching (#336) (736df80)
  • Add integration tests (#208) (07086ec)
  • Add internal flash for mcu stm32wba (#348) (8629391)
  • Add Multi Channel ADC (#394) (19f2f6b)
  • Add new family STM32WBA to hal_st (#314) (112eedb)
  • Add new STM32H5 family to hal-st (#365) (ad0cb38)
  • Add parity to UartStmDma (#56) (e30d8d9)
  • Add pka (#7) (7f0caf5)
  • Add release-please workflow (#65) (b39a848)
  • Add services/st_util/StUartProgammer (#185) (8faceb4)
  • Add SPI master for mcu stm32wba (#343) (8115ac1)
  • Add ST files for mcu stm32wba52cx (#315) (f545781)
  • Add stm32f7discoveryFmcPins to SdRamStm (#78) (72df16b)
  • Add stm32g0 hal drivers (#118) (35dff48)
  • Add support for ADC channel 19 (#389) (114b832)
  • Add support for STM32G474VxT (#372) (fe9ee42)
  • Add support for STM32G4xx DigitalToAnalog peripheral (#375) (4f409d0)
  • Add uart pin swap configuration option when supported (#296) (0826e3b)
  • Allow more access to SystemTickTimerService (#393) (ecfb4ce)
  • Apply clang-format (#58) (714d922)
  • Ble central pairing bonding feature (#163) (530b3bc)
  • Configurable clock phase and polarity for sync spi (#200) (cbf6d68)
  • Deregister-interrupt-handler-on-move-assign (#80) (095449d)
  • Extend gpio interrupt interface to enable immediate interrupt handlers (#416) (d95f21a)
  • Extend I2C for stm32wba family (#324) (6030210)
  • Gap and gatt refactored/improved due to embedded-infra changes (#136) (e6c276b)
  • Improve SPI slave support for STM32H5 series (#390) (d17039e)
  • Improvements according to application note AN5289 (#135) (bd95621)
  • Include UartStmDuplexDma in STM32H5 series build (#400) (0e9533b)
  • Low power event dispatcher (#156) (a0d1855)
  • Lpuart with dma (#340) (6577c8e)
  • Main (#5) (b071071)
  • Make hal::Port's contents depend on actual available ports (#350) (da30d1d)
  • Merge upstream changes (#126) (1546f51)
  • Merge upstream changes (#79) (8ec3afd)
  • Move starting the DAC channel to the constructor to avoid a 1ms delay loop every time the Dac value is set (#387) (8211b8c)
  • osal: Add example (#82) (b1539ca)
  • Prevent the CMSIS drivers from providing __cmsis_start function (#383) (5f578c5)
  • Refactor and expand StUartProgrammer (#202) (5c8c213)
  • Refactor ble middleware (#346) (6703195)
  • Remove HAL_GetTick friendship from SystemTickTimerService (#359) (10e1bd1)
  • Removed additional EXCLUDE_FROM_ALL property in favour of using emil_build_for() (8e3766d)
  • Removed incorrect using directives for Circular DmaChannels (#337) (c98ba11)
  • Stm32 wpan for stm32wbaxx (#321) (da44299)
  • stm32g4xx: Add irq lookup for AnalogToDigitalPinStm based on peripheral number (#398) (7569d4a)
  • Update DmaStm to support new dma peripherals in G0, G4 and WB devices (#169) (d62e03e)
  • Update st ble stack (#165) (a6b8827)
  • Update ST hal drivers (#102) (6987d83)
  • Update the st ble stack to version 1.17 (a6b8827)
  • Update WB55 GAP constructor (#227) (0c8e2e4)

Bug Fixes

  • Adc on stm32wb (#162) (ee16f2a)
  • Add ble middleware binaries (#130) (201687e)
  • Add confirmation for gatt indication (#159) (02a98f0)
  • Add purl specifier for st middleware (#228) (f3cc25c)
  • Avoid using generator expressions for linking to targets (#92) (441abe5)
  • Circular mode for wba family (#384) (617ab7b)
  • Command sequence for flash spi with dma (#370) (edbd1e3)
  • Communication over ethernet smi (#129) (9935da5)
  • Correct dependencies of synchronous_stm32fxxx and ble_middleware (#85) (2ffaf23)
  • Dispatcher handler changed by immediate handler (8202ef4)
  • Do not assert if GattCompleteEvent fails (#167) (063daa4)
  • Don't disable dma interrupts when stopping a transfer (#335) (bca8097)
  • Duplicate and misdirected function calls due to listening for events on multiple levels in the inheritance tree of classes using GapSt. (6f8b7f7)
  • Event handling of GapSt and its derived classes. (#143) (6f8b7f7)
  • Gpio clock not enabled (#382) (e99f4ab)
  • Hal_st/stm32fxxx/EthernetSmiStm: ETH_MACMIIAR_CR_Msk is the mask of MACMII->AR, not the inverse (9935da5)
  • hal_st/stm32fxxx/UartStm & UartDma: Registers for stm32f407 (#59) (98ceaf3)
  • HALST_EXCLUDE_FROM_ALL for instantiations_lwip (#94) (f80f6ee)
  • Handling GPDMA multi byte transfer (#349) (50010c6)
  • Incorrect connection handle in state transitions (#147) (2f99452)
  • Introduce workaround for usb on f4 and f7 (7b31e76)
  • Link stm32f0xx to correct std_periph (#93) (31cdcbb)
  • Prescaler for ADC (#347) (0d083aa)
  • Report number of bonds in GapSt (#263) (85dceea)
  • Set correct mcpu mfpu options for different target cpus (#75) (a799834)
  • Set privacy mode for bonded devices (#146) (88d30f2)
  • SPI struct sequence data addition (#352) (a1c28bb)
  • Standalone stm32 build and debug (#193) (71bf177)
  • Systick conflict with invalidIrq (#161) (8ee04e1)
  • UartStm: Use correct registers & fix overrun assert; enable FIFO (#68) (60efc65)
  • Usb clock runs before USB initialization (5a7b356)
  • Usb hs interrupt fixed (e4b3303)
  • Use mcu database to filter non-existing pin (#305) (c704496)
  • When invoking ReceiveData(nullptr), UartStmDuplexDma now stops reception (#344) (df738e9)
  • Zero initialize SynchronousSpiMasterStm::spiHandle (#245) (581db4e)

This PR was generated with Release Please. See documentation.

@gabrielfrasantos

gabrielfrasantos commented Apr 6, 2025

Copy link
Copy Markdown
Contributor

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 5 0 0 0.36s
✅ CPP clang-format 15 3 0 0 1.38s
✅ CPP cppcheck 15 0 0 0.74s
✅ DOCKERFILE hadolint 1 0 0 0.39s
✅ JSON jsonlint 7 0 0 0.13s
✅ JSON prettier 7 2 0 0 1.79s
⚠️ MARKDOWN markdownlint 6 1 13 0 2.34s
✅ MARKDOWN markdown-table-formatter 6 1 0 0 1.47s
✅ REPOSITORY git_diff yes no no 1.2s
✅ REPOSITORY grype yes no no 25.38s
✅ REPOSITORY ls-lint yes no no 0.06s
✅ REPOSITORY secretlint yes no no 40.98s
✅ REPOSITORY syft yes no no 1.26s
✅ REPOSITORY trivy yes no no 7.77s
✅ REPOSITORY trivy-sbom yes no no 1.16s
✅ REPOSITORY trufflehog yes no no 7.97s
⚠️ SPELL lychee 32 104 0 73.06s
✅ YAML prettier 8 1 0 0 1.31s
✅ YAML v8r 8 0 0 4.53s
✅ YAML yamllint 8 0 0 0.34s

Detailed Issues

⚠️ SPELL / lychee - 104 errors
[ERROR] http://mcd.rou.st.com/modules.php?name=mcu | Network error: error sending request for url (http://mcd.rou.st.com/modules.php?name=mcu) Maybe a certificate error?
[404] https://github.com/embedded-pro/hal-st/issues/156 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/327 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/365 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/65 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/94 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/356 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/315 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/245 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/372 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/346 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/208 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/335 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/135 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/296 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/165 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/131 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/328 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/82 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/387 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/336 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/79 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/262 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/263 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/359 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/398 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/56 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/343 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/167 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/68 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/350 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/161 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/92 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/227 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/169 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/126 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/compare/v4.0.0...v5.0.0 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/389 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/393 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/162 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/351 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/129 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/349 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/193 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/286 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/383 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/80 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/324 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/340 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/78 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/337 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/348 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/321 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/384 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/146 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/416 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/102 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/370 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/291 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/314 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/118 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/136 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/228 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/238 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/58 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/352 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/400 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/200 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/390 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/147 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/159 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/132 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/305 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/163 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/59 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/143 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/382 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/221 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/347 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/375 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/93 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/75 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/344 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/130 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/394 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/85 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/202 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/185 | Network error: Not Found
[429] https://github.com/embedded-pro/embedded-infra-lib.git | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/59 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/167 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/185 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/245 | Network error: Too Many Requests
[429] https://github.com/mozilla/diversity | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/161 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-cucumber-cpp-runner.git | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/457 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/449 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/56 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/446 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/85 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/58 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/348 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/382 | Network error: Too Many Requests
[TIMEOUT] https://st.com/ | Timeout
📝 Summary
---------------------
🔍 Total..........431
✅ Successful.....323
⏳ Timeouts.........1
🔀 Redirected.......0
👻 Excluded.........3
❓ Unknown..........0
🚫 Errors.........104

Errors in CHANGELOG.md
[404] https://github.com/embedded-pro/hal-st/issues/350 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/393 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/394 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/296 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/131 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/59 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/382 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/185 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/208 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/93 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/321 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/162 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/335 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/351 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/80 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/389 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/146 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/200 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/159 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/compare/v4.0.0...v5.0.0 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/143 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/291 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/238 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/382 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/348 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/165 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/328 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/221 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/365 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/356 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/346 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/352 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/347 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/161 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/65 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/262 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/344 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/336 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/457 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/132 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/167 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/390 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/359 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/227 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/315 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/163 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/136 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/102 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/156 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/263 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/68 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/130 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/446 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/135 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/118 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/324 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/167 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/340 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/400 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/129 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/92 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/245 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/193 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/370 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/228 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/375 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/169 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/314 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/59 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/185 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/383 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/416 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/56 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/349 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/337 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/58 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/387 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/56 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/343 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/245 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/126 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/398 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/79 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/85 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/449 | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-hal-st/issues/348 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/286 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/327 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/161 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/78 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/75 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/372 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/202 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/85 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/384 | Network error: Not Found
[429] https://github.com/philips-software/amp-hal-st/issues/58 | Network error: Too Many Requests
[404] https://github.com/embedded-pro/hal-st/issues/94 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/82 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/147 | Network error: Not Found
[404] https://github.com/embedded-pro/hal-st/issues/305 | Network error: Not Found

Errors in CODE_OF_CONDUCT.md
[429] https://github.com/mozilla/diversity | Network error: Too Many Requests

Errors in README.md
[TIMEOUT] https://st.com/ | Timeout

Errors in CMakeLists.txt
[429] https://github.com/embedded-pro/embedded-infra-lib.git | Network error: Too Many Requests
[429] https://github.com/philips-software/amp-cucumber-cpp-runner.git | Network error: Too Many Requests

Errors in .github/ISSUE_TEMPLATE/add-or-update-hal-driver.md
[ERROR] http://mcd.rou.st.com/modules.php?name=mcu | Network error: error sending request for url (http://mcd.rou.st.com/modules.php?name=mcu) Maybe a certificate error?
⚠️ MARKDOWN / markdownlint - 13 errors
.github/ISSUE_TEMPLATE/add-or-update-hal-driver.md:10 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "How to import a HAL driver"]
CHANGELOG.md:130 MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:135 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:180 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:203 MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:207 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:214 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:223 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:242 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:260 MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:264 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:271 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:282 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.0.1 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,CPP_CPPCHECK,CPP_CLANG_FORMAT,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_GRYPE,REPOSITORY_LS_LINT,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@embedded-releaser-app
embedded-releaser-app Bot force-pushed the release-please--branches--main--components--amp-hal-st branch from c523d4c to 3a11e53 Compare October 9, 2025 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant