Skip to content

Commit

Permalink
Revise copy right format for gen. chm file.
Browse files Browse the repository at this point in the history
Modify Readme, Revision hsitory and chm files.

Change-Id: I9d4a6e2bf2436ef69c0e6291fc65a7264ad2e31f
  • Loading branch information
YTLu0104 committed Sep 5, 2023
1 parent baef97c commit 526b09b
Show file tree
Hide file tree
Showing 21 changed files with 36 additions and 27 deletions.
Binary file modified Document/NuMicro M2354 Series Driver Reference Guide.chm
Binary file not shown.
Binary file modified Document/Revision History.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions Library/LCDLib/Include/lcdzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @version V1.00
* @brief RHE6616TP01(8-COM, 40-SEG, 1/4 Bias) LCD zone header file
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2022 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2022 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#ifndef __LCDZONE_H
#define __LCDZONE_H
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ To experience the powerful features of M2354 in few minutes, please refer to NuM
- CMSIS<br>
Cortex® Microcontroller Software Interface Standard (CMSIS) V5.0 definitions by ARM® Corp.

- CryptoAccelerator<br>
A C library that implements cryptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols.

- Device<br>
CMSIS compliant device header file.

Expand Down Expand Up @@ -100,6 +103,9 @@ To experience the powerful features of M2354 in few minutes, please refer to NuM
- mbedTLS<br>
An open source crypto library.

- mbedtls-3.1.0<br>
An open source crypto library.

- SX1276<br>
The Semtech SX1276 LoRa transceiver library.

Expand Down
Binary file modified Readme.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion SampleCode/CardReader/USBD_CCID/ccid.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @version V1.00
*
* @copyright SPDX-License-Identifier: Apache-2.0
* Copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
* @copyright Copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
******************************************************************************/
#ifndef __USBD_CCID_H__
#define __USBD_CCID_H__
Expand Down
2 changes: 1 addition & 1 deletion SampleCode/CardReader/USBD_CCID/ccid_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @brief USBD CCID interface header
*
* @copyright SPDX-License-Identifier: Apache-2.0
* Copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
* @copyright Copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#ifndef __CCID_IF_H__
#define __CCID_IF_H__
Expand Down
4 changes: 2 additions & 2 deletions SampleCode/Crypto/mbedTLS_RSA/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* $Date: 19/11/22 2:06p $
* @brief Show how mbedTLS RSA function works.
* @note
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include <stdio.h>
#include "NuMicro.h"
Expand Down
4 changes: 2 additions & 2 deletions SampleCode/Crypto/mbedTLS_SHA256/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* $Date: 19/11/22 2:06p $
* @brief Show how mbedTLS SHA256 function works.
* @note
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include <stdio.h>
#include "NuMicro.h"
Expand Down
3 changes: 2 additions & 1 deletion SampleCode/FreeRTOS/TicklessIdle/ParTest.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* @version V3.00
* @brief IRQ handlers and system initialzation
*
* @copyright (C) 2023 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2023 Nuvoton Technology Corp. All rights reserved.
******************************************************************************/


Expand Down
3 changes: 2 additions & 1 deletion SampleCode/FreeRTOS/TicklessIdle/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* @version V3.00
* @brief Show task delay with tickless idle
*
* @copyright (C) 2023 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2023 Nuvoton Technology Corp. All rights reserved.
******************************************************************************/
/* Standard includes. */
#include "string.h"
Expand Down
2 changes: 1 addition & 1 deletion SampleCode/ISP/ISP_I2C/targetdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @date 14, June, 2017
*
* @copyright SPDX-License-Identifier: Apache-2.0
* Copyright (C) 2017-2020 Nuvoton Technology Corp. All rights reserved.
* @copyright Copyright (C) 2017-2020 Nuvoton Technology Corp. All rights reserved.
******************************************************************************/
#ifndef __TARGET_H__
#define __TARGET_H__
Expand Down
4 changes: 2 additions & 2 deletions SampleCode/NuMakerIoT/BME680_and_LCD/m2354_bme680.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @version V3.00
* @brief Initialize the BME680 device and related functions in M2354.
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2019-2020 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2019-2020 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include "m2354_bme680.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @version V1.10
* @brief Target board EEPROM driver implementation. Using M252 APROM instead of eeprom.
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
Expand Down
4 changes: 2 additions & 2 deletions SampleCode/NuMakerIoT/LoRa_Master/LoRaNode/board/i2c-board.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @version V1.10
* @brief Target board I2C driver implementation
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include <stdio.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @version V1.00
* @brief M251 series UART driver source file
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/

#ifndef __NU_UART_H__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @version V1.10
* @brief Target board EEPROM driver implementation. Using M252 APROM instead of eeprom.
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
Expand Down
4 changes: 2 additions & 2 deletions SampleCode/NuMakerIoT/LoRa_Slave/LoRaNode/board/i2c-board.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @version V1.10
* @brief Target board I2C driver implementation
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include <stdio.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @version V1.00
* @brief M251 series UART driver source file
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/

#ifndef __NU_UART_H__
Expand Down
2 changes: 1 addition & 1 deletion SampleCode/StdDriver/TIMER_PWM_Brake/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @brief Demonstrate how to use Timer0 PWM brake function.
*
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2019-2020 Nuvoton Technology Corp. All rights reserved.
* @copyright Copyright (C) 2019-2020 Nuvoton Technology Corp. All rights reserved.
******************************************************************************/
#include <stdio.h>
#include "NuMicro.h"
Expand Down
3 changes: 2 additions & 1 deletion SampleCode/XOM/XOMLib/xomlibIAR.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* $Date: 16/10/17 2:06p $
* @brief Function pointer for XOM APIs.
* @note
* Copyright (C) 2018 Nuvoton Technology Corp. All rights reserved.
* @copyright SPDX-License-Identifier: Apache-2.0
* @copyright Copyright (C) 2018 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include "NuMicro.h"

Expand Down

0 comments on commit 526b09b

Please sign in to comment.