Commit Graph

24 Commits (1f5e2a944c79ba622701077c4b0850eb4c60950d)

Author SHA1 Message Date
Richard Barry 1f5e2a944c Add vSemaphoreDelete(), xTaskGetIdleTaskHandle(), xTimerGetTimerTaskHandle() API functions. Change vTickISR() to vPortTickISR(). Partially comment portmacro.h. All for the new MicroBlaze port. 14 years ago
Richard Barry 3d5656e37e Clean up some of the exception handling code in the new MicroBlaze port. 14 years ago
Richard Barry f90794f05a Comment the new MicroBlaze port layer files. 14 years ago
Richard Barry e46b2a304f Continue commenting the new MicroBlaze demo. 14 years ago
Richard Barry 832bbd38e1 Extend the exception handling functionality in the new MicroBlaze port. 14 years ago
Richard Barry 71b359154b Implementing exception handling in the new MicroBlaze port - still a work in progress. 14 years ago
Richard Barry 8b0ccf1444 New MicroBlaze port: Added a FreeRTOS exception handler, and installed it in each position in the exception table. The handler itself does not do much yet. 14 years ago
Richard Barry 4108061316 Complete the new comtest_strings.c file.
Somewhat optimise the calling of vTaskSwitchContext() from interrupts in the new MicroBlaze port to ensure it does not get called multiple times when more than one peripheral is called from the same interrupt.
14 years ago
Richard Barry a4de9fa8f6 Add in the comtest test tasks to the MicroBlaze demo. 14 years ago
Richard Barry c9b5f43d11 Add optional FPU support to the MicroBlaze code.
Rearrange the order in which registers are saved to the stack in an interrupt to make it more logical, and introduce #defines for the offset from the stack pointer for each variable.
14 years ago
Richard Barry 4d287dd1bf Small tidy up of the new MicroBlaze port layer. 14 years ago
Richard Barry 8d23799758 First pass changes to new MicroBlaze port layer done. No new functionality has yet been added. 14 years ago
Richard Barry cdac2c4f82 MicroBlaze demo nearly working - death tasks not yet integrated - still a work in progress. 14 years ago
Richard Barry 57653ee0ea Work on the Full build configuration for the MicroBlaze. Still a work in progress - not all tasks are running yet. 14 years ago
Richard Barry 78953066af Delete again. 14 years ago
Richard Barry 7a6dacf296 14 years ago
Richard Barry d487077d6e First phase of renaming portasm.s in the MicroBlaze port. 14 years ago
Richard Barry 4c80a9948e Tidy up the MicoBlaze port layer - still a work in progress. 14 years ago
Richard Barry 3e07dd4a03 Add a register test to the new MicroBlaze demo - still a work in progress. 14 years ago
Richard Barry 4cda2df265 MicroBlaze projects: Split build configurations into blinky and full. Implement partest.c. Everything still a work in progress. 14 years ago
Richard Barry ea5ec656f4 Continue work on MicroBlaze port - still very much a work in progress. 14 years ago
Richard Barry 1e5830a157 Continue work on MicroBlaze port - still very much a work in progress. 14 years ago
Richard Barry 67039f6065 Updating MicroBlaze port - work in progress. 14 years ago
Richard Barry 328a8b586f Updating MicroBlaze port - work in progress. 14 years ago