1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:09:46 +01:00
RIOT/pkg/esp8266_sdk
Gunar Schorcht cc2a36581d pkg/esp8266_sdk: fix version string generation
Patching a package creates a new HEAD of the package repository. Using `git describe --tag` to generate a version string used for the ESP8266 bootloader therefore generates a different version string for each new compilation, which in turn results in different hash values of the binaries for the same application in subsequent compilations in CI. To use the commit in `git describe --tag` for commit used by the package, the commit has to specified in the command.
2023-01-10 20:22:40 +01:00
..
bootloader cpu/esp8266: Build the SDK bootloader from source. 2022-12-22 12:18:34 +01:00
patches cpu/esp8266/bootloader: remove compile time from banner 2023-01-05 07:59:05 +01:00
doc.txt pkg/esp8266_sdk: small changes in doc and Kconfig 2022-01-04 16:34:31 +01:00
Kconfig pkg/esp8266_sdk: add esp_bootloader to Kconfig 2023-01-02 19:00:21 +01:00
Makefile pkg/esp8266_sdk: fix version string generation 2023-01-10 20:22:40 +01:00
Makefile.dep cpu/esp8266: Build the SDK bootloader from source. 2022-12-22 12:18:34 +01:00
Makefile.include cpu/esp8266: Build the SDK bootloader from source. 2022-12-22 12:18:34 +01:00
symbol_renames.txt esp8266: Download Espressif RTOS SDK as a new RIOT PKG 2021-10-23 11:13:38 +00:00