Recent changes to the Chirp Arduino SDK.
- Add support for Teensy boards (cortex-m4 hard float build)
- All functions have been renamed to
chirp_sdk*
fromchirp_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
becomeschirp_sdk_(set/get)_listen_to_self
. Be aware these are opposite meanings so don't forget to switchtrue
byfalse
and vice versa when updating your code.CHIRP_SDK_MEMORY_LEAK
error code has been added and is returned bydel_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
- Use high frequency oscillator in Nano 33 Sense examples
- Added support for cortex-m4 (Nano 33 Sense)
- Added send-only support for cortex-m0plus (MKRZero, MKR Vidor 4000)
- Build v3.3.0-rc1
- Build v3.2.9
- Optimised DSP for ESP32
- Build v3.2.8
- Significant memory improvements
- Build v3.2.5
- cortex-m4 architectures for MXChip