analogdevicesinc / Linduino

Code for the Linduino, An Arduino Uno-based board that is compatible with many Analog Devices evaluation boards
Other
101 stars 101 forks source link

Change uint16_t* to uint8_t* so that ISP code ports to all platforms … #50

Closed adimike closed 3 years ago

adimike commented 3 years ago

A company porting the code found that the existing cast failed and the pointer was at the wrong location. Changing to uint8_t* is more universal and works on a Mega 2650 and on the Rasp Pi Linux version.

adimike commented 3 years ago

Added support for extended commands and use by ISP processing.