File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Licensed under the Apache License, Version 2.0 or the MIT License.
2- # # SPDX-License-Identifier: Apache-2.0 OR MIT
3- # # Copyright Tock Contributors 2022.
2+ # SPDX-License-Identifier: Apache-2.0 OR MIT
3+ # Copyright Tock Contributors 2022.
44[package ]
55name = " cortexm33"
66version.workspace = true
Original file line number Diff line number Diff line change 11# Licensed under the Apache License, Version 2.0 or the MIT License.
22# SPDX-License-Identifier: Apache-2.0 OR MIT
3+ # Copyright Tock Contributors 2025.
4+
35[package ]
46name = " lpc55s69-evk"
57version.workspace = true
Original file line number Diff line number Diff line change 11/* Licensed under the Apache License, Version 2.0 or the MIT License. */
22/* SPDX-License-Identifier: Apache-2.0 OR MIT */
3+ /* Copyright Tock Contributors 2025. */
4+
35MEMORY
46{
57 rom (rx) : ORIGIN = 0x00000000 , LENGTH = 630K
Original file line number Diff line number Diff line change 11/* Licensed under the Apache License, Version 2.0 or the MIT License. */
22/* SPDX-License-Identifier: Apache-2.0 OR MIT */
3+ /* Copyright Tock Contributors 2025. */
4+
35INCLUDE ./chip_layout.ld
46INCLUDE tock_kernel_layout.ld
Original file line number Diff line number Diff line change 11// Licensed under the Apache License, Version 2.0 or the MIT License.
22// SPDX-License-Identifier: Apache-2.0 OR MIT
3+ // Copyright Tock Contributors 2025.
4+
35use core:: panic:: PanicInfo ;
46
57#[ panic_handler]
Original file line number Diff line number Diff line change 1+ // Licensed under the Apache License, Version 2.0 or the MIT License.
2+ // SPDX-License-Identifier: Apache-2.0 OR MIT
3+ // Copyright Tock Contributors 2025.
4+
15#![ no_std]
26#![ no_main]
37//#![deny(missing_docs)]
Original file line number Diff line number Diff line change 11# Licensed under the Apache License, Version 2.0 or the MIT License.
22# SPDX-License-Identifier: Apache-2.0 OR MIT
33# Copyright Tock Contributors 2025.
4+
45[package ]
56name = " lpc55s6x"
67version.workspace = true
You can’t perform that action at this time.
0 commit comments