Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test release dev #2

Open
wants to merge 209 commits into
base: master
Choose a base branch
from
Open

Test release dev #2

wants to merge 209 commits into from

Commits on Jul 16, 2024

  1. Fix typo in serial protocol docs

    Fixes misspelling of `triggered` in serial protocol docs.
    
    Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
    hasheddan authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f8d56bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806af0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    637c0db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6779495 View commit details
    Browse the repository at this point in the history
  5. espefuse: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_K…

    …EY5)
    
    eFuse module has a hardware bug.
    It is related to ESP32-C3, C6, S3, H2 chips:
        - BLOCK9 (BLOCK_KEY5) can not be used by XTS_AES keys.
    For H2 chips, the BLOCK9 (BLOCK_KEY5) can not be used by ECDSA keys.
    S2 does not have such a hardware bug.
    KonstantinKondrashov authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    37e75de View commit details
    Browse the repository at this point in the history
  6. image_info: Display disabled WP pin as disabled

    The image formats know about the special value 0xee used to disable WP.
    Display this with image_info.
    
    E.g.:
    
    ESP32-C3 extended image header
    ==============================
    WP pin: 0xee (disabled)
    xyzzy42 authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    660cd29 View commit details
    Browse the repository at this point in the history
  7. image_info: Print chip ID's name if known

    Example:
    
    Flash pins drive settings: clk_drv: 0x0, q_drv: 0x0, d_drv: 0x0, cs0_drv: 0x0, hd_drv: 0x0, wp_drv: 0x0
    Chip ID: 5 (ESP32-C3)
    Minimal chip revision: v0.0, (legacy min_rev = 0)
    Maximal chip revision: v655.35
    
    An unknown ID will be printed as:
    
    Chip ID: 42 (Unknown ID)
    xyzzy42 authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a7a3576 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aad3b87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1e355b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b3524f View commit details
    Browse the repository at this point in the history
  11. espefuse: Explicit setting of efuse time settings

    EFUSE_PWR_ON_NUM in C3 has default value = 0x2880, now = 0x3000
    KonstantinKondrashov authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f318f82 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f2d20d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18e2cf6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b188bdd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e186381 View commit details
    Browse the repository at this point in the history
  16. espefuse: Adds yaml efuse description files for all chip

    - esptool: Updates eFuses wafer major&minor versions
    - esptool(esp32c6): Adds package versions
    - espefuse(esp32c6): Replace PKG_VERSION BLK_VERSION_MINOR BLK_VERSION_MAJOR
    - espefuse(esp32c6): Adds adc calib efuses
    - espefuse: Adds yaml files for Build with PyInstaller
    KonstantinKondrashov authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4c41904 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1c728c2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7377fdb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0849c38 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b2df4a1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    40cd69e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    333fa4e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7812df2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    024cda3 View commit details
    Browse the repository at this point in the history
  25. Update version to v4.6

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2b6d5e3 View commit details
    Browse the repository at this point in the history
  26. Update version to v4.7-dev

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f7a7f92 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4ffc399 View commit details
    Browse the repository at this point in the history
  28. Update version to v4.6.1

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ccc1648 View commit details
    Browse the repository at this point in the history
  29. Update version to v4.7-dev

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7e6fe29 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a1a5135 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f8e5c0c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    11216a7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    321b7a4 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f517a19 View commit details
    Browse the repository at this point in the history
  35. esptool & espefuse: Fix byte order in MAC (for C6 and H2)

    MAC: 60:55:f9:ff:fe:f7:2c:a2 (EUI64, used for IEEE802154)
    BASE MAC: 60:55:f9:f7:2c:a2 (used for BT)
    MAC_EXT: ff:fe
    KonstantinKondrashov authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d8ce944 View commit details
    Browse the repository at this point in the history
  36. Update version to v4.6.2

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c630577 View commit details
    Browse the repository at this point in the history
  37. Update version to v4.7

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b03a219 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b9de209 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    486e02f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5cbcc6c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    99076bc View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7971aa9 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    694b936 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3f86e1e View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    1a1ea37 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    2d1c868 View commit details
    Browse the repository at this point in the history
  47. feat(espsecure): Allow prompting for HSM PIN in read_hsm_config

    If hsm_config does not contain "credentials" the user will be
    prompted for the HSM PIN.
    
    This avoids the need to have HSM PINs typed in config files
    which is not a good security practice.
    
    ADJUNCT: Updated documentation to reflect new usage
    
    Closes espressif#900
    rretanubun authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7fc22ca View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    6dd8547 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    a99ccfa View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    5ad6e75 View commit details
    Browse the repository at this point in the history
  51. docs: Add other resources page

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    beb0796 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    8bb82ae View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    b1f819f View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ab1c19a View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    6c2efdd View commit details
    Browse the repository at this point in the history
  56. fix: Fix redirection of STDOUT

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e819927 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    96dd81a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    10fbb4b View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    2714ebe View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    b0a3968 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    7b547c9 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    d1d9cfc View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    aa22553 View commit details
    Browse the repository at this point in the history
  64. feat(esp32-s3): Support >16MB quad flash chips

    Adds support for the W25Q256 and GD25Q256 flash chips.
    
    Closes espressif#883
    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    31e08c6 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    3b8ea4f View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    be492a4 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    11a2864 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    102a877 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    21e8d2f View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    06b938e View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    fc878cf View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    b7ecd77 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    ebc12d5 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    621c8e1 View commit details
    Browse the repository at this point in the history
  75. feat: Add support for Python 3.12

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6c81490 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    114dc30 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    80bdef4 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    328832d View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    c147694 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    49dbfaf View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    51e1de2 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    35e23d4 View commit details
    Browse the repository at this point in the history
  83. feat(elf2image): add ram-only-header argument

    The ram-only-header configuration makes only
    the RAM segments visible to the ROM bootloader placing
    them at the beginning of the file and altering the
    segment count from the image header with the quantity
    of these segments, and also writing only their
    checksum. This segment placement also may not result
    as optimal as the standard way regarding the padding
    gap use among the flash segments that could result
    in a less fragmented binary.
    
    The image built must then handle the basic hardware
    initialization and the flash mapping for code execution
    after ROM bootloader boot it.
    
    Signed-off-by: Marek Matej <marek.matej@espressif.com>
    Signed-off-by: Almir Okato <almir.okato@espressif.com>
    almir-okato authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f9b6179 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    b1c778c View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    68343c9 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    d7580de View commit details
    Browse the repository at this point in the history
  87. feat(xip_psram): support xip psram feature on esp32p4

    Expanded IROM / DROM range to include psram space as well
    Icarus113 authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0536a6b View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    005c3e3 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    fcf2277 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    e2a24ca View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    8a5fb4e View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    35dfbde View commit details
    Browse the repository at this point in the history
  93. fix(load_ram): check for overlaps in bss section

    Newer toolchains now store jump table in the data
    section which results in .bss section to be used more as well.
    This change should ensure that we avoid overwriting
    the bss section of the flasher stub when writing to RAM.
    peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6ffa14b View commit details
    Browse the repository at this point in the history
  94. fix(esptool): Rephrase the --ram-only-header command message

    Signed-off-by: Marek Matej <marek.matej@espressif.com>
    Marek Matej authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    64cefc8 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    936f26b View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    4e4b881 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    43906a5 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    b8b5954 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    6284a83 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    d0873e3 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    1abecfb View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    0d31643 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    38efd90 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    0b49bc2 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    5b79bb2 View commit details
    Browse the repository at this point in the history
  106. change: Update version to 4.7.0

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    af5e8d0 View commit details
    Browse the repository at this point in the history
  107. fix(esptool): Remove the shebang from uf2_writer.py

    This is not a script, so there' no need for it.
    befeleme authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dc67f3b View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    85915e7 View commit details
    Browse the repository at this point in the history
  109. feat(esp32c5): add target esp32c5 beta3

    ROM version: 20230803
    L-KAYA authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1595874 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    d15a58a View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    3e1bfa2 View commit details
    Browse the repository at this point in the history
  112. fix(esptool): Proper alignment for SoCs with offset load

    Update the --ram-only-header segments handling
    for the ESP32 and ESP32-S2 SoC.
    
    Signed-off-by: Marek Matej <marek.matej@espressif.com>
    Marek Matej authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    35f0456 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    b1aa779 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    220e4b1 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    c9ccce6 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    19305a8 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    faa88a7 View commit details
    Browse the repository at this point in the history
  118. fix: Index image segments from 0 instead of 1

    idf.py (for example in idf.py monitor command) numbers the segments starting
    from 0, but current esptool.py image_view numbers them starting from 1.
    
    This MR unifies the behaviors between idf.py and esptool.py image_view
    --version 2 (which will be the default version of image_view in new v
    5.0).
    Jan Beran authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5861fb7 View commit details
    Browse the repository at this point in the history
  119. ci: Edit tests to take new segment indexing into account

    Jan Beran authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b8f69d9 View commit details
    Browse the repository at this point in the history
  120. ci: Add ESP32-P4 target and tests

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a95aa8d View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    4ed54e8 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    85a3e1f View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    aea43c4 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    2c882cc View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    ae7f1cf View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    859643e View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    4987d5a View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    f5bb8bc View commit details
    Browse the repository at this point in the history
  129. docs(esptool): Reflect change from flake8 and black to ruff

    Jan Beran authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    334e616 View commit details
    Browse the repository at this point in the history
  130. docs: Correct bootloader offsets

    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    50622b5 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    df4dc50 View commit details
    Browse the repository at this point in the history
  132. ci: Use ruff instead of flake8 and black in github CI

    Jan Beran authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0796576 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    65a3b5d View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    c070031 View commit details
    Browse the repository at this point in the history
  135. ci(pyinstaller): Limit version to v5.3.12

    PyInstaller >=6.0 seems to cause significantly more false positives from antivirus programs
    
    Closes espressif#944
    radimkarnis authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7e034ca View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    a9f0603 View commit details
    Browse the repository at this point in the history
  137. feat(espefuse): Allow the espefuse.py to work when coding scheme == 3

    Signed-off-by: Francisco Blas (klondike) Izquierdo Riera <klondike@klondike.es>
    
    Closes espressif#950
    klondi authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ebb8b80 View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    9c0d990 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    4b08466 View commit details
    Browse the repository at this point in the history
  140. docs(sphinx-lint): Fix issues reported by sphinx-lint before adding i…

    …t to pre-commit
    Jan Beran authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a69d5b6 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    7d732d6 View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    d2f15bf View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    7a9de1c View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    f0cb79a View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    0d981da View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    13cf59f View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    dca10bc View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    7bb6b7a View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    21850b1 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    e3324a5 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    1890445 View commit details
    Browse the repository at this point in the history
  152. feat: Added warning when secure boot enabled

    Warning message that the flash settings parameters won't be changed because of enabled secure boot
    jakub-kocka authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0f800da View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    d9c19c1 View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    c8d49fa View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    d7dc6a3 View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    eda513d View commit details
    Browse the repository at this point in the history
  157. ci(esp32c5): add host test for esp32c5

    Skipped some eFuse tests because eFuse of c5 has not been supported yet
    L-KAYA authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3158085 View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    321887e View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    2dc7d1f View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    296a635 View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    d44592d View commit details
    Browse the repository at this point in the history
  162. Configuration menu
    Copy the full SHA
    a561630 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    353867e View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    8e1c6a7 View commit details
    Browse the repository at this point in the history
  165. ci: Remove the deploy_docs_production job from the scheduled pipeline

    Fixes the "'deploy_docs_production' job needs 'build_docs' job, but
    'build_docs' is not in any previous stage" issue.
    dobairoland authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    92ca47a View commit details
    Browse the repository at this point in the history
  166. Configuration menu
    Copy the full SHA
    26751c5 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    d95ebdf View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    65ab3b8 View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    6c17499 View commit details
    Browse the repository at this point in the history
  170. ci: Test with latest Python

    dobairoland authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dcbfedc View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    5dc7914 View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    6f45b00 View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    665b2ed View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    934d8af View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    97b1716 View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    8c64674 View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    5150144 View commit details
    Browse the repository at this point in the history
  178. docs(flashing): Fixed a typo in /docs/en/esptool/flashing-firmware.rst

    Updated the text in this file to fix a typo which was decives, that is now devices.
    greendoescode authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    416dea2 View commit details
    Browse the repository at this point in the history
  179. Configuration menu
    Copy the full SHA
    d690a33 View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    b23c15c View commit details
    Browse the repository at this point in the history
  181. Configuration menu
    Copy the full SHA
    0fd703a View commit details
    Browse the repository at this point in the history
  182. fix: sort segments if ram_only_header is used

    There are a few scenarios that segment sorting is required.
    This is (as for now) a zephyr-case scenario only, where
    flash section can be created during in-between ram linking.
    Without segment sorting, flash segments will overlap and ELF won't
    be created.
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d4e3729 View commit details
    Browse the repository at this point in the history
  183. fix: ram_only_header: pad flash segment to next boundary

    When flash segment does not fit minimum alignment
    requirement, pad it to next alignment boundary so
    that the flash placement fits properly. Otherwise ELF
    won't be created due to wrong alignment.
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7190ed5 View commit details
    Browse the repository at this point in the history
  184. fix(elf2image): add ELF flags to merge condition

    Improve the condition upon the segments being merged in the
    elf2image command. Covering the cases when comparing adjacent
    segment addresses and types is not enough.
    
    Signed-off-by: Marek Matej <marek.matej@espressif.com>
    Marek Matej authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7b226ed View commit details
    Browse the repository at this point in the history
  185. fix: Do not append SHA256 when --ram-only-header

    When called with `--ram-only-header`, the ROM segments are hidden.
    In this case, the end of the first two visible segments (in RAM)
    is not the end of the image and is not suitable for appending the
    SHA256 digest.
    tmedicci authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4451e26 View commit details
    Browse the repository at this point in the history
  186. Configuration menu
    Copy the full SHA
    40621e2 View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    e491378 View commit details
    Browse the repository at this point in the history
  188. Configuration menu
    Copy the full SHA
    22b0381 View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    9bff02c View commit details
    Browse the repository at this point in the history
  190. Configuration menu
    Copy the full SHA
    ea4c69e View commit details
    Browse the repository at this point in the history
  191. Configuration menu
    Copy the full SHA
    2579e12 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    69b8ffa View commit details
    Browse the repository at this point in the history
  193. Configuration menu
    Copy the full SHA
    92e1b3a View commit details
    Browse the repository at this point in the history
  194. Configuration menu
    Copy the full SHA
    3c2c60b View commit details
    Browse the repository at this point in the history
  195. feat(espefuse): Adds efuse dump formats: separated(default) and unite…

    …d(new)
    
    Added features:
    - read cmds can be run after burn cmds
    - the dump cmd can be used to create a united efuse file in --virt mode
    - the dump cmd can be used a few times without changing original data
    - updated the doc
    KonstantinKondrashov authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    351d51d View commit details
    Browse the repository at this point in the history
  196. Configuration menu
    Copy the full SHA
    5339354 View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    d3651ac View commit details
    Browse the repository at this point in the history
  198. Configuration menu
    Copy the full SHA
    b2af8da View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    8681f0d View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    39768fb View commit details
    Browse the repository at this point in the history
  201. Configuration menu
    Copy the full SHA
    a1afaa5 View commit details
    Browse the repository at this point in the history
  202. Configuration menu
    Copy the full SHA
    7df0218 View commit details
    Browse the repository at this point in the history
  203. ci(pre-commit): Update version of commit-linter

    Update of conventional-commi-linter because of not
     working with Python version 3.12.
    UnicodeEncodeError: 'charmap' codec can't encode
    character '\u274c' in position 2: character maps
    to <undefined>
    Dzarda7 authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9388ff4 View commit details
    Browse the repository at this point in the history
  204. Configuration menu
    Copy the full SHA
    4cc923f View commit details
    Browse the repository at this point in the history
  205. feat(esp32c5): Add USB-serial/JTAG stub support

    - Enables USB-serial/JTAG stub
    - Enables USE_MAX_CPU_FREQ
    Dzarda7 authored and peterdragun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bce33d8 View commit details
    Browse the repository at this point in the history
  206. Configuration menu
    Copy the full SHA
    531c90c View commit details
    Browse the repository at this point in the history
  207. Configuration menu
    Copy the full SHA
    ef96323 View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    e8efc1e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    97d5224 View commit details
    Browse the repository at this point in the history