1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into features/portleon3 More... about 8 years ago
Merge branch 'master' into features/portleon3 More... about 8 years ago
Merge branch 'features/portleon3devel' into features/portleon3 More... about 8 years ago
Deleted the function declarations of the two syscall that were erased on the previous commit. More... about 8 years ago
Eliminated two interrupt level handling syscalls that were never used, and whose uses cases are now covered by sparcSystemSetProcessorInterruptLevel(). More... about 8 years ago
Deleted a couple of syscalls that were never actually used. More... about 8 years ago
Converted CallTask, JmpTask and SaveContext from functions to macros to reduce stack use. More... about 8 years ago
Merge branch 'features/portleon3fixfixmes' into features/portleon3 More... about 8 years ago
Dealt with several FIXMEs and TODOs. More... about 8 years ago
Merge branch 'features/portleon3fixcontextchanging' into features/portleon3 More... about 8 years ago
Changed default tick period from 1 ms to 10 ms, to decrease cpu load. More... about 8 years ago
Reduced the number of function calls and indirections that are needed to perform a task context change. More... about 8 years ago
Modified some of the context switching code for better protection against race conditions. More... about 8 years ago
Merge branch 'features/portleon3improvedcomments' into features/portleon3 More... about 8 years ago
Working on critical section protection functions. Corrected that Disable/EnableAllInterrupts were being incorrectly used instead of IntSecure_Start/End() on Os_Internal_Arch.c More... about 8 years ago
Improved internal comments on several LEON3 specific header files.. More... about 8 years ago
Improved internal comments on several header files. More... about 8 years ago
Improved the internal documentation of grlib.c. More... about 8 years ago
Improves the internal documentation of Os_Internal_Arch_Cpu.c More... about 8 years ago
Improved the comments on StartOs_Arch.c. More... about 8 years ago
Corrected the architecture name on the header Doxygen comments, replacing sparc for sparcV8. More... about 8 years ago
Improved the internal documentation of Os_Internal_Arch.c More... about 8 years ago
Corrected the address field width on the data register access macro. More... about 8 years ago
Added the device id and the register definitions of the APBVGA core of the GRLIB to grlib.h More... about 8 years ago
Increased the period of the alarms in some of the tests (al_01 to al_07, and eh_01) because they were causing unplanned task activations when the frequency was 40 Mhz or below. More... about 8 years ago
Increase the stack sizes of some other tests. With this change, disabling the timer interrupt, test run ok with the frequency down to 10 Mhz. More... about 8 years ago
Fix to correct the mapping of hardware timer indexes to counter IDs. More... about 8 years ago
The initialization order needed to be changed so that the StartOs_Arch() code is executed before IntSecure_Start() calls SuspendAllInterrupts(). More... about 8 years ago
Added code to ensure the atomicity of interrupt enable/disable handling routines. More... about 8 years ago
fix overflow in ciaaDriverDio.c with EDU-CIAA-NXP More... about 8 years ago