arduino-pico/libraries/rp2040
Earle F. Philhower, III 03e740a511
Add CPU cycle counter accessors (#226)
Use the 24-bit SYSTICK peripheral, wrapped in logic to extend it to a
full 32 or 64bits.  W/o the wrapper, SYSTICK will wrap around in ~100ms.

Adds rp2040.getCycleCount() and rp2040.getCycleCount64()

Clean up the libpico build process as crt0.S from the pico-sdk should
be directly used.

Clean up the keywords file.
2021-06-28 20:53:40 -07:00
..
examples Add CPU cycle counter accessors (#226) 2021-06-28 20:53:40 -07:00
dummy_rp2040.h Remove library warning in rp2040 dir 2021-03-21 11:27:37 -07:00
keywords.txt Correct analogReadTemp KEYWORD (#75) 2021-04-02 11:36:20 -07:00