aethaniel / ExperimentalCore-sam

Experimental new core for Arduino Due and other Atmel SAM boards
GNU Lesser General Public License v2.1
16 stars 10 forks source link

Rewrite RingBuffer #29

Open aethaniel opened 8 years ago

aethaniel commented 8 years ago

RingBuffer/FIFO should be a cross-architecture service API. There are different implementations between SAM and SAMD cores which shall me unified and improved. The one from SAM core exports its variables members instead of methods in order to manage the process.