|
10 | 10 |
|
11 | 11 | //*****************************************************************************
|
12 | 12 | //
|
13 |
| -// Copyright (c) 2019, Ambiq Micro |
| 13 | +// Copyright (c) 2020, Ambiq Micro |
14 | 14 | // All rights reserved.
|
15 |
| -// |
| 15 | +// |
16 | 16 | // Redistribution and use in source and binary forms, with or without
|
17 | 17 | // modification, are permitted provided that the following conditions are met:
|
18 |
| -// |
| 18 | +// |
19 | 19 | // 1. Redistributions of source code must retain the above copyright notice,
|
20 | 20 | // this list of conditions and the following disclaimer.
|
21 |
| -// |
| 21 | +// |
22 | 22 | // 2. Redistributions in binary form must reproduce the above copyright
|
23 | 23 | // notice, this list of conditions and the following disclaimer in the
|
24 | 24 | // documentation and/or other materials provided with the distribution.
|
25 |
| -// |
| 25 | +// |
26 | 26 | // 3. Neither the name of the copyright holder nor the names of its
|
27 | 27 | // contributors may be used to endorse or promote products derived from this
|
28 | 28 | // software without specific prior written permission.
|
29 |
| -// |
| 29 | +// |
30 | 30 | // Third party software included in this distribution is subject to the
|
31 | 31 | // additional license terms as defined in the /docs/licenses directory.
|
32 |
| -// |
| 32 | +// |
33 | 33 | // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
34 | 34 | // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
35 | 35 | // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
42 | 42 | // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
43 | 43 | // POSSIBILITY OF SUCH DAMAGE.
|
44 | 44 | //
|
45 |
| -// This is part of revision v2.2.0-7-g63f7c2ba1 of the AmbiqSuite Development Package. |
| 45 | +// This is part of revision 2.4.2 of the AmbiqSuite Development Package. |
46 | 46 | //
|
47 | 47 | //*****************************************************************************
|
48 | 48 | #include <stdint.h>
|
|
90 | 90 | am_util_delay_ms(uint32_t ui32MilliSeconds)
|
91 | 91 | {
|
92 | 92 | uint32_t ui32Loops, ui32HFRC;
|
93 |
| - |
94 | 93 | #if AM_APOLLO3_CLKGEN
|
95 | 94 | am_hal_clkgen_status_t sClkgenStatus;
|
96 | 95 | am_hal_clkgen_status_get(&sClkgenStatus);
|
|
0 commit comments