Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the Raw32 heap allocator to remove a memory merging bug. | inmarket | 2016-12-12 | 1 | -62/+50 |
| | | | | The new code has less allocation overhead but memory blocks are now not tracked while allocated. | ||||
* | Add ability to emulate malloc() and free() to prevent nasty hard to find ↵ | inmarket | 2015-11-27 | 1 | -0/+11 |
| | | | | link errors from C library routines that need malloc | ||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -1/+1 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Fixing compiler warning "assignment in condition" (ARMCC) | Joel Bodenmann | 2015-10-19 | 1 | -1/+2 |
| | |||||
* | Significant improvements in alternative scheduler. | inmarket | 2015-07-16 | 1 | -0/+195 |
Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7. |