Historique des commits

Auteur SHA1 Message Date
  ccrause 8f106b616b Move .data with fpc specific information to outside normal memory range. il y a 1 an
  ccrause e56052bb32 Do not pass esp32c3.rom.newlib-time.ld to the linker, it causes the ROM version of _isatty_r to be linked instead of the newlib library version. il y a 1 an
  ccrause 7284e161a2 Group linker scripts and search paths il y a 1 an
  ccrause c42bf9cdf5 Extend riscv32-freertos functionality for esp32c3 il y a 1 an
  Pierre Muller 4750840e89 Specify endianess and abi when calling xtensa linker il y a 2 ans
  florian 2b0317f400 * compilation fixed with -Oodfa il y a 2 ans
  florian 30cb20bccd + riscv32-freertos: first version of TlinkerFreeRTOS.GenerateDefaultLinkerScripts il y a 2 ans
  florian def475f889 * arm compilation fixed il y a 2 ans
  florian d3ccd10674 * call esptool.py properly on Darwin il y a 2 ans
  florian 0e05e908d5 riscv32-freertos: il y a 2 ans
  florian e9ec4a8bb3 * more riscv32-freertos-esp32c3 stuff added il y a 2 ans
  florian bedd4edc72 + first work for esp32-c3 support il y a 2 ans
  florian 1c7626715d * the stack pointer on Risc-V points always at the last used position, resolves #39739 il y a 3 ans
  ccrause a6766d62ee Fix generation of default linker script for esp-idf v4.4 il y a 3 ans
  ccrause 181ee30174 Update build and link requirements for esp-idf v4.4. Refactor the version dependent linker fragments list into an array of version specific array of strings for easier updating in future. il y a 3 ans
  ccrause 4640120dbd esp32.rom.api.ld was only introduced in esp-idf v4.3. Remove invalid linker search path. il y a 3 ans
  ccrause 73287c35d2 GenerateDefaultLinkerScripts should set out_ld_filename. il y a 3 ans
  ccrause 793c157a9c Always call DoExec to generate linker scripts. Even if cs_link_nolink is set, the ldgen scipt needs to be called in the generated ppas script. il y a 3 ans
  ccrause b0c0309cc1 Add output path to kconfig source file location parameters. il y a 3 ans
  ccrause f66dd54bc2 Extract linker script generation as separate method. Check if esp linker scripts can be found in library paths, if not then generate scritps. il y a 3 ans
  ccrause a58567004b Remove unused $OUTPUT substtution and empty check of outputexedir. il y a 3 ans
  ccrause 655a5f526c Place IDF related files in executable output folder. il y a 3 ans
  florian 5db20610dd * correct idf version check il y a 3 ans
  florian dc161e519f * inputfilepath might not be empty il y a 3 ans
  ccrause 5289aab4f2 Add -WP option so that IDF version can be passed in - stored in globals.idf_version. The version is checked in t_freertos.pas and for esp-idf version 4.3.x an extra link file is added, also running ldgen.py is skipped as that seems unused. il y a 3 ans
  florian feb5bde09c * better code and data size info for FreeRTOS il y a 3 ans
  florian 550d0481b3 * better error message il y a 3 ans
  florian 1b22962140 * patch by Christo Crause to fix #38789: writing of linker commands should not depent in -s il y a 4 ans
  yury 75491ae21c * Removed/ifdefed the assigned and unused variables. il y a 4 ans
  yury 64c586b86d * Removed/ifdefed lots of unused variables. il y a 4 ans