|
Revision 17, 0.5 kB
(checked in by agr, 1 year ago)
|
README files
|
| Line | |
|---|
| 1 |
This directory contains common makefiles used by projects. |
|---|
| 2 |
|
|---|
| 3 |
Unlike most operating systems that can simply link precompiled libraries |
|---|
| 4 |
with your application, Nano-RK will need to recompile many kernel files |
|---|
| 5 |
each time you change kernel parameters. These specific compile |
|---|
| 6 |
time changes allow for a more compact kernel, but have the following |
|---|
| 7 |
side effects: |
|---|
| 8 |
|
|---|
| 9 |
1) Remember to make clean when you switch projects! |
|---|
| 10 |
2) Remember to make clean when you change kernel specific #defines |
|---|
| 11 |
-for example stack size, buffered uarts, different link layers etc |
|---|
| 12 |
|
|---|