Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/esp32-arduino-lib-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: HamzaHajeir/esp32-arduino-lib-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: my-release/v5.3
Choose a head ref

Commits on Aug 19, 2024

  1. Copy the full SHA
    8c2ee34 View commit details
  2. Copy the full SHA
    dda397c View commit details
  3. Copy the full SHA
    f757e7c View commit details
  4. Copy the full SHA
    e7412ce View commit details
  5. Copy the full SHA
    c021c0c View commit details
  6. Copy the full SHA
    8c53587 View commit details

Commits on Aug 20, 2024

  1. add(build): Add initial ESP32-P4 skeleton

    Chip is not selected by default and has only one memory and bootloader configuration. This is the minimum required to issue `build.sh -t esp32p4` which will currently fail, because Arduino support is not yet ready
    me-no-dev committed Aug 20, 2024
    Copy the full SHA
    807bddb View commit details

Commits on Aug 28, 2024

  1. Copy the full SHA
    958f8b0 View commit details

Commits on Aug 30, 2024

  1. Copy the full SHA
    b7394f9 View commit details

Commits on Aug 31, 2024

  1. Copy the full SHA
    f7cf4b4 View commit details

Commits on Sep 24, 2024

  1. feat(esp32p4): Build libs for ESP32-P4 (#221)

    * feat(esp32p4): Build libs for ESP32-P4
    
    * Add target to workflows
    
    * Enable in builds
    
    * Remove bluedroid patch
    
    * Add P4 to libspi
    
    * Add P4 mem variants
    lucasssvaz authored Sep 24, 2024
    Copy the full SHA
    fd55708 View commit details
  2. Copy the full SHA
    ce5121f View commit details

Commits on Sep 25, 2024

  1. Copy the full SHA
    cd44433 View commit details

Commits on Sep 26, 2024

  1. Copy the full SHA
    6c219b1 View commit details
  2. Copy the full SHA
    9960778 View commit details

Commits on Sep 30, 2024

  1. Update ESP-DL configuration

    me-no-dev committed Sep 30, 2024
    Copy the full SHA
    956d601 View commit details
  2. Copy the full SHA
    d1253b5 View commit details
  3. Copy the full SHA
    705ef60 View commit details
  4. Copy the full SHA
    cab451a View commit details
  5. Copy the full SHA
    e3d2928 View commit details
  6. Copy the full SHA
    8bc7ec5 View commit details

Commits on Oct 2, 2024

  1. Copy the full SHA
    5c2510f View commit details
  2. Copy the full SHA
    ac25609 View commit details
  3. Copy the full SHA
    8fb7dff View commit details

Commits on Oct 3, 2024

  1. Copy the full SHA
    0232d0a View commit details

Commits on Oct 10, 2024

  1. Copy the full SHA
    9919f9b View commit details
  2. Update tinyusb dcd_dwc2

    me-no-dev committed Oct 10, 2024
    Copy the full SHA
    11b9bf9 View commit details

Commits on Oct 15, 2024

  1. Copy the full SHA
    062283e View commit details
  2. Update dcd_dwc2.c

    me-no-dev committed Oct 15, 2024
    Copy the full SHA
    177dc97 View commit details

Commits on Oct 16, 2024

  1. Remove conditional inclusion of builder specified components

    CCACHE is very fast and it also causes issues with memory variants
    me-no-dev committed Oct 16, 2024
    Copy the full SHA
    d7b210b View commit details
  2. Do not use ESP-DL on P4

    me-no-dev committed Oct 16, 2024
    Copy the full SHA
    5aeba7c View commit details

Commits on Oct 17, 2024

  1. Copy the full SHA
    7b7b326 View commit details

Commits on Oct 22, 2024

  1. Fixes Matter over WiFi to disable OpenThread (#232)

    * Fixes Matter over WiFi to disable OpenThread
    
    * fix flag value
    
    * disables Matter Stack WiFi manager
    
    * rollback Matter WiFi Manager changes
    SuGlider authored Oct 22, 2024
    Copy the full SHA
    7080df0 View commit details
  2. Copy the full SHA
    e5e0324 View commit details

Commits on Oct 25, 2024

  1. Enable FreeRTOS Trace Facility (#234)

    * Enable FreeRTOS Trace Facility
    
    * Enable more statistics
    me-no-dev authored Oct 25, 2024
    Copy the full SHA
    7977581 View commit details

Commits on Oct 31, 2024

  1. fix(docker): Add docker tag to run scripts in 5.3 branch (#236)

    * fix(docker): Add docker tag to run scripts in 5.3 branch
    
    * Add additional info
    lucasssvaz authored Oct 31, 2024
    Copy the full SHA
    00ad145 View commit details

Commits on Nov 4, 2024

  1. Copy the full SHA
    aa2ae9f View commit details

Commits on Nov 5, 2024

  1. Adds lwip component

    HamzaHajeir committed Nov 5, 2024
    Copy the full SHA
    ffa7d0b View commit details
  2. Adds custom defconfig

    HamzaHajeir committed Nov 5, 2024
    Copy the full SHA
    6b0d198 View commit details
  3. Copy the full SHA
    6c4ce3f View commit details
  4. Github push workflow

    HamzaHajeir committed Nov 5, 2024
    Copy the full SHA
    a5661a4 View commit details
  5. Copy the full SHA
    1927da5 View commit details
  6. fk other workflows

    HamzaHajeir committed Nov 5, 2024
    Copy the full SHA
    a09bbaa View commit details
  7. Correct Arduino branch

    HamzaHajeir committed Nov 5, 2024
    Copy the full SHA
    0aa0488 View commit details
Showing with 11,040 additions and 845 deletions.
  1. +0 −39 .github/workflows/cron.yml
  2. +0 −161 .github/workflows/cron_build.yml
  3. +0 −102 .github/workflows/docker.yml
  4. +107 −70 .github/workflows/push.yml
  5. +0 −31 .github/workflows/repository_dispatch.yml
  6. +3 −0 .gitignore
  7. +3 −0 .gitmodules
  8. +2 −0 CMakeLists.txt
  9. +60 −13 build.sh
  10. +18 −10 components/arduino_tinyusb/Kconfig.projbuild
  11. +7 −0 components/arduino_tinyusb/include/tusb_config.h
  12. +20 −19 components/arduino_tinyusb/patches/dcd_dwc2.patch
  13. +159 −175 components/arduino_tinyusb/src/dcd_dwc2.c
  14. +266 −0 components/lwip/CMakeLists.txt
  15. +1,436 −0 components/lwip/Kconfig
  16. +1,538 −0 components/lwip/apps/dhcpserver/dhcpserver.c
  17. +167 −0 components/lwip/apps/ping/esp_ping.c
  18. +311 −0 components/lwip/apps/ping/ping.c
  19. +409 −0 components/lwip/apps/ping/ping_sock.c
  20. +276 −0 components/lwip/apps/sntp/sntp.c
  21. +192 −0 components/lwip/include/apps/dhcpserver/dhcpserver.h
  22. +141 −0 components/lwip/include/apps/dhcpserver/dhcpserver_options.h
  23. +112 −0 components/lwip/include/apps/esp_ping.h
  24. +305 −0 components/lwip/include/apps/esp_sntp.h
  25. +60 −0 components/lwip/include/apps/ping/ping.h
  26. +166 −0 components/lwip/include/apps/ping/ping_sock.h
  27. +16 −0 components/lwip/include/apps/sntp/sntp.h
  28. +27 −0 components/lwip/include/lwip/netdb.h
  29. +56 −0 components/lwip/include/lwip/sockets.h
  30. +138 −0 components/lwip/linker.lf
  31. +1 −0 components/lwip/lwip
  32. +211 −0 components/lwip/port/debug/lwip_debug.c
  33. +103 −0 components/lwip/port/esp32xx/include/arch/cc.h
  34. +12 −0 components/lwip/port/esp32xx/include/arch/perf.h
  35. +15 −0 components/lwip/port/esp32xx/include/arch/vfs_lwip.h
  36. +22 −0 components/lwip/port/esp32xx/include/sys/socket.h
  37. +73 −0 components/lwip/port/esp32xx/netif/dhcp_state.c
  38. +75 −0 components/lwip/port/esp32xx/no_vfs_syscalls.c
  39. +110 −0 components/lwip/port/esp32xx/vfs_lwip.c
  40. +89 −0 components/lwip/port/freertos/include/arch/sys_arch.h
  41. +585 −0 components/lwip/port/freertos/sys_arch.c
  42. +280 −0 components/lwip/port/hooks/lwip_default_hooks.c
  43. +194 −0 components/lwip/port/hooks/tcp_isn_default.c
  44. +17 −0 components/lwip/port/if_index.c
  45. +12 −0 components/lwip/port/include/arpa/inet.h
  46. +25 −0 components/lwip/port/include/debug/lwip_debug.h
  47. +93 −0 components/lwip/port/include/lwip_default_hooks.h
  48. +1,685 −0 components/lwip/port/include/lwipopts.h
  49. +29 −0 components/lwip/port/include/netdb.h
  50. +27 −0 components/lwip/port/include/netif/dhcp_state.h
  51. +14 −0 components/lwip/port/include/netinet/in.h
  52. +13 −0 components/lwip/port/include/netinet/tcp.h
  53. +47 −0 components/lwip/port/include/sntp/sntp_get_set_time.h
  54. +24 −0 components/lwip/port/include/sockets_ext.h
  55. +61 −0 components/lwip/port/linux/include/arch/cc.h
  56. +8 −0 components/lwip/port/linux/include/arch/vfs_lwip.h
  57. +6 −0 components/lwip/port/linux/include/net/if.h
  58. +16 −0 components/lwip/port/linux/include/sys/fcntl.h
  59. +13 −0 components/lwip/port/linux/include/sys/socket.h
  60. +65 −0 components/lwip/port/linux/vfs_lwip.c
  61. +108 −0 components/lwip/port/sockets_ext.c
  62. +37 −0 components/lwip/sdkconfig.rename
  63. +6 −0 components/lwip/test_apps/.build-test-rules.yml
  64. +8 −0 components/lwip/test_apps/CMakeLists.txt
  65. +2 −0 components/lwip/test_apps/README.md
  66. +4 −0 components/lwip/test_apps/main/CMakeLists.txt
  67. +334 −0 components/lwip/test_apps/main/lwip_test.c
  68. +11 −0 components/lwip/test_apps/pytest_lwip.py
  69. +25 −0 components/lwip/test_apps/sdkconfig.ci.lwip_debug
  70. +2 −0 components/lwip/test_apps/sdkconfig.defaults
  71. +16 −3 configs/builds.json
  72. +20 −1 configs/defconfig.common
  73. +3 −0 configs/defconfig.esp32c6
  74. +15 −0 configs/defconfig.esp32p4
  75. +2 −49 main/idf_component.yml
  76. +0 −12 patches/esp32c6_provisioning_bluedroid.diff
  77. +0 −24 patches/mmu_map.diff
  78. +1 −1 tools/add_sdk_json.py
  79. +65 −7 tools/archive-build.sh
  80. +24 −3 tools/config.sh
  81. +4 −6 tools/docker/README.md
  82. +4 −1 tools/docker/run.ps1
  83. +3 −1 tools/docker/run.sh
  84. +89 −0 tools/gen_pio_frmwk_manifest.py
  85. +86 −0 tools/gen_pio_lib_manifest.py
  86. +5 −2 tools/gen_platformio_manifest.py
  87. +3 −3 tools/gen_tools_json.py
  88. +54 −7 tools/install-arduino.sh
  89. +96 −10 tools/install-esp-idf.sh
  90. +14 −3 tools/prepare-ci.sh
  91. +78 −91 tools/push-to-arduino.sh
  92. +1 −1 tools/update-components.sh
39 changes: 0 additions & 39 deletions .github/workflows/cron.yml

This file was deleted.

161 changes: 0 additions & 161 deletions .github/workflows/cron_build.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/workflows/docker.yml

This file was deleted.

Loading