47 Commits
Author SHA1 Message Date
Khoi Hoang 45c4aca9e9 Update README.md 2022-12-04 21:53:27 -05:00
Khoi Hoang fbac2f8a3b Update changelog.md 2022-12-04 21:53:06 -05:00
Khoi Hoang df10f8d531 Update README.md and use allman astyle 2022-11-18 21:55:30 -05:00
Khoi Hoang f9b2692779 Update .github 2022-11-18 21:54:50 -05:00
Khoi Hoang 7db4a62cb4 Fix Codespell complaints 2022-11-17 21:55:16 -05:00
Khoi Hoang 1dfedfeb81 Add files via upload 2022-11-17 20:48:03 -05:00
Khoi Hoang 511ab8846e Update .github 2022-11-17 19:16:54 -05:00
Khoi Hoang 3414e92753 Add files via upload 2022-11-17 19:16:40 -05:00
Khoi Hoang d238261964 For allman astyle 2022-11-11 18:09:46 -05:00
Khoi Hoang 848a1d5b7e Update platformio.ini for arduino-pico core 2022-11-11 18:09:29 -05:00
Khoi Hoang 2b37b5925d Update .github v1.3.1 2022-09-29 22:06:40 -04:00
Khoi Hoang 6b319e531f v1.3.1 using float for interval
### Releases v1.3.1

1. Using `float` instead of `ulong` for better interval accuracy
2022-09-29 22:06:10 -04:00
Khoi Hoang b7d8f4b4b7 v1.3.1 using float for interval
### Releases v1.3.1

1. Using `float` instead of `ulong` for better interval accuracy
2022-09-29 22:03:58 -04:00
Khoi Hoang f010d88221 Update .github v1.3.0 2022-09-25 19:41:54 -04:00
Khoi Hoang b99aafc23a v1.3.0 to fix severe bug affecting start time
### Releases v1.3.0

1. Fix  affecting time between the starts. Check [Enable fixed timing between timer calls (vs fixed time btw. end of timer call and next call as implemented) #3](https://github.com/khoih-prog/RPI_PICO_TimerInterrupt/issues/3)
2022-09-25 19:41:28 -04:00
Khoi Hoang f2ca9ced6e Fix typo 2022-02-08 21:29:52 -05:00
Khoi Hoang 45f0418bfe Add buymeacoffee
Finally, in need of some real coffee ;=))
2022-02-03 19:09:12 -05:00
Khoi Hoang 090eadf7ba v1.2.0 to fix multiple-definitions linker error
### Releases v1.2.0

