• Earle F. Philhower, III's avatar
    Add CPU cycle counter accessors (#226) · 03e740a5
    Earle F. Philhower, III authored
    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.
    03e740a5
CMakeLists.txt 1.39 KB