Skip to content

sundarkrish/circular_buffer_autoresize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

circular_buffer_autoresize

This is an implementation of a circular buffer with all bytes usable(Usual method is to leave a byte empty to differentiate buffer full and buffer empty conditions).During write to buffer operation, the buffer resizes to double its previous size whenever a buffer full condition is reached, then performs a byte write.(In short : If no space space then the buffer makes some space,during write operation ) Resizing is limited to contraints like heap size that is mentioned in the linker script.Buffer reaches 'full' condition at this point and no more resize can happen.

  • IDE : MCUXPRESSO
  • BOARD USED : KL25Z FREEDOM BOARD

Reference :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages