Skip to content

Commit 55062b5

Browse files
docs(mimxrt1064-evk) fixed some file headers.
Signed-off-by: Ali Eissa <ali.eissa.dev@gmail.com> Assisted-by: Google DeepMind Antigravity
1 parent 9cec8c9 commit 55062b5

15 files changed

Lines changed: 35 additions & 4 deletions

File tree

targets/NXP/MIMXRT1064-EVK/app/demos/netx_trng_console/client_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
* Contributors:
1111
* Ali Eissa - 2026 version.
12+
* Assisted-by: Google DeepMind Antigravity (Gemini 3.8 Flash)
1213
*/
1314

1415
#include <stdint.h>

targets/NXP/MIMXRT1064-EVK/app/demos/netx_trng_console/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
* Contributors:
1111
* Ali Eissa - 2026 version.
12+
* Assisted-by: Google DeepMind Antigravity (Gemini 3.8 Flash)
1213
*/
1314

1415
#include <stdint.h>

targets/NXP/MIMXRT1064-EVK/app/sysmem.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
* Contributors:
1111
* Ali Eissa - 2026 version.
12+
* Assisted-by: Google DeepMind Antigravity (Gemini 3.8 Flash)
1213
*/
1314

1415
#include "tx_api.h"

targets/NXP/MIMXRT1064-EVK/app/trng.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
* Contributors:
1111
* Ali Eissa - 2026 version.
12+
* Assisted-by: Google DeepMind Antigravity (Gemini 3.8 Flash)
1213
*/
1314

1415
#include "trng.h"

targets/NXP/MIMXRT1064-EVK/app/trng.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
* Contributors:
1111
* Ali Eissa - 2026 version.
12+
* Assisted-by: Google DeepMind Antigravity (Gemini 3.8 Flash)
1213
*/
1314

1415
#ifndef TRNG_H

targets/NXP/MIMXRT1064-EVK/lib/bsp/include/board_config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* https://opensource.org/licenses/MIT.
77
*
88
* SPDX-License-Identifier: MIT
9+
*
10+
* Contributors:
11+
* Ali Eissa - 2026 version.
12+
* Assisted-by: Google DeepMind Antigravity (Gemini 3.8 Flash)
913
*/
1014

1115
#ifndef BOARD_CONFIG_H

targets/NXP/MIMXRT1064-EVK/lib/bsp/src/bsp_board.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* https://opensource.org/licenses/MIT.
77
*
88
* SPDX-License-Identifier: MIT
9+
*
10+
* Contributors:
11+
* Ali Eissa - 2026 version.
12+
* Assisted-by: Google DeepMind Antigravity (Gemini 3.8 Flash)
913
*/
1014

1115
#include "bsp/board.h"

targets/NXP/MIMXRT1064-EVK/lib/bsp/src/bsp_console.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* https://opensource.org/licenses/MIT.
77
*
88
* SPDX-License-Identifier: MIT
9+
*
10+
* Contributors:
11+
* Ali Eissa - 2026 version.
12+
* Assisted-by: Google DeepMind Antigravity (Gemini 3.8 Flash)
913
*/
1014

1115
#include "bsp/console.h"

targets/NXP/MIMXRT1064-EVK/lib/bsp/src/bsp_led.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* https://opensource.org/licenses/MIT.
77
*
88
* SPDX-License-Identifier: MIT
9+
*
10+
* Contributors:
11+
* Ali Eissa - 2026 version.
12+
* Assisted-by: Google DeepMind Antigravity (Gemini 3.8 Flash)
913
*/
1014

1115
#include "bsp/led.h"

targets/NXP/MIMXRT1064-EVK/lib/bsp/src/bsp_memory.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* https://opensource.org/licenses/MIT.
77
*
88
* SPDX-License-Identifier: MIT
9+
*
10+
* Contributors:
11+
* Ali Eissa - 2026 version.
12+
* Assisted-by: Google DeepMind Antigravity (Gemini 3.8 Flash)
913
*/
1014

1115
#include "bsp/memory.h"

0 commit comments

Comments
 (0)