insane-adding-machines / frosted

Frosted: Free POSIX OS for tiny embedded devices
GNU General Public License v2.0
215 stars 39 forks source link

stdout buffer lost if fflush() is not called before exiting a task #10

Closed danielinux closed 8 years ago

danielinux commented 8 years ago

looks like libc's printf should call fflush() upon task exit.

danielinux commented 8 years ago

seems fixed with the new scheduler