Skip to content

Conversation

@fbucafusco
Copy link

No description provided.

- 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
Copy link
Contributor

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.
@fbucafusco fbucafusco changed the title MSP430 1rt PullRequest MSP430 1st PullRequest Jul 11, 2016
@fbucafusco fbucafusco changed the title MSP430 1st PullRequest MSP430 port Jul 11, 2016
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants