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.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of COM_MNG_TMTC_SIMPLE_pl123 by
Revision 81:1a39e9e14771, committed 2016-01-19
- Comitter:
- ee12b079
- Date:
- Tue Jan 19 10:51:02 2016 +0000
- Parent:
- 80:b2155ba726c3
- Child:
- 82:c55f29ad4240
- Child:
- 84:b0f7a241ddf3
- Commit message:
- To be integrated with Krishan's code and later with anirudh's changes
Changed in this revision
| DefinitionsAndGlobals.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/DefinitionsAndGlobals.h Tue Jan 19 06:22:26 2016 +0000
+++ b/DefinitionsAndGlobals.h Tue Jan 19 10:51:02 2016 +0000
@@ -1,11 +1,14 @@
// **************DEFINITIONS*********************
-#define bypass_adf 1
+#define bypass_adf 0
// COM_RX
#define RX_TIMEOUT_LIMIT 0.5
- #define COM_RX_UART_TX PTE20 // For bypassing RX1M (SET BAUD RATE 1200) #define COM_RX_UART_TX USBTX
- #define COM_RX_UART_RX PTE21 // For bypassing RX1M (SET BAUD RATE 1200) #define COM_RX_UART_RX USBRX
+ //#define COM_RX_UART_TX PTE20 // For bypassing RX1M (SET BAUD RATE 1200) #define COM_RX_UART_TX USBTX
+ //#define COM_RX_UART_RX PTE21 // For bypassing RX1M (SET BAUD RATE 1200) #define COM_RX_UART_RX USBRX
+
+ #define COM_RX_UART_TX USBTX
+ #define COM_RX_UART_RX USBRX
// COMMON SPI
#define SPI_MOSI PTE1
