nekromant / antares

antares uC buildsystem
211 stars 31 forks source link

Implement simple non-blocking ring buffer for communication over stlink #78

Closed Jauler closed 9 years ago

Jauler commented 9 years ago

Implemented non-blocking ring buffer for st-term.

nekromant commented 9 years ago

Thanks, sorry for getting late to merge it. Just one quick question before I merge it to experimental - have you also submitted a merge to st-term which resides in texane's st-utils repo (and is not maintained by me?).

Jauler commented 9 years ago

Yes, texane already merged it to master :). https://github.com/texane/stlink/commit/276ce60b092669e0e13d5d7cadcd345f63b642f6

P.S. found a little glitch with BSIZE definition in my code - fixed it.

nekromant commented 9 years ago

Thanks, merged!

Jauler commented 9 years ago

Awesome :)