Skip to content

Releases: chirp/chirp-arduino

3.4.1

09 Dec 17:38
de8c136
Compare
Choose a tag to compare
  • Add support for Teensy boards (cortex-m4 hard float build)

v3.4.0

18 Sep 16:29
Compare
Choose a tag to compare
  • All functions have been renamed to chirp_sdk* from chirp_connect*
  • chirp_sdk_get_heap_usage has been added. This gives you the current dynamic memory allocated and used at any time by the SDK.
  • chirp_connect_pause has been removed.
  • chirp_connect_as_string has been removed. You can find alternatives on our Payload page.
  • chirp_sdk_(set/get)_auto_mute becomes chirp_sdk_(set/get)_listen_to_self. Be aware these are opposite meanings so don't forget to switch true by false and vice versa when updating your code.
  • CHIRP_SDK_MEMORY_LEAK error code has been added and is returned by del_chirp_sdk when some memory leaks occur when deleting the SDK.
  • CHIRP_SDK_RECEIVING_NOT_AVAILABLE error code has been added and is returned when trying to use decoding features with a library which is send only.
  • Core build v3.3.1

3.3.1

22 Aug 08:39
9225c39
Compare
Choose a tag to compare
  • Use high frequency oscillator in Nano 33 Sense examples

3.3.0

09 Aug 21:55
Compare
Choose a tag to compare
  • Added support for cortex-m4 (Nano 33 Sense)
  • Added send-only support for cortex-m0plus (MKRZero, MKR Vidor 4000, etc)
  • Build v3.3.0-rc1

3.2.0

14 Mar 18:34
35d6863
Compare
Choose a tag to compare
  • Build v3.2.9
  • Optimised DSP for ESP32

3.1.0

12 Mar 16:28
eb585e3
Compare
Choose a tag to compare
  • Build v3.2.8
  • Significant memory improvements
  • Support for ESP32 devices

3.0.0

15 Feb 09:59
Compare
Choose a tag to compare
  • Build v3.2.5
  • cortex-m4 architectures for MXChip