From 013b2fb9c6927ae67facb102a3d937ed0f640311 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 29 Apr 2011 11:57:38 +0000 Subject: [PATCH] RC 1 of the Microsemi demos. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1402 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../mss_ethernet_mac/mss_ethernet_mac.c | 2 +- Demo/CORTEX_A2F200_SoftConsole/.cproject | 433 +++++++++++++++++- .../FreeRTOSConfig.h | 2 +- .../mss_ethernet_mac/mss_ethernet_mac.c | 4 +- 4 files changed, 435 insertions(+), 6 deletions(-) diff --git a/Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/drivers/mss_ethernet_mac/mss_ethernet_mac.c b/Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/drivers/mss_ethernet_mac/mss_ethernet_mac.c index 098e1d3b3..2b73d0657 100644 --- a/Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/drivers/mss_ethernet_mac/mss_ethernet_mac.c +++ b/Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/drivers/mss_ethernet_mac/mss_ethernet_mac.c @@ -1456,7 +1456,7 @@ void MSS_MAC_FreeTxBuffers( void ) MAC_release_buffer( ( unsigned char * ) g_mss_mac.tx_descriptors[ 0 ].buffer_1 ); /* Just to mark the fact that the buffer has already been released. */ - g_mss_mac.tx_descriptors[ 0 ].buffer_1 == NULL; + g_mss_mac.tx_descriptors[ 0 ].buffer_1 = NULL; } } } diff --git a/Demo/CORTEX_A2F200_SoftConsole/.cproject b/Demo/CORTEX_A2F200_SoftConsole/.cproject index bc7fc4936..07e7c98f1 100644 --- a/Demo/CORTEX_A2F200_SoftConsole/.cproject +++ b/Demo/CORTEX_A2F200_SoftConsole/.cproject @@ -30,6 +30,9 @@