Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MSP430FR5994 BOOSTXL-CC1120-90 Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Energy-Driven Computing
MSP430FR5994 BOOSTXL-CC1120-90 Library
Commits
e0d0014f
"nanosoc/nanosoc_regions/sysio/verilog/nanosoc_region_sysio.v" did not exist on "7cd023e21b048882820d5a64649cc3e1bc5eef4e"
Commit
e0d0014f
authored
5 years ago
by
Edward Longman
Browse files
Options
Downloads
Patches
Plain Diff
Remove redefinition of HAL_ISR_FUNC and include hal_types instead
parent
384b2132
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/lib/hal_mcu/hal_fr5_timer.c
+2
-25
2 additions, 25 deletions
source/lib/hal_mcu/hal_fr5_timer.c
with
2 additions
and
25 deletions
source/lib/hal_mcu/hal_fr5_timer.c
+
2
−
25
View file @
e0d0014f
...
@@ -41,31 +41,8 @@
...
@@ -41,31 +41,8 @@
#include
"msp430.h"
#include
"msp430.h"
#include
"hal_timer.h"
#include
"hal_timer.h"
//#include "../radio_drv/hal_types.h"
#include
"../radio_drv/hal_types.h"
/*******************************************************************************
* GNU GCC specifics
*/
#if defined __GNUC__
#define CODE
#define XDATA
#define FAR
#define NOP() __no_operation()
#define HAL_ISR_FUNC_DECLARATION(f,v) \
void __attribute__((interrupt(v ## _VECTOR),used)) f(void)
#define HAL_ISR_FUNC_PROTOTYPE(f,v) \
void __attribute__((interrupt(v ## _VECTOR),used)) f(void)
#define HAL_ISR_FUNCTION(f,v) \
HAL_ISR_FUNC_PROTOTYPE(f,v); HAL_ISR_FUNC_DECLARATION(f,v)
typedef
unsigned
short
istate_t
;
/*******************************************************************************
* Other compilers
*/
#else
#error "Unsupported compiler"
#endif
unsigned
char
volatile
timer_event
;
unsigned
char
volatile
timer_event
;
unsigned
long
volatile
time_counter
=
0
;
unsigned
long
volatile
time_counter
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment