log core/PRU.cpp @ 48:42a683058b6a newapi

age author description
2015-05-28 andrewm Major API overhaul. Moved to a single data structure for handling render functions. Functionally, generally similar except for scheduling within PRU loop function, which now uses interrupts from the PRU rather than polling. This requires an updated kernel. newapi
2015-05-19 Giulio Moro Fixed bug that was causing pointer corruption staging
2015-05-19 Giulio Moro Timers to measure performances, ultra experimental ultra-staging
2015-05-12 Giulio Moro GPIO pins are initialised as inputs by ARM to avoid spikes at startup, through gpio_set_dir. The buffers are set to 0x000ffff during initialisation. LastDigitalBuffer is staging
2015-05-05 Giulio Moro - persistency: the last frame of each digital and analogOut buffers is used to initialize all the frames in the next buffer. This means that once a value is set, the pin will hold the value until you change it matrix_gpio
2015-04-30 Giulio Moro Renamed matrixGpio to digital and matrix to analog matrix_gpio
2015-04-27 Giulio Moro - analog matrixIn/matrixOut are now mapped as floats from 0 to 1 matrix_gpio