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
A few redundants internal function declararions were eliminated, and replaced with the inclusion of the corresponding header. However, the problem lies with using macros to access internal functions. This makes forces me to make visible to the outside internal interaces. More... over 8 years ago
Implemented the replace context and set context userland and interrupt routines. Modified the system trap table and the universal trap handler to work with the new trap handler handling paradigm. More... over 8 years ago
Broad commit that includes a multitude of small changes, related to the advancement of the development of the port. Includes lots of work on the php generator files for the port, and the seed of the interrupt management code for the SPARC LEON III processor. More... over 8 years ago
Se hacen modificaciones en los archivos Os_Arch y Os_Internal_Arch, eliminado código específico de la arquitectura Cortex de donde se copiaron, limpiando el contenido, corrigiendo errores en el estilo para ubicar las definiciones en las secciones correctas. También se modificó universaltraphandler para que no desactive las interrupciones antes de llamar al service handler, ya que el código de OSEK asume que están activas. Por último pero importante, se creo la primera versión del código de inicialización de stack y contexto del tarea. More... over 8 years ago
Added the first version of the system trap table. More... over 8 years ago
Changed the names of the trap handlers by adding the "trap" word in them. More... over 8 years ago
Added a new sparc trap handler that can be used for any entry on the trap vector table that does not have a dedicated trap handler. More... over 8 years ago
Added the function declaration for the service routine that calls the debugger. More... over 8 years ago
A new service is added, one that calls the debugger (GDB/GRMON). More... over 8 years ago
The code for selecting the return address of the universal trap handler was improved so that it only re-executes the trapping instruction when returning from interrupting traps (external interrupts). More... over 8 years ago
Added a new assembler file with the service functions that provide low-level system services. More... over 8 years ago
Two errors in the code where fixed, both of them relating to the reboot system service. More... over 8 years ago
The definition of the syscall system services that can be carried through the syscal trap handler were defined in the header file for constants used in the assembler code. More... over 8 years ago
The universal handler return code was modified so that it works for both software traps and interrupting traps. More... over 8 years ago
Extended the code of the syscall trap by adding the cases of masking interrupts, unmasking interrupts and causing a reset trap. More... over 8 years ago
Corrected two sentences where the third register in the operation was missing. More... over 8 years ago
First version of the syscall trap handler. Right now the only service that has been implemented is the disable traps service. More... over 8 years ago
Base versions of the files that are needed for the port, mostly just copied as they are used on the Cortex port. More... over 8 years ago
Added a tentative version of an internal header file that contains constants for the low level assembler routines. More... over 8 years ago
Fixed the presence of a few tabulations replacing them with spaces. More... over 8 years ago
First versiones of some of the key assembler algorithms needed in order to handle window overflows and underflow traps, and more general traps/interrupts. More... over 8 years ago
#435 fix rtcs templates More... over 8 years ago
Merge pull request #434 from mabeett/432-example_lblinkinglwip-triggers-errorhook
cerdeiro
as Mariano Cerdeiro
More... over 8 years ago
#396, compile for every cygwin version and linux More... over 8 years ago
#396, define typedef with conditionals More... over 8 years ago
#396, sleeping_example now compile with ARCH x86 More... over 8 years ago
bugfix #432 RESOURCE = POSIXR for blinkink_lwip example More... over 8 years ago
ciaa/Firmware#414: bugfix to regression caused by #24 More... over 8 years ago
Merge pull request #31 from mabeett/414-blinking-on-ciaa-nxp More... over 8 years ago
ciaa/Firmware#414: bugfix to regression caused by #24 More... over 8 years ago