Buffer from Sam Grove changed to have static instead of dynamic memory allocation. Fixed size to 256B.
Dependents: BufferedSerialStatic
Fork of Buffer by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:e80960adb2ad | 2018-05-28 | goranirnas | Updated buffer to use static memory allocation. Buffer size 256B. |
6:89564915f2a7 | 2016-03-07 | sam_grove | Update class name to MyBuffer to avoid conflicting names with a class in the mbed library |
5:7b754354b99c | 2015-01-07 | ansond | updates to the default buffer sizing |
4:cd0a1f4c623f | 2013-06-26 | sam_grove | merged |
3:c2de0ddfe65b | 2013-06-26 | sam_grove | Allow any size of buffer |
2:d13a72146516 | 2013-05-23 | sam_grove | Optimized the use of _size and created _sizemask instead. Faster during normal operation. |
1:490224f41c09 | 2013-05-23 | sam_grove | Added documentation |
0:5e4bca1bd5f7 | 2013-05-10 | sam_grove | First version - implements basic functionality and overloaded members |