Gustavo Henrique Nihei
|
9af5dca7dc
|
risc-v/esp32c3: Refactor and rename linker scripts
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
|
2022-12-09 11:19:27 +08:00 |
|
chao an
|
ee72f920a3
|
esp32c3/nsh: enable dumpstack/backtrace
Dump task stack:
| nsh> ps
| PID GROUP PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK COMMAND
| 0 0 0 FIFO Kthread N-- Ready 00000000 002016 Idle Task
| 1 1 100 RR Task --- Running 00000000 001984 nsh_main
| nsh> dumpstack 0 100
| backtrace| 0: 0x4200764a 0x3fc82d60 0x420000b2 0x42000044
| backtrace| 1: 0x42007e98 0x420036b4 0x4201043c 0x42010450 0x4200cab0 0x42008fec 0x42009294 0x42008454
| backtrace| 1: 0x42007fbe 0x42007f54 0x42006200 0x4200432c
| backtrace| 2: 0x42013ec0 0x420119bc 0x42013abc 0x42006200 0x4200432c
address to line:
| $ riscv64-unknown-elf-addr2line -e nuttx 0x42007e98 0x420036b4 0x4201043c 0x42010450 0x4200cab0 0x42008fec 0x42009294 0x42008454
| nuttx/include/arch/syscall.h:238
| nuttx/sched/semaphore/sem_wait.c:201
| nuttx/sched/sched/sched_waitpid.c:127
| nuttx/sched/sched/sched_waitpid.c:597
| apps/nshlib/nsh_builtin.c:160
| apps/nshlib/nsh_parse.c:543
| apps/nshlib/nsh_parse.c:2736
| apps/nshlib/nsh_session.c:234
Signed-off-by: chao an <anchao@xiaomi.com>
|
2022-12-09 01:49:48 +08:00 |
|
YAMAMOTO Takashi
|
864f43b562
|
esp32*: Disable CONFIG_RAW_BINARY
Because it uses the same filename as esp32 Config.mk. (nuttx.bin)
|
2022-05-27 13:41:51 +03:00 |
|
ligd
|
412d030149
|
boards: move USERMAIN_XX out of INIT_ENTRYPOINT
Signed-off-by: ligd <liguiding1@xiaomi.com>
|
2021-12-24 08:23:30 -06:00 |
|
Jiuzhu Dong
|
85470176e7
|
sched/task: delete CONFIG_MAX_TASKS limit
Change-Id: I583015a95dbcebd352f81ecb3104ffdbd646a9ec
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
|
2021-07-11 19:42:30 -07:00 |
|
Gustavo Henrique Nihei
|
4f08f43a6d
|
boards/esp32c3-devkit: Increase MAX_TASKS to 16 on nsh/ostest configs
This fixes the barrier test from ostest application
|
2021-04-30 17:55:30 +01:00 |
|
Jiuzhu Dong
|
59eb4fa8d6
|
fs: delete NFILE_DESCRIPTORS for allocating dynamically
Change-Id: Id06d215063796d222b9792d25ab2d6742167729f
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
|
2021-03-17 06:46:42 -07:00 |
|
Gustavo Henrique Nihei
|
4a6cdc8255
|
risc-v/esp32c3-devkit: Clean-up NSH configuration
|
2021-02-19 21:19:22 +00:00 |
|
Gustavo Henrique Nihei
|
303326bb52
|
risc-v/esp32c3: Enable stdio buffering for esp32c3-devkit NSH configuration
|
2021-02-19 21:19:22 +00:00 |
|
Gustavo Henrique Nihei
|
424a838021
|
esp32c3/nsh: Use Readline for NSH cmdline editor
|
2021-02-19 06:32:27 -08:00 |
|
Abdelatif Guettouche
|
5562f08369
|
boards: Add the ESP32-C3 DevKit board
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2021-02-18 01:21:53 -08:00 |
|