Skip to content

Commit 4b8dbf6

Browse files
committed
all: Add copyright information.
Signed-off-by: lbuque <1102390310@qq.com>
1 parent 8db5d2a commit 4b8dbf6

File tree

518 files changed

+2335
-299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

518 files changed

+2335
-299
lines changed

examples/unit/angle/angle_core.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import os, sys, io
26
import M5
37
from M5 import *

examples/unit/env/env_cores3.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import os, sys, io
26
import M5
37
from M5 import *

examples/unit/lora_e220/lora_e220_rx_dial.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import os, sys, io
26
import M5
37
from M5 import *

examples/unit/lora_e220/lora_e220_tx_core2.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import os, sys, io
26
import M5
37
from M5 import *

examples/unit/rgb/rgb_core.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import os, sys, io
26
import M5
37
from M5 import *

m5stack/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Top-level cmake file for building MicroPython on ESP32.
26

37
cmake_minimum_required(VERSION 3.16)

m5stack/CMakeListsDefault.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Set location of base MicroPython directory.
26
if(NOT MICROPY_DIR)
37
get_filename_component(MICROPY_DIR ${PROJECT_DIR}/../micropython/ ABSOLUTE)

m5stack/CMakeListsLvgl.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Set location of base MicroPython directory.
26
if(NOT MICROPY_DIR)
37
get_filename_component(MICROPY_DIR ${PROJECT_DIR}/../micropython/ ABSOLUTE)

m5stack/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Makefile for MicroPython on ESP32.
26
#
37
# This is a simple, convenience wrapper around idf.py (which uses cmake).

m5stack/boards/M5STACK_4MB/mpconfigboard.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
set(SDKCONFIG_DEFAULTS
26
./boards/sdkconfig.base
37
./boards/sdkconfig.flash_4mb

0 commit comments

Comments
 (0)