1. Fix `multiple-definitions` linker error. Drop `src_cpp` and `src_h` directories
2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project.
3. Optimize library code by using `reference-passing` instead of `value-passing`
4. Update all examples
v1.2.0
2022-01-22 00:37:49 -05:00
Khoi Hoang 08b28e29c3 v1.2.0 to fix `multiple-definitions linker error
### Releases v1.2.0

1. Fix `multiple-definitions` linker error. Drop `src_cpp` and `src_h` directories
2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project.
3. Optimize library code by using `reference-passing` instead of `value-passing`
4. Update all examples
2022-01-22 00:35:04 -05:00
Khoi Hoang 44c3602009 v1.2.0 to fix multiple-definitions linker error
### Releases v1.2.0

1. Fix `multiple-definitions` linker error. Drop `src_cpp` and `src_h` directories
2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project.
3. Optimize library code by using `reference-passing` instead of `value-passing`
4. Update all examples
2022-01-22 00:32:59 -05:00
Khoi Hoang 8b4f5220e6 Delete TimerInterrupt_Generic_Debug.h 2022-01-22 00:31:39 -05:00
Khoi Hoang 3c0d65a3ad Delete RPi_Pico_TimerInterrupt.h 2022-01-22 00:31:35 -05:00
Khoi Hoang 3d0e9831b3 Delete RPi_Pico_ISR_Timer.h 2022-01-22 00:31:31 -05:00
Khoi Hoang 7f5d92deab Delete RPi_Pico_ISR_Timer-Impl.h 2022-01-22 00:31:27 -05:00
Khoi Hoang 8fab85d670 Delete TimerInterrupt_Generic_Debug.h 2022-01-22 00:31:20 -05:00
Khoi Hoang e764e8fb1a Delete RPi_Pico_TimerInterrupt.h 2022-01-22 00:31:16 -05:00
Khoi Hoang 0747f36f22 Delete RPi_Pico_ISR_Timer.h 2022-01-22 00:31:11 -05:00
Khoi Hoang 05c0eef7cd Delete RPi_Pico_ISR_Timer.cpp 2022-01-22 00:31:05 -05:00
Khoi Hoang 891bf52cb5 v1.1.1 to fix platform
### Releases v1.1.1

1. Fix platform in `library.json`
v1.1.1
2021-10-22 17:04:19 -04:00
Khoi Hoang d897d409ff v1.1.1 to fix platform
### Releases v1.1.1

1. Fix platform in `library.json`
2021-10-22 17:03:29 -04:00
Khoi Hoang 151c3792fc v1.1.1 to fix platform
### Releases v1.1.1

1. Fix platform in `library.json`
2021-10-22 17:02:41 -04:00
Khoi Hoang 895091a6d8 Add strict option for PIO
; Checks for the compatibility with frameworks and dev/platforms
lib_compat_mode = strict
2021-10-04 19:23:20 -04:00
Khoi Hoang 9670667e07 Update README.md 2021-08-12 16:37:24 -04:00
Khoi Hoang c1026db079 Add files via upload 2021-07-30 15:54:13 -04:00
Khoi Hoang 6d2412afc5 Create auto-github-actions.yml 2021-07-19 20:13:44 -04:00
Khoi Hoang 5efac17f1d v1.1.0 to add support to new boards
### Releases v1.1.0

1. Add support to new boards (**ADAFRUIT_ITSYBITSY_RP2040, ADAFRUIT_QTPY_RP2040, ADAFRUIT_STEMMAFRIEND_RP2040, ADAFRUIT_TRINKEYQT_RP2040, ADAFRUIT_MACROPAD_RP2040, SPARKFUN_PROMICRO_RP2040, etc.**) using the arduino-pico core
2. Add `ISR_16_Timers_Array_Complex` examples.
3. Fix examples' bug
v1.1.0
2021-06-10 23:33:07 -04:00
Khoi Hoang 712c22a676 v1.1.0 to add support to new boards
### Releases v1.1.0

1. Add support to new boards (**ADAFRUIT_ITSYBITSY_RP2040, ADAFRUIT_QTPY_RP2040, ADAFRUIT_STEMMAFRIEND_RP2040, ADAFRUIT_TRINKEYQT_RP2040, ADAFRUIT_MACROPAD_RP2040, SPARKFUN_PROMICRO_RP2040, etc.**) using the arduino-pico core
2. Add `ISR_16_Timers_Array_Complex` examples.
3. Fix examples' bug
2021-06-10 23:26:48 -04:00
Khoi Hoang 92da992ddd v1.0.1 to match arduino-pico core v1.4.0
### Releases v1.0.1

1. Update README and Packages' Patches to match arduino-pico core v1.4.0
v1.0.1
2021-05-18 16:10:48 -04:00
Khoi Hoang ee1c730ad8 Update Packages' Patches 2021-05-18 15:54:42 -04:00
Khoi Hoang af9e9c86a6 Update to reflex new arduino-pico core v1.4.0 2021-05-18 13:31:14 -04:00
Khoi Hoang 240d9483ea Update README.md 2021-05-18 13:17:56 -04:00
Khoi Hoang 4fad04dad1 Releases v1.0.0 to support RP2040-based boards
### Initial Releases v1.0.0

1. Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO. etc. using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico)
v1.0.0
2021-05-11 21:20:26 -04:00
Khoi Hoang 4536cb406f Releases v1.0.0 to support RP2040-based boards
### Initial Releases v1.0.0

1. Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO. etc. using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico)
2021-05-11 21:12:50 -04:00
Khoi Hoang bc3e339bb0 Releases v1.0.0 to support RP2040-based boards
### Initial Releases v1.0.0

1. Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO. etc. using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico)
2021-05-11 21:07:02 -04:00
Khoi Hoang 891a21367d Releases v1.0.0 to support RP2040-based boards
### Initial Releases v1.0.0

1. Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO. etc. using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico)
2021-05-11 20:59:58 -04:00
Khoi Hoang 2b7eda08c4 Update issue templates 2021-05-11 20:58:50 -04:00
Khoi Hoang 5e6d0251b3 Releases v1.0.0 to support RP2040-based boards
### Initial Releases v1.0.0

1. Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO. etc. using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico)
2021-05-11 20:58:08 -04:00