Commit Graph

1765 Commits (96218c34a1435fc87014ef0605980bafdf84d6d1)
 

Author SHA1 Message Date
Richard Barry ebe6e14f25 Add extra tests into the regtest tasks.
Richard Barry ade2da38ed Clear the interrupt prior to servicing the interrupt - previously it was the other way around.
Richard Barry bf5cd55c55 Comment ready for release.
Richard Barry f39424feee Update commenting ready for release.
Richard Barry f73e663411 Rename PPC405 to PPC405_Xilinx.
Richard Barry 643c94a5a8 Rename PPC405 to PPC405_Xilinx.
Richard Barry 7008ebb8c9 PPC405 work in progress.
Richard Barry 39b68e7fc5 PPC405 work in progress.
Richard Barry ebcac1c4b5 PPC405 work in progress.
Richard Barry 8e856177c9 Modified uxTaskGetStackHighWaterMark() to take a parameter for the task to be checked, rather than just checking the stack of the calling task.
Richard Barry 47a7f0165b Modified uxTaskGetStackHighWaterMark() to take a parameter for the task to be checked, rather than just checking the stack of the calling task.
Richard Barry 6e59817356 Remove system.log from the repository.
Richard Barry dab366cd77 PPC405 work in progress.
Richard Barry 88548253ec New PPC405 port files.
Richard Barry 60bead5003 Remove warnings generated by new features.
Richard Barry 39f6b0b5de Add stack check macros.
Richard Barry 71ef3153ea Add trace macros.
Richard Barry b8b70528f4 Add trace macros.
Richard Barry 2b174e556c Add vTaskEnterCritical() and vTaskExitCritical() functions.
Richard Barry ebf69dab5d More work in progress (PPC).
Richard Barry 9a9cd41098 Basic cooperative reg test tasks working.
Richard Barry 3c2306ed72 Work in progress, for backup purposes only.
Richard Barry fedf9c7ba0 Add initial PPC405 files - this is a work in progress not a completed port.
Richard Barry 8c0260568e Add PPC definition.
Richard Barry 3e94695fb4 Update to V4.7.2.
Richard Barry 12e207f913 Remove unused project.
Richard Barry 1398ff5f3b Increase stack size.
Richard Barry 30eb33aa89 Change stack size depending on memory model.
Richard Barry c8de9a1cd8 Turn watchdog on.
Richard Barry 280a78ac5b Still trying to sort out weird symbolic linking between two partest.c files.
Richard Barry 6e9b21812b
Richard Barry 1e95bfc6b6
Richard Barry cf10f33866
Richard Barry ad75bb3b77 Change optimisation level.
Richard Barry 4ed46aaef9
Richard Barry 303fb84de3 Automatically adjust trace buffer size using sizeof().
Richard Barry 6bc6cc282d Tidy up 16bit Fujitsu port ready for release.
Richard Barry 95189f40d2
Richard Barry babd7f05f7 Remove obsolete code.
Richard Barry 125a9ef81d Correct cut and paste asm code.
Richard Barry 2855dbaa43
Richard Barry 2f75980fca Correct merge.
Richard Barry 7306d9b428 Correct comments.
Richard Barry c8b4248e5d Get the trace utility and co-routines working.
Richard Barry 91a1b614f8 Remove references to ulCriticalNesting from the register test tasks as the variable is no longer saved as part of the task context.
Richard Barry 79dd981500 Remove casts that were generating warnings (even though the casts were added to remove warnings with some compilers).
Richard Barry 61efe2504c Revert critical section handling back to the original method.
Richard Barry 991624461f Revert to original critical section handling method.
Richard Barry f44fc2c665 Change to use the configKERNEL_INTERRUPT_PRIORITY setting.
Richard Barry 89d7f37094 Remove unnecessary NOPs.