* Refactoring radio into the ts
* Moving the rest of the radio functionality to the TypeScript
* Removing sim implementation of old radio cpp
* Adding test script
* Removing handler key
* Rename internal functions
* PR feedback
* Refactoring to use event bus
* Enable gc and basic compilation fixes
* Add missing GC stuff
* Set microbit-dal version
* Disable jacdac in servo
* UTF fixes
* TS build fixes
* Auto-generated files update
* We only seem to have that much
* Fix for new new compiler
* Account for uninitialized scheduler
* Intialize memory allocator
* bump references
* updated package
* Set image tag, requires https://github.com/Microsoft/pxt/pull/5262
* updated project summaries
* Fixing block tests
* support for doubles in radio
* fix typos
* more docs
* more support
* fix build
* handle serial
* fix length
* fixing buffer allocation
* use same notation
* using decrRC
* Adding radio API for receiving a packet
* More new radio API changes
* renaming some properties
* Redoing radio packet parsing and updating new callback api