File tree
363 files changed
+4662
-1420
lines changed- .github
- scripts
- workflows
- cores/esp32
- libb64
- docs/source
- _static
- api
- libraries
- HTTPClient/src
- RainMaker/examples/RMakerSonoffDualR3
- SD/src
- WiFi/src
- tools
- sdk
- esp32
- include
- config
- driver/include/driver
- efuse/include
- esp_netif/include
- esp_phy/include
- esp_timer/include
- freertos/port/xtensa/include/freertos
- hal
- esp32/include/hal
- include/hal
- lwip/port/esp32/include
- sdmmc/include
- soc/esp32/include/soc
- vfs/include
- ld
- lib
- esp32c3
- include
- config
- driver/include/driver
- efuse/include
- esp_netif/include
- esp_phy/include
- esp_timer/include
- freertos/port/riscv/include/freertos
- hal
- esp32c3/include/hal
- include/hal
- lwip/port/esp32/include
- sdmmc/include
- vfs/include
- ld
- lib
- esp32s2
- include
- arduino_tinyusb/tinyusb/src
- device
- portable
- mentor/musb
- st/stm32_fsdev
- synopsys/dwc2
- config
- driver/include/driver
- efuse/include
- esp_netif/include
- esp_phy/include
- esp_timer/include
- freertos/port/xtensa/include/freertos
- hal/include/hal
- lwip/port/esp32/include
- sdmmc/include
- usb/include/usb
- vfs/include
- ld
- lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
363 files changed
+4662
-1420
lines changedDiff for: .github/scripts/check-cmakelists.sh
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Diff for: .github/scripts/on-pages.sh
100644
100755
File mode changed.
Diff for: .github/scripts/on-push.sh
+1-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 5 | + | |
17 | 6 |
| |
18 | 7 |
| |
19 | 8 |
| |
|
Diff for: .github/workflows/gh-pages.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Diff for: .github/workflows/push.yml
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
54 |
| - | |
| 53 | + | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Diff for: .github/workflows/release.yml
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
|
Diff for: .travis.yml
-55
This file was deleted.
0 commit comments