Commit graph

6 commits

Author SHA1 Message Date
f64dbda320 calculate cpu load with the ti-rtos clock
this is wholly innacurate as the baseline is the cpu usage on startup (high)
and the results are round to the nearest tick, which is 10% of the sample

does "work" though
2025-04-12 18:54:33 -04:00
281c0f68d5 calculate cpu usage with a hardware timer
had to bump the display stack size to keep snprintf from crashing
2025-04-12 18:40:26 -04:00
e8946f2a03 handle button input
config read/writes should be protected with a semaphore?

changing adc speed works somehow, might need to change to avoid unseen TI-RTOS clobbers
2025-04-12 17:57:48 -04:00
e1419da297 capture and process waveform 2025-04-10 12:31:14 -04:00
6b16664b22 switched to ccs12
implemented pwm and adc to ringbuffer on tirtos
2025-04-10 11:33:10 -04:00
c318ec3f35
added tirtos 2025-04-10 10:29:04 -04:00