Commit Graph

24 Commits (35906e2ab17dba80c84fd06faa195b7e5edd675d)

Author SHA1 Message Date
midilab 4203dbb613 - added non freertos version as option for esp32 users 5 months ago
midilab c2cc95e30e - library interface suggestions for generic fallback support. 6 months ago
Ron de Ridder 90a66c34cc The timer handling changed in the ESP32 Arduino libraries, see documentation: 7 months ago
midilab 9d8865b024 remove freertos support(unstable so far) and make interrupted version the default only. update main example 1 year ago
doctea 3b2d17f5f8 update readme, remove debug, add some comments 1 year ago
doctea 91ed686ea8 proof-of-concept of a board-agnostic, simple micros()-check-based mode 1 year ago
doctea 6a8451f8d9 add rp2040 to library.properties; minor comment 1 year ago
doctea bb68563c55 update comment only 1 year ago
doctea 99d1845201 use interrupts instead of FreeRTOS tasks -- seems to work with both cores? 1 year ago
doctea 53419fa89c initial working proof-of-concept of rp2040 support 1 year ago
midilab 51b03d55b6 fix: callbacks trigger on tick 0 not skiped anymore 1 year ago
midilab a3aeae9c83 raise freertos task stack size for more room on clock ticks programming 1 year ago
midilab 2669ebf3e8 fix: samd compile problem 1 year ago
midilab 344ce3803a esp32: init task before timer 2 years ago
midilab 0a622830b3 esp32: change semaphore per task notification implementation for low latency response between clock signal and task action 2 years ago
midilab 78a503a629 enhance esp32 usage by hidding concurrency handle implementation using freertos task 2 years ago
midilab 9c08252ac3 esp32 EDGE timer interrupt not supported! removing. 2 years ago
midilab 81d1b01fc7 applying code guidelines for identation 2 years ago
midilab 69b9467cc1 comment notes updates 2 years ago
midilab 8904afff61 change implmementation from HAL to SMT32Duino official examples for timer usage 2 years ago
midilab 841a6ee68d implmemtation review 2 years ago
midilab 152943f514 added experimental support for stm32 boards using Hal library. organize platform independent code into a folder for easy time new ports and mantainance 2 years ago