Skip to content

Commit

Permalink
Merged mss-ethernet-mac example projects tag 1.8.111.
Browse files Browse the repository at this point in the history
  • Loading branch information
mallynch committed Aug 27, 2021
2 parents b2131c5 + 819e217 commit 3e45221
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ SIZE_OF_COMMON_HART_MEM = 4k;
* each hart's application function, e51(), u54_1(), u54_2(), u54_3(), u54_4().
*/
STACK_SIZE_E51_APPLICATION = 8k;
STACK_SIZE_U54_1_APPLICATION = 1k;
STACK_SIZE_U54_1_APPLICATION = 8k;
STACK_SIZE_U54_2_APPLICATION = 8k;
STACK_SIZE_U54_3_APPLICATION = 1k;
STACK_SIZE_U54_4_APPLICATION = 1k;
STACK_SIZE_U54_3_APPLICATION = 8k;
STACK_SIZE_U54_4_APPLICATION = 8k;

SECTIONS
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ mss_mac_cfg_t g_mac_config;
*/


#define TEST_SW_INT 1
//#define TEST_SW_INT 1

#ifdef TEST_SW_INT
volatile uint32_t count_sw_ints_h0 = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SIZE_OF_COMMON_HART_MEM = 4k;
* each hart's application function, e51(), u54_1(), u54_2(), u54_3(), u54_4().
*/
STACK_SIZE_E51_APPLICATION = 8k;
STACK_SIZE_U54_1_APPLICATION = 1k;
STACK_SIZE_U54_1_APPLICATION = 8k;
STACK_SIZE_U54_2_APPLICATION = 8k;
STACK_SIZE_U54_3_APPLICATION = 1k;
STACK_SIZE_U54_4_APPLICATION = 1k;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ mss_mac_cfg_t g_mac_config;
*/


#define TEST_SW_INT 1
//#define TEST_SW_INT 1

#ifdef TEST_SW_INT
volatile uint32_t count_sw_ints_h0 = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ SIZE_OF_COMMON_HART_MEM = 4k;
* each hart's application function, e51(), u54_1(), u54_2(), u54_3(), u54_4().
*/
STACK_SIZE_E51_APPLICATION = 8k;
STACK_SIZE_U54_1_APPLICATION = 1k;
STACK_SIZE_U54_1_APPLICATION = 8k;
STACK_SIZE_U54_2_APPLICATION = 8k;
STACK_SIZE_U54_3_APPLICATION = 1k;
STACK_SIZE_U54_4_APPLICATION = 1k;
STACK_SIZE_U54_3_APPLICATION = 8k;
STACK_SIZE_U54_4_APPLICATION = 8k;

SECTIONS
{
Expand Down

0 comments on commit 3e45221

Please sign in to comment.