Skip to content

Tags: kayas257/msp430_launchpad

Tags

log

Toggle log's commit message
Removing invalid check for ACK in I2C receive function

lesson_12

Toggle lesson_12's commit message
Removing invalid check for ACK in I2C receive function

lesson_4

Toggle lesson_4's commit message
Fixing delay calculation for blinking LED based on Jerry's comment

lesson_11

Toggle lesson_11's commit message
Implement stopwatch

* Modify timer library to add capture functionality
* Add stopwatch control to main menu

lesson_10

Toggle lesson_10's commit message
Implement ring buffer

 * Integrate ring buffer with UART RX
 * UART RX interrupt enabled & ISR implemented
 * HW multiplier disabled in compiler flags
 * Delay added to main loop (for demonstration purposes only)

lesson_9

Toggle lesson_9's commit message
Implementing UART driver and menu

* Adding new files for UART driver
* Adding new files for menu
* Initialize UART in board_init
* Add menu to main application

lesson_8

Toggle lesson_8's commit message
Implementing timer library

* Create timer library API
* Implement Timer_A1 ISR
* Initialize timer module for SMCLK and clock divider 2
* Modify application to use timer library

lesson_7

Toggle lesson_7's commit message
Changes for new build system

 * New src directory
 * New include directory
 * New makefile added
 * Main code split into modules
 * README updated
 * .gitignore update

lesson_6

Toggle lesson_6's commit message
Lesson 6 changes

* Configured ACLK to VLOCLK
* Implement watchdog functionality
* Implement P1.3 interrupt

lesson_5

Toggle lesson_5's commit message
Refactored checksum calculation