Skip to content

szykes/multi-threading-LPC17xx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi threading on NXP LPC17xx

This is a very simple multi-threading solution on NXP LPC17xx. This means you can create multiple threads on NXP and my logic will do the scheduling and context swtiching for each thread.

I did this because I wanted to see my theory works in real. This is not a ful implementation, it misses some important features like: thread ID, storing the return value of thread, thread status, more advanced scheduling, custom stack address + size handling, MPU, etc.

This repo builds on LPC1769 LPCXpresso board.

About

This repo builds on LPC1769 LPCXpresso board.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages