Skip to content
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

MSP430 port #32

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

MSP430 port #32

wants to merge 45 commits into from

Conversation

fbucafusco
Copy link

No description provided.

…recompilador, 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 bug relacionado con bug de hw. 
-
…he 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
… de IRQ de tipo 2.

- 1er Test Funcional TM 01 funcionando!
- 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.
- Avance con ejecucion de tests en cadena.
- FreeOSEK for MSP430 uses mspdebug to run tests (without gdb)
…os eventos.

- Se corrigen algunas cosas del .pl
- 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.
-
- reduction of stack size for some tests.
…sp430

- 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
@@ -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.

- 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
- added debug pins (to remove later)
- some  LPM corrections
- os isrs handlers rename
- 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