File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 16
16
#include <zephyr/arch/common/init.h>
17
17
18
18
extern void esp_reset_reason_init (void );
19
+ extern FUNC_NORETURN void z_cstart (void );
19
20
20
21
void IRAM_ATTR __esp_platform_app_start (void )
21
22
{
Original file line number Diff line number Diff line change 17
17
#include <zephyr/arch/common/init.h>
18
18
19
19
extern void esp_reset_reason_init (void );
20
+ extern FUNC_NORETURN void z_cstart (void );
20
21
21
22
void IRAM_ATTR __esp_platform_app_start (void )
22
23
{
Original file line number Diff line number Diff line change 16
16
#include <zephyr/arch/common/init.h>
17
17
18
18
extern void esp_reset_reason_init (void );
19
+ extern FUNC_NORETURN void z_cstart (void );
19
20
20
21
void IRAM_ATTR __esp_platform_app_start (void )
21
22
{
Original file line number Diff line number Diff line change 4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
6
6
7
+ #include <zephyr/toolchain.h>
7
8
#include "soc/soc_caps.h"
8
9
#include "esp_rom_caps.h"
9
10
#include "rom/ets_sys.h"
14
15
#include <soc.h>
15
16
16
17
extern void main (void );
18
+ extern FUNC_NORETURN void z_cstart (void );
17
19
18
20
/* Initialize lp core related system functions before calling user's main*/
19
21
void lp_core_startup (void )
Original file line number Diff line number Diff line change 16
16
#include <kernel_internal.h>
17
17
18
18
extern void esp_reset_reason_init (void );
19
+ extern FUNC_NORETURN void z_cstart (void );
19
20
20
21
void IRAM_ATTR __esp_platform_app_start (void )
21
22
{
You can’t perform that action at this time.
0 commit comments