arduino-pico/tools/libpico
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
..
CMakeLists.txt Add CPU cycle counter accessors (#226) 2021-06-28 20:53:40 -07:00
make-libpico.sh Clean up directory organization, libpico build (#129) 2021-05-11 12:30:14 -07:00
pico_extras_import.cmake Clean up directory organization, libpico build (#129) 2021-05-11 12:30:14 -07:00
pico_sdk_import.cmake Clean up directory organization, libpico build (#129) 2021-05-11 12:30:14 -07:00
tusb_config.h Use correct tusb_config.h for built-in usb (pico-sdk) (#219) 2021-06-26 09:37:41 -07:00