-
Notifications
You must be signed in to change notification settings - Fork 26
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
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 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
…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 |
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.
- 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.
- added debug pins (to remove later)
Added LPM support by osekpause
- 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
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.