Просмотр исходного кода

ldgen: refactor generation tests and description addition

Renz Bagaporo 5 лет назад
Родитель
Сommit
7f18c948dc

+ 1 - 1
tools/ldgen/entity.py

@@ -1,5 +1,5 @@
 #
-# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2021 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

+ 1 - 1
tools/ldgen/fragments.py

@@ -1,5 +1,5 @@
 #
-# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2021 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

+ 1 - 1
tools/ldgen/generation.py

@@ -1,5 +1,5 @@
 #
-# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2021 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

+ 1 - 1
tools/ldgen/ldgen.py

@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2021 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

+ 1 - 1
tools/ldgen/ldgen_common.py

@@ -1,5 +1,5 @@
 #
-# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2021 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

+ 1 - 1
tools/ldgen/linker_script.py

@@ -1,5 +1,5 @@
 #
-# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2021 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

+ 1 - 1
tools/ldgen/output_commands.py

@@ -1,5 +1,5 @@
 #
-# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2021 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

+ 1 - 1
tools/ldgen/sdkconfig.py

@@ -1,5 +1,5 @@
 #
-# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2021 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

+ 1 - 1
tools/ldgen/test/test_entity.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # coding=utf-8
 #
-# Copyright 2018-2020 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2018-2020 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

+ 1 - 1
tools/ldgen/test/test_fragments.py

@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2021 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Разница между файлами не показана из-за своего большого размера
+ 796 - 840
tools/ldgen/test/test_generation.py


+ 1 - 1
tools/ldgen/test/test_output_commands.py

@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
+# Copyright 2021 Espressif Systems (Shanghai) CO LTD
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Некоторые файлы не были показаны из-за большого количества измененных файлов