Skip to content

Commit 929db1b

Browse files
danieldegrassecarlescufi
authored andcommitted
samples: zperf: use systick timer for RT1050
Use systick timer for RT1050 to provide better performance than low frequency GPT timer Performance change (as tested with iperf on RT1050) TCP RX: 49.1Mbps->50.8Mbps TCP TX: 40.8Mbps->46.2Mbps Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent ee4a338 commit 929db1b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright 2022 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Use cortex systick as hardware timer */
8+
&systick {
9+
status = "okay";
10+
};
11+
12+
&gpt_hw_timer {
13+
status = "disabled";
14+
};

0 commit comments

Comments
 (0)