Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: CC1200-MorseEncoder CC1200-Examples
History
Update to v1.2
2021-05-03, by Jamie Smith [Mon, 03 May 2021 02:41:34 -0700] rev 5
Update to v1.2
Add fixed length packet support and other features needed for Morse support. Fix bug causing weird behavior with low sample rates (<1ksps). NOTE: you must now call setPacketMode() when configuring the radio.
2020-08-28, by Jamie Smith [Fri, 28 Aug 2020 15:39:31 -0700] rev 4
Add fixed length packet support and other features needed for Morse support. Fix bug causing weird behavior with low sample rates (<1ksps). NOTE: you must now call setPacketMode() when configuring the radio.
Fix compilation with Arm Compiler
2020-08-10, by Jamie Smith [Mon, 10 Aug 2020 01:47:24 -0700] rev 3
Fix compilation with Arm Compiler
Update to Mbed OS 6. Also fix CC1200::hasReceivedPacket, which has never actually worked until now (whoops)
2020-08-10, by Jamie Smith [Mon, 10 Aug 2020 01:30:40 -0700] rev 2
Update to Mbed OS 6. Also fix CC1200::hasReceivedPacket, which has never actually worked until now (whoops)
Add a few new features, fix issue with reading from wrong FIFO
2020-08-09, by Jamie Smith [Sun, 09 Aug 2020 23:39:21 -0700] rev 1
Add a few new features, fix issue with reading from wrong FIFO
Add initial version of driver
2020-06-30, by Jamie Smith [Tue, 30 Jun 2020 02:26:28 -0700] rev 0
Add initial version of driver
CC1200