Skip to content

Commit

Permalink
Merge pull request ARMmbed#11 from yennster/uart-new
Browse files Browse the repository at this point in the history
Serial_init progress and UART objects
  • Loading branch information
Jenny Plunkett authored Jun 26, 2018
2 parents 3067133 + b21f2be commit bd2fc26
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 452 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ extern "C" {
// TODO

typedef enum {
// TODO: need to define peripherals in device/CC3220SF.h
UART_0 = 0, //(int)CC3220SF_UART0_BASE,
UART_1 = 1 //(int)CC3220SF_UART1_BASE,
UART_0 = (int)CC3220SF_UARTA0_BASE,
UART_1 = (int)CC3220SF_UARTA1_BASE
} UARTName;

typedef enum {
Expand Down
Loading

0 comments on commit bd2fc26

Please sign in to comment.