Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions targets/TARGET_NUVOTON/TARGET_M480/objects.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* mbed Microcontroller Library
* Copyright (c) 2015-2016 Nuvoton
* Copyright (c) 2015-2019 Nuvoton
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -118,10 +118,6 @@ struct pwmout_s {
uint32_t pulsewidth_us;
};

struct trng_s {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be worth updating the Copyright (c) year at the beginning of these files (TARGET_M480/objects.h and TARGET_NUC472/objects.h).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed year to 2019.

uint8_t dummy;
};

struct can_s {
CANName can;
PinName pin_rd;
Expand Down
88 changes: 0 additions & 88 deletions targets/TARGET_NUVOTON/TARGET_M480/trng_api.c

This file was deleted.

6 changes: 1 addition & 5 deletions targets/TARGET_NUVOTON/TARGET_NUC472/objects.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* mbed Microcontroller Library
* Copyright (c) 2015-2016 Nuvoton
* Copyright (c) 2015-2019 Nuvoton
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -114,10 +114,6 @@ struct pwmout_s {
uint32_t pulsewidth_us;
};

struct trng_s {
uint8_t dummy;
};

struct can_s {
CANName can;
PinName pin_rd;
Expand Down
92 changes: 0 additions & 92 deletions targets/TARGET_NUVOTON/TARGET_NUC472/trng_api.c

This file was deleted.

2 changes: 0 additions & 2 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7980,7 +7980,6 @@
"SPI",
"SPISLAVE",
"SPI_ASYNCH",
"TRNG",
"CAN",
"FLASH",
"EMAC",
Expand Down Expand Up @@ -8629,7 +8628,6 @@
"SPI",
"SPISLAVE",
"SPI_ASYNCH",
"TRNG",
"FLASH",
"CAN",
"EMAC",
Expand Down