Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Revision 45:3d775a932e1d, committed 2012-11-22
- Comitter:
- emilmont
- Date:
- Thu Nov 22 16:04:31 2012 +0000
- Parent:
- 44:24d45a770a51
- Child:
- 46:890817bdcffb
- Commit message:
- Fix serial interrupt handler for LPC1768
Changed in this revision
Binary file LPC11U24/ARM/capi.ar has changed
Binary file LPC11U24/ARM/cmsis_nvic.o has changed
Binary file LPC11U24/ARM/cpp.ar has changed
Binary file LPC11U24/ARM/system_LPC11Uxx.o has changed
Binary file LPC11U24/uARM/capi.ar has changed
Binary file LPC11U24/uARM/cmsis_nvic.o has changed
Binary file LPC11U24/uARM/cpp.ar has changed
Binary file LPC11U24/uARM/system_LPC11Uxx.o has changed
Binary file LPC1768/ARM/capi.ar has changed
Binary file LPC1768/ARM/cmsis_nvic.o has changed
Binary file LPC1768/ARM/cpp.ar has changed
Binary file LPC1768/ARM/system_LPC17xx.o has changed
Binary file LPC1768/GCC_ARM/libcapi.a has changed
Binary file LPC1768/GCC_ARM/libcpp.a has changed
Binary file LPC1768/GCC_CR/libcapi.a has changed
Binary file LPC1768/GCC_CR/libcpp.a has changed
Binary file LPC1768/GCC_CS/libcapi.a has changed
Binary file LPC1768/GCC_CS/libcpp.a has changed
Binary file LPC2368/ARM/capi.ar has changed
Binary file LPC2368/ARM/cpp.ar has changed
--- a/serial_api.h Wed Nov 21 10:49:56 2012 +0000
+++ b/serial_api.h Thu Nov 22 16:04:31 2012 +0000
@@ -39,8 +39,8 @@
} SerialParity;
typedef enum {
- TxIrq,
- RxIrq
+ RxIrq,
+ TxIrq
} SerialIrq;
typedef void (*uart_irq_handler)(uint32_t id, SerialIrq event);
