pabigot / bsp430

Board Support Package for MSP430 microcontrollers
http://pabigot.github.com/bsp430
BSD 3-Clause "New" or "Revised" License
38 stars 11 forks source link

cli utility incompatible with far code #54

Closed pabigot closed 11 years ago

pabigot commented 11 years ago

The command link structure supports storing a pointer which can be accessed by the handler. For iBSP430cliHandlerSimple this pointer is to a function, not a data object, resulting in errors when code and data pointers differ in size.