insane-adding-machines / frosted

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

Pthreads #99

Closed acardace closed 7 years ago

acardace commented 7 years ago

Issue #94 (finalize pthread implementation) Along the way there are other improvements such as compiler warnings removal and a couple of irq contexts have been stripped off because called when already in a syscall execution context.

danielinux commented 7 years ago

@ichigo663 - Please use 4 spaces indentation in scheduler.c and get rid of tabs, otherwise it's impossible to even start reviewing.

acardace commented 7 years ago

Reverted back to 4-spaces!