-
Couldn't load subscription status.
- Fork 26
MSP430 port #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
fbucafusco
wants to merge
45
commits into
ciaa:master
Choose a base branch
from
fbucafusco:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
MSP430 port #32
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nicion de ISR(x) en os.h es condicional
- se corrigen algunas cosas para los tests
- cambio minimo
- se agrega al makefile del test para msp430 una definicion para el precompilador, para que genere diferencias en la compilacion de algunos objetos. - se modifica la generacion del array para los stacks de cada tarea. para msp430, se definen como uint16
- Se corrige context switch para msp430
- cambios en manejo de irq en diferentes lugares del codigo
- se corrigen bugs en interrupciones de cambio de contexto y de tick. - se corrige bug relacionado con bug de hw. -
- Post and Pre ISR2 macro/functiones are called parametrized egains the IRQ handler that is executed. - The array where each architecture defines the IRQ handler list, is placed in a separated file than Os_Internal_Arch_Cfg.c.php
- Se agrega funcion PreIsr2_Arch() y se ejecuta en todas los handlers de IRQ de tipo 2. - 1er Test Funcional TM 01 funcionando!
- se mejoran algunos phps y se implementa el wrapper de las irq tipo 1
- se resuelve el tema de las IRQ de tipo 2. - Ahora se limpian flags pendientes dentro de PostIsr2_Arch y no en "Pre...". Eso permite al usuario evaluar cual es la IRQ pendiente, en el handler definido por él.
- Modificaciones para MSP430-GCC 4_00_01_00 - Avance con ejecucion de tests en cadena.
Correccion de migracion anterior
- deplaced some assembly lines for intrinsic functions defined by TI. - FreeOSEK for MSP430 uses mspdebug to run tests (without gdb)
- se mejora el generador, rspecto de la parte que asigna flags para los eventos. - Se corrigen algunas cosas del .pl
- minimum changes
- Bug in event definition generation, resolved - Change in the way of generate exceptions - Added ALARM_COUNT in Os_Internal_Cfg - Added conditional compilation of alarms objects (Const and Var) if ALARM_COUNT=0 - Added conditional compilation of resource objects (Const and Var) if RESOURCE_COUNT=0 - For MSP430 ISR(x) validation was added. In case the user writes down a wrong ISR name, an exception ocurr. -
- correcciones de bugs
- se remueve bug
- bugs corrections - reduction of stack size for some tests.
- se modifican IntSecureXXX
- debug script for testing is places within each project folder for msp430 - add nop after dint instruction for msp430 - the watchdog is disabled after reset instead within Os' start functions for msp430 - updated internal arch routines for msp430
- add clearing iinterrupt flags for ISR Type 1.
src/Schedule.c
Outdated
| @@ -1,5 +1,6 @@ | |||
| /* Copyright 2008, 2009, 2014, 2015 Mariano Cerdeiro | |||
| * Copyright 2014, ACSE & CADIEEL | |||
| * Copyright 2016, Franco Bucafusco | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pusiste tu copyright entre el del acse, ponelo abajo mejor luego de los links o antes, tambien agrega all rights reserved.
- fix trailing spaces - added "All Rights Reserved" where missing. - Remove some empty lines - Added EOF line where missing - Remove History - Corrected identation. - Added missing definitions for some arch.
minor changes
- many context change corrections - added debug pins (to remove later)
Removed naked attribute from ISR where not needed Added LPM support by osekpause
- remove debug lines - some LPM corrections
- comments - os isrs handlers rename
- change the default sr fo allow fll to be enabled - change the working frequency to 25MHz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.