Skip to content

Commit 02ac3a1

Browse files
committed
Clean header of some files
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 4b10b57 commit 02ac3a1

File tree

9 files changed

+0
-189
lines changed

9 files changed

+0
-189
lines changed

cores/arduino/stm32/PinNames.h

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
/*
2-
* <Description>
3-
*
4-
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
5-
*
6-
* License type: GPLv2
7-
*
8-
* This program is free software; you can redistribute it and/or modify it
9-
* under the terms of the GNU General Public License version 2 as published by
10-
* the Free Software Foundation.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14-
* or FITNESS FOR A PARTICULAR PURPOSE.
15-
* See the GNU General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along with
18-
* this program. If not, see
19-
* <http://www.gnu.org/licenses/>.
20-
*/
211
#ifndef _PINNAMES_H
222
#define _PINNAMES_H
233

cores/arduino/stm32/startup_stm32yyxx.S

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/*
2-
* <Description>
3-
*
4-
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
5-
* Author: YOUR NAME <> for STMicroelectronics.
6-
*
7-
* License type: GPLv2
8-
*
9-
* This program is free software; you can redistribute it and/or modify it
10-
* under the terms of the GNU General Public License version 2 as published by
11-
* the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful, but
14-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE.
16-
* See the GNU General Public License for more details.
17-
*
18-
* You should have received a copy of the GNU General Public License along with
19-
* this program. If not, see
20-
* <http://www.gnu.org/licenses/>.
21-
*/
221
#include "stm32_def_build.h"
232

243
#include CMSIS_STARTUP_FILE

cores/arduino/stm32/stm32_def.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/*
2-
* <Description>
3-
*
4-
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
5-
* Author: YOUR NAME <> for STMicroelectronics.
6-
*
7-
* License type: GPLv2
8-
*
9-
* This program is free software; you can redistribute it and/or modify it
10-
* under the terms of the GNU General Public License version 2 as published by
11-
* the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful, but
14-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE.
16-
* See the GNU General Public License for more details.
17-
*
18-
* You should have received a copy of the GNU General Public License along with
19-
* this program. If not, see
20-
* <http://www.gnu.org/licenses/>.
21-
*/
221
#ifndef _STM32_DEF_
232
#define _STM32_DEF_
243

cores/arduino/stm32/stm32_def_build.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/*
2-
* <Description>
3-
*
4-
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
5-
* Author: YOUR NAME <> for STMicroelectronics.
6-
*
7-
* License type: GPLv2
8-
*
9-
* This program is free software; you can redistribute it and/or modify it
10-
* under the terms of the GNU General Public License version 2 as published by
11-
* the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful, but
14-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE.
16-
* See the GNU General Public License for more details.
17-
*
18-
* You should have received a copy of the GNU General Public License along with
19-
* this program. If not, see
20-
* <http://www.gnu.org/licenses/>.
21-
*/
221
#ifndef _STM32_DEF_BUILD_
232
#define _STM32_DEF_BUILD_
243

cores/arduino/stm32/system_stm32yyxx.c

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
/*
2-
* <Description>
3-
*
4-
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
5-
* Author: YOUR NAME <> for STMicroelectronics.
6-
*
7-
* License type: GPLv2
8-
*
9-
* This program is free software; you can redistribute it and/or modify it
10-
* under the terms of the GNU General Public License version 2 as published by
11-
* the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful, but
14-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE.
16-
* See the GNU General Public License for more details.
17-
*
18-
* You should have received a copy of the GNU General Public License along with
19-
* this program. If not, see
20-
* <http://www.gnu.org/licenses/>.
21-
*/
22-
231
#ifdef STM32F0xx
242
#include "system_stm32f0xx.c"
253
#endif

cores/arduino/stm32/usb_device_core.c

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/*
2-
* <Description>
3-
*
4-
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
5-
* Author: YOUR NAME <> for STMicroelectronics.
6-
*
7-
* License type: GPLv2
8-
*
9-
* This program is free software; you can redistribute it and/or modify it
10-
* under the terms of the GNU General Public License version 2 as published by
11-
* the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful, but
14-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE.
16-
* See the GNU General Public License for more details.
17-
*
18-
* You should have received a copy of the GNU General Public License along with
19-
* this program. If not, see
20-
* <http://www.gnu.org/licenses/>.
21-
*/
221
#ifdef USBCON
232

243
#include "usbd_core.c"

cores/arduino/stm32/usb_device_ctlreq.c

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/*
2-
* <Description>
3-
*
4-
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
5-
* Author: YOUR NAME <> for STMicroelectronics.
6-
*
7-
* License type: GPLv2
8-
*
9-
* This program is free software; you can redistribute it and/or modify it
10-
* under the terms of the GNU General Public License version 2 as published by
11-
* the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful, but
14-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE.
16-
* See the GNU General Public License for more details.
17-
*
18-
* You should have received a copy of the GNU General Public License along with
19-
* this program. If not, see
20-
* <http://www.gnu.org/licenses/>.
21-
*/
221
#ifdef USBCON
232

243
#include "usbd_ctlreq.c"

cores/arduino/stm32/usb_device_ioreq.c

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/*
2-
* <Description>
3-
*
4-
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
5-
* Author: YOUR NAME <> for STMicroelectronics.
6-
*
7-
* License type: GPLv2
8-
*
9-
* This program is free software; you can redistribute it and/or modify it
10-
* under the terms of the GNU General Public License version 2 as published by
11-
* the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful, but
14-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE.
16-
* See the GNU General Public License for more details.
17-
*
18-
* You should have received a copy of the GNU General Public License along with
19-
* this program. If not, see
20-
* <http://www.gnu.org/licenses/>.
21-
*/
221
#ifdef USBCON
232

243
#include "usbd_ioreq.c"

cores/arduino/utils.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/*
2-
*
3-
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
4-
* Author: Frederic Pillon for STMicroelectronics.
5-
*
6-
* License type: GPLv2
7-
*
8-
* This program is free software; you can redistribute it and/or modify it
9-
* under the terms of the GNU General Public License version 2 as published by
10-
* the Free Software Foundation.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14-
* or FITNESS FOR A PARTICULAR PURPOSE.
15-
* See the GNU General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along with
18-
* this program. If not, see
19-
* <http://www.gnu.org/licenses/>.
20-
*/
21-
/* Define to prevent recursive inclusion -------------------------------------*/
221
#ifndef __UTILS_H
232
#define __UTILS_H
243

0 commit comments

Comments
 (0)