This repo contains the libraries of Mbed for LPC1549 with following changes: - IAP commands. - EEPROM write and read. - UART write and read (public) - CAN can_s -> LPC_C_CAN0_Type *can

Committer:
gmatarrubia
Date:
Tue Apr 14 15:00:13 2015 +0200
Revision:
0:820a69dfd200
Initial repo. IAP commands, EEPROM write/read, UART write/read, CAN

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gmatarrubia 0:820a69dfd200 1 /* mbed Microcontroller Library - CMSIS
gmatarrubia 0:820a69dfd200 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
gmatarrubia 0:820a69dfd200 3 *
gmatarrubia 0:820a69dfd200 4 * A generic CMSIS include header, pulling in LPC8xx specifics
gmatarrubia 0:820a69dfd200 5 */
gmatarrubia 0:820a69dfd200 6
gmatarrubia 0:820a69dfd200 7 #ifndef MBED_CMSIS_H
gmatarrubia 0:820a69dfd200 8 #define MBED_CMSIS_H
gmatarrubia 0:820a69dfd200 9
gmatarrubia 0:820a69dfd200 10 #include "LPC15xx.h"
gmatarrubia 0:820a69dfd200 11 #include "cmsis_nvic.h"
gmatarrubia 0:820a69dfd200 12
gmatarrubia 0:820a69dfd200 13 #endif