Skip to content

Commit c21b369

Browse files
committed
Resolve unresolved merges in GD32F10x library
1 parent feb373a commit c21b369

168 files changed

Lines changed: 1 addition & 62907 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

system/GD32F10x_firmware/CMSIS/GD/GD32F10x/Include/gd32f10x.h

Lines changed: 0 additions & 383 deletions
Large diffs are not rendered by default.
Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
/*!
32
\file system_gd32f10x.h
43
\brief CMSIS Cortex-M3 Device Peripheral Access Layer Header File for
@@ -59,65 +58,3 @@ extern void SystemCoreClockUpdate(void);
5958
#endif
6059

6160
#endif /* SYSTEM_GD32F10X_H */
62-
=======
63-
/*!
64-
\file system_gd32f10x.h
65-
\brief CMSIS Cortex-M3 Device Peripheral Access Layer Header File for
66-
GD32F10x Device Series
67-
*/
68-
69-
/*
70-
Copyright (c) 2012 ARM LIMITED
71-
72-
All rights reserved.
73-
74-
Redistribution and use in source and binary forms, with or without modification,
75-
are permitted provided that the following conditions are met:
76-
77-
1. Redistributions of source code must retain the above copyright notice, this
78-
list of conditions and the following disclaimer.
79-
2. Redistributions in binary form must reproduce the above copyright notice,
80-
this list of conditions and the following disclaimer in the documentation
81-
and/or other materials provided with the distribution.
82-
3. Neither the name of the copyright holder nor the names of its contributors
83-
may be used to endorse or promote products derived from this software without
84-
specific prior written permission.
85-
86-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
87-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
88-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
89-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
90-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
91-
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
92-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
93-
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
94-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
95-
OF SUCH DAMAGE.
96-
*/
97-
98-
/* This file refers the CMSIS standard, some adjustments are made according to GigaDevice chips */
99-
100-
#ifndef SYSTEM_GD32F10X_H
101-
#define SYSTEM_GD32F10X_H
102-
103-
#ifdef __cplusplus
104-
extern "C" {
105-
#endif
106-
107-
#include <stdint.h>
108-
109-
/* system clock frequency (core clock) */
110-
extern uint32_t SystemCoreClock;
111-
112-
/* function declarations */
113-
/* initialize the system and update the SystemCoreClock variable */
114-
extern void SystemInit(void);
115-
/* update the SystemCoreClock with current core clock retrieved from cpu registers */
116-
extern void SystemCoreClockUpdate(void);
117-
118-
#ifdef __cplusplus
119-
}
120-
#endif
121-
122-
#endif /* SYSTEM_GD32F10X_H */
123-
>>>>>>> e4babf8d79f069daa0dda81cfe3386791ffbd0b0

system/GD32F10x_firmware/CMSIS/GD/GD32F10x/Source/ARM/startup_gd32f10x_cl.s

Lines changed: 0 additions & 393 deletions
Large diffs are not rendered by default.

system/GD32F10x_firmware/CMSIS/GD/GD32F10x/Source/ARM/startup_gd32f10x_hd.s

Lines changed: 0 additions & 374 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)