|
15 | 15 | * - Redistributions in binary form must reproduce the above copyright
|
16 | 16 | * notice, this list of conditions and the following disclaimer in the
|
17 | 17 | * documentation and/or other materials provided with the distribution.
|
18 |
| - * - Neither the name of ARM nor the names of its contributors may be used |
19 |
| - * to endorse or promote products derived from this software without |
| 18 | + * - Neither the name of ARM nor the names of its contributors may be used |
| 19 | + * to endorse or promote products derived from this software without |
20 | 20 | * specific prior written permission.
|
21 | 21 | *
|
22 |
| - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
23 |
| - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 22 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 23 | + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
24 | 24 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
25 | 25 | * ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
|
26 | 26 | * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
27 |
| - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
28 |
| - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
29 |
| - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
30 |
| - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 27 | + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 28 | + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 29 | + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 30 | + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
31 | 31 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
32 | 32 | * POSSIBILITY OF SUCH DAMAGE.
|
33 | 33 | *---------------------------------------------------------------------------*/
|
@@ -214,7 +214,7 @@ osThreadDef_t os_thread_def_main = {(os_pthread)main, osPriorityNormal, 0, NULL}
|
214 | 214 | #elif defined(TARGET_LPC812)
|
215 | 215 | #define INITIAL_SP (0x10001000UL)
|
216 | 216 |
|
217 |
| -#elif TARGET_KL25Z || TARGET_K64F |
| 217 | +#elif defined(TARGET_KL25Z) || defined(TARGET_K64F) |
218 | 218 | #define INITIAL_SP (0x20003000UL)
|
219 | 219 |
|
220 | 220 | #elif defined(TARGET_KL46Z)
|
@@ -336,7 +336,7 @@ __attribute ((noreturn)) void __cs3_start_c (void){
|
336 | 336 | if (src != dst)
|
337 | 337 | for (count = 0; count != limit; count += sizeof (long long))
|
338 | 338 | *dst++ = *src++;
|
339 |
| - else |
| 339 | + else |
340 | 340 | dst = (long long *)((char *)dst + limit);
|
341 | 341 | limit = rptr->zero_size;
|
342 | 342 | for (count = 0; count != limit; count += sizeof (long long))
|
|
0 commit comments