| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| readme.txt | 2022-02-04 | 891 Bytes | |
| tech01_4.zip | 2022-02-04 | 64.8 kB | |
| tech01_3.zip | 2020-10-15 | 62.7 kB | |
| tech01_2.zip | 2018-05-27 | 62.5 kB | |
| tech01_1.zip | 2018-05-26 | 62.5 kB | |
| tech01.zip | 2018-05-23 | 62.1 kB | |
| Totals: 6 Items | 315.4 kB | 0 |
tech01_4 Project output structure is simplified Makefile is updated: - to allow for safe multithreaded builds by using appropriate target prerequisites - to reduce build time by using the same recipe for object and dependency files - to prepare project for stack analysis Stack analysis report is added as well as the necessary manual input Size of every stack is updated according to stack analysis tech01_3 Some parts, that seemed architecture independent, are moved to architecture dependent part as a result of porting to MIPS32 M4K (tech03) In every file reference to license is moved to the end tech01_2 Finalization of preemption process is moved to architecture dependent part of kernel to keep the same interface between kernel parts as in tech02 tech01_1 Slightly modified kernel_tick() to avoid unnecessary entires into area where nested IRQs are disabled