Mercurial > hg > beaglert
log core/PRU.cpp @ 43:4cd9a8ca5745 staging
age | author | description |
---|---|---|
Tue, 19 May 2015 16:54:10 +0100 | Giulio Moro | Fixed bug that was causing pointer corruption staging |
Tue, 19 May 2015 16:41:07 +0100 | Giulio Moro | Timers to measure performances, ultra experimental ultra-staging |
Tue, 12 May 2015 23:48:37 +0100 | 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 |
Tue, 05 May 2015 17:28:00 +0100 | 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 |
Thu, 30 Apr 2015 16:58:41 +0100 | Giulio Moro | Renamed matrixGpio to digital and matrix to analog matrix_gpio |
Mon, 27 Apr 2015 13:01:57 +0100 | Giulio Moro | - analog matrixIn/matrixOut are now mapped as floats from 0 to 1 matrix_gpio |