Commit Graph

17 Commits

Author SHA1 Message Date
Hardy Griech
03ee390ee6 adopted to new FreeRTOS 2023-08-10 21:05:28 +02:00
Hardy Griech
eeee8270c4 updated FreeRTOS 2023-08-01 20:58:25 +02:00
Hardy Griech
d588ade6a8 performance optimization 2023-07-14 17:58:01 +02:00
Hardy Griech
9130590a81 it works with multicore as well (wasn't sure before) 2023-06-29 22:52:21 +02:00
Hardy Griech
18256d6557 config 2023-06-29 13:05:01 +02:00
Hardy Griech
e5fafecc49 configUSE_TRACE_FACILITY must be enabled 2023-05-18 20:19:54 +02:00
Hardy Griech
e189c1f424 again with dual core 2023-05-09 16:31:22 +02:00
Hardy Griech
677a890f67 cleaning up 2023-05-09 16:19:56 +02:00
Hardy Griech
429a949adb config: give tasks big stacks 2023-05-09 12:03:12 +02:00
Hardy Griech
4322bac008 new OPT_PROBE_DEBUG_OUT 2023-05-06 18:50:35 +02:00
Hardy Griech
14ec894a28 playing around (without success) 2023-05-01 23:37:08 +02:00
Hardy Griech
4f222f605a - this is the very first version for PicoW which does LED blinking
- lot of problems with calling cyw43_arch_init() because it does not
  like affinity (but the USB task uses it)
- lwip needs a lot of RAM, so strip sigrok
2023-02-03 21:21:23 +01:00
Hardy Griech
d99bbed119 - using xTaskCreateAffinitySet() instead of xTaskCreate()
- other minor
2023-01-29 16:30:02 +01:00
Hardy Griech
166554d67b direct access to timer for runtime stats 2023-01-29 10:34:19 +01:00
Hardy Griech
a43051773d performance information if configUSE_TRACE_FACILITY=1 2023-01-28 22:28:11 +01:00
Hardy Griech
17b8b7fdc0 force tinyusb to use FreeRTOS mechanisms 2023-01-27 08:59:55 +01:00
Hardy Griech
ed56c6d79b moved config header 2023-01-27 07:07:08 +01:00