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- */
211#ifndef _PINNAMES_H
222#define _PINNAMES_H
233
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- */
221#include "stm32_def_build.h"
232
243#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- */
221#ifndef _STM32_DEF_
232#define _STM32_DEF_
243
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- */
221#ifndef _STM32_DEF_BUILD_
232#define _STM32_DEF_BUILD_
243
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-
231#ifdef STM32F0xx
242#include "system_stm32f0xx.c"
253#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- */
221#ifdef USBCON
232
243#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- */
221#ifdef USBCON
232
243#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- */
221#ifdef USBCON
232
243#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 -------------------------------------*/
221#ifndef __UTILS_H
232#define __UTILS_H
243
You can’t perform that action at this time.
0 commit comments