lancaster-university / microbit-dal

http://lancaster-university.github.io/microbit-docs
Other
254 stars 130 forks source link

TODOs in code #271

Open whaleygeek opened 7 years ago

whaleygeek commented 7 years ago

FYI, here is a capture of the current list of TODO markers in the microbit-dal codebase:

MicroBitDevice.h

MicroBitFiber.h

MicroBitHeapAllocator.h

MicroBitRadio.h

MicroBitBLEManager.cpp // TODO: It would be much better to implement some sort of LRU/NFU policy here,

MicroBitDFUService.cpp // TODO: Raise a SYSTEM event here.

MicroBitHeapAllocator.cpp

DynamicPwm.cpp

MicroBitDisplay.cpp

MicroBitRadio.cpp

MicroBitImage.cpp

finneyj commented 7 years ago

Thanks @whaleygeek!

Some of these have been done already, so just need cleaning up in code. Others are more longer term concepts/optimizations that never quite got prioritized. great to bring these out here. I'll do a pass of these to separate these out.

Maybe we should turn some of these into "up for grabs" feature request issues...