File tree Expand file tree Collapse file tree 9 files changed +0
-189
lines changed Expand file tree Collapse file tree 9 files changed +0
-189
lines changed Original file line number Diff line number Diff line change 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
- */
21
1
#ifndef _PINNAMES_H
22
2
#define _PINNAMES_H
23
3
Original file line number Diff line number Diff line change 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
1
#include "stm32_def_build.h"
23
2
24
3
#include CMSIS_STARTUP_FILE
Original file line number Diff line number Diff line change 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
1
#ifndef _STM32_DEF_
23
2
#define _STM32_DEF_
24
3
Original file line number Diff line number Diff line change 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
1
#ifndef _STM32_DEF_BUILD_
23
2
#define _STM32_DEF_BUILD_
24
3
Original file line number Diff line number Diff line change 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
-
23
1
#ifdef STM32F0xx
24
2
#include "system_stm32f0xx.c"
25
3
#endif
Original file line number Diff line number Diff line change 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
1
#ifdef USBCON
23
2
24
3
#include "usbd_core.c"
Original file line number Diff line number Diff line change 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
1
#ifdef USBCON
23
2
24
3
#include "usbd_ctlreq.c"
Original file line number Diff line number Diff line change 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
1
#ifdef USBCON
23
2
24
3
#include "usbd_ioreq.c"
Original file line number Diff line number Diff line change 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 -------------------------------------*/
22
1
#ifndef __UTILS_H
23
2
#define __UTILS_H
24
3
You can’t perform that action at this time.
0 commit comments