github earlephilhower/arduino-pico 2.0.0
Release 2.0.0 - FreeRTOS SMP and 133MHz default core speed

latest releases: 3.8.0, 3.7.2, 3.7.1...
2 years ago

Version 2.0.0 adds FreeRTOS SMP support thanks to @hfellner.

Normal applications will still use the default, non-RTOS
setup/loop and setup1/loop1, but for users who need preemptive
multitasking and multiple threads, FreeRTOS SMP can be used with
a simple #include <FreeRTOS.h>

Changes

  • Make default CPU speed 133MHz (#557)
  • FreeRTOS SMP support (#556, #555, #553, #533)
  • Change the RTD theme (#554)
  • Update SimpleTone.ino (#552)
  • Update docs, increase max analogWriteFreq to 1MHz (#551)
  • Add SoftwareSerial wrapper around SerialPIO (#548)
  • Add ::overflow() return to SerialUART/SerialPIO (#547)
  • Document the Generic RP2040 option (#546)

Don't miss a new arduino-pico release

NewReleases is sending notifications on new releases.