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
Graph
3c317116391eb10afc8697c1edba89dc85683d30
Select Git revision
Branches
3
master
default
slow-lib-int
ti-sample-project
Tags
5
working-spi-in-main
working-timera1-delay-fast-wdt
working-timer-a1
working-uart-isr-lib
working-uart-wdt-report
8 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Sep
11
16
Jul
15
11
10
9
8
5
16
May
9
8
Add initialisation of range extender
slow-lib-int
slow-lib-int
Remove old code and realign
Reset radio and the configure radio on startup
Add new radio funtion to handle SRES which has a different SPI format
Correct port configurations
Add command strobe to CC112x radio over SPI
Reset all ports to output low before defining them for use. Move the unlock LPM5 outside setup. TODO: consider after other setups
Correct assignment of register with conversion from uint8 to uint16
Convert spi library to the setup of FR5994 eUSCIB1, add pull up to input
Disable interrupts which are not handled
working-spi-in-…
working-spi-in-main
Correct SPI config in main
Change Synonyms to better represent their contents for the fr59xx
Setup SPI in registers in main
Break out SPI for FR5994 board due to different config requirements
Add Config options for SPI
Add reset of SPI port
working-timera1…
working-timera1-delay-fast-wdt
Remove redefinition of HAL_ISR_FUNC and include hal_types instead
Add HAL_ISR definition for conformity, not from header file yet though
Speed up main WDT and change the main loop
Use lower initial timer value and make timer 250kHz, add P3.4 as timing output
Fix timer interrupt so it is not always blocking and remove UART delay
working-timer-a1
working-timer-a1
Force the interrupt type for unkn. reason and setup main to trigger the timer for the first time, only gets to the first time and then sticks in LPM0,
Correct TimerA0 interrupt, add logging of TA0C to UART, change LED indicator
With slower SCLK take away incorrect initialisation position
Move hal_mcu to library and change var name to stop clash
Add the used attribute to force inlclusion of isr from library
working-uart-is…
working-uart-isr-lib
Remove reliance on demo file
working-uart-wd…
working-uart-wdt-report
Add the UART library to normal compile so that it includes the ISR add some basic UART output
Fix the backchannel EUSCI number
move into msp_setup function
Make minimal watchdog interrupting example to build from
Correct typos of register names
Add libary usage to minimal example
ti-sample-project
ti-sample-project
Modify F5 to port it to FR5x
Modify F5 to port it to FR5x
Add uart_drv library to build
Copy F5_UART_INTF_USCIA1 section for conversion to FR5
Remove all UART Comms for now and correct source of hal_spi_xxx file
Change button port to avoid ISR Clash and use custom linking script
Write minimal code for running the MSP. Adjust Paths and options in MakeLists to ensure correct build
Loading