freeRTOS: shrink heap by half

A 128K reservation on a device with 256K of RAM is a bit demanding.
Shrink to fix a link error in a DebugRel build.
1 file changed
tree: a56665692fb3e04a45f6fc88e65e504004d6aeb9
  1. include/
  2. src/
  3. .gitmodules
  4. CMakeLists.txt
  5. FreeRTOS_Kernel_import.cmake
  6. pico_sdk_import.cmake
  7. README.md
README.md

Picoprobe

Picoprobe allows a Pico / RP2040 to be used as USB -> SWD and UART bridge. This means it can be used as a debugger and serial console for another Pico.

Documentation

Picoprobe documentation can be found in the Pico Getting Started Guide. See “Appendix A: Using Picoprobe”.