Commit 01ea7b3
committed
esp32/machine_timer.c: Add find free timer id.
``id`` of -2 selects the ``id`` of a free timer.
Check the timer `id` range.
Check if the timer is already in use.
Signed-off-by: IhorNehrutsa <[email protected]>1 parent 2762fe6 commit 01ea7b3
File tree
14 files changed
+50
-21
lines changed- docs/library
- lib
- ports/esp32
14 files changed
+50
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
Submodule berkeley-db-1.xx updated 212 files
Submodule cyw43-driver updated 36 files
- .github/workflows/code_formatting.yml+1-2
- .github/workflows/tests_clang.yml-19
- firmware/cyw43_btfw_1yn.h-412
- firmware/cyw43_btfw_43439.h+505-576
- firmware/cyw43_btfw_4343A1.h-3
- firmware/w43439_sdio_1yn_7_95_59_combined.h-19.5k
- firmware/wifi_nvram_1yn.h-91
- firmware/wifi_nvram_43439.h+1-1
- src/cyw43.h+7-57
- src/cyw43_bthci_uart.c-331
- src/cyw43_config.h-50
- src/cyw43_ctrl.c+16-28
- src/cyw43_internal.h+1-4
- src/cyw43_ll.c+144-172
- src/cyw43_ll.h+6-5
- src/cyw43_lwip.c+6-15
- src/cyw43_sdio.c-6
- src/cyw43_spi.c-157
- src/cyw43_spi.h+3-2
- src/cyw43_stats.c+1-1
- tests/bthci_uart/Makefile-6
- tests/bthci_uart/cyw43_configport.h-56
- tests/bthci_uart/main.c-34
- tests/bthci_uart/test.exp-1.2k
- tests/debug_print/Makefile+1-2
- tests/debug_print/cyw43_configport.h+4-22
- tests/debug_print/main.c+4-18
- tests/debug_print/test.exp+2-31
- tests/mock_sdio.c+1-55
- tests/mock_uart.c-22
- tests/sdio/Makefile+1-5
- tests/sdio/cyw43_configport.h+4-22
- tests/sdio/main.c+4-18
- tests/sdio/test.exp+1-26
- tests/test_common.mk+2-5
- tools/ci.sh+4-25
Submodule libhydrogen updated 41 files
- .clang-format+44-114
- .github/workflows/ci.yml-53
- .github/workflows/codeql-analysis.yml+35-42
- .github/workflows/issues.yml-17
- .github/workflows/shiftleft-analysis.yml+17
- CITATION.cff-18
- LICENSE+1-1
- Makefile+1-1
- Makefile.arduino+1-2
- Makefile.chibios-43
- build.zig-21
- build.zig.zon-13
- hydrogen.c+1-2
- hydrogen.h+38-44
- impl/common.h+27-40
- impl/core.h+9-7
- impl/gimli-core.h+2-2
- impl/gimli-core/sse2.h+6-18
- impl/hash.h+8-8
- impl/hydrogen_p.h+12-12
- impl/kx.h+14-14
- impl/pwhash.h+6-6
- impl/random.h+15-29
- impl/random/avr.h+2-4
- impl/random/ch32.h-35
- impl/random/cheriot.h-22
- impl/random/chibios.h-23
- impl/random/esp32.h+1-6
- impl/random/linux_kernel.h-8
- impl/random/mbed.h+3-3
- impl/random/particle.h+1-1
- impl/random/rtthread.h-38
- impl/random/stm32.h-63
- impl/random/unix.h+2-2
- impl/random/zephyr.h-13
- impl/secretbox.h+11-11
- impl/sign.h+10-10
- impl/x25519.h+31-33
- library.properties+1-1
- meson.build-67
- tests/tests.c+13-13
Submodule mbedtls updated from 107ea89 to 981743d
Submodule micropython-lib updated 237 files
Submodule nxp_driver updated 3170 files
Submodule pico-sdk updated 1050 files
0 commit comments