mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 02:06:10 +00:00
Here are the main changes: * board: Update EMSK onboard resources such as Button, Switch and LEDs + update soc.h for em7d, em9d, em11d + update board.h for em_starterkit board * arc: Add floating point support and code density support + add kconfig configuration + add compiler options + add register definitions, marcos, assembly codes + fixes in existing codes and configurations. * arc: Update detailed board configurations for cores of emsk 2.3 * script: Provide arc_debugger.sh for debugging em_starterkit board + make BOARD=em_starterkit debug This will start openocd server for emsk, and arc gdb will connect to this debug server, user can run `continue` command if user just want to run the application, or other commands if debugging needed. + make BOARD=em_starterkit debugserver This will start an openocd debugger server for emsk, and user can connect to this debugserver using arc gdb and do what they want to. + make BOARD=em_starterkit flash This will download the zephyr application elf file to emsk, and run it. Signed-off-by: Huaqi Fang <huaqi.fang@synopsys.com> |
||
---|---|---|
.. | ||
offsets | ||
atomic.S | ||
cache.c | ||
cpu_idle.S | ||
fast_irq.S | ||
fatal.c | ||
fault_s.S | ||
fault.c | ||
irq_manage.c | ||
irq_offload.c | ||
isr_wrapper.S | ||
Makefile | ||
prep_c.c | ||
regular_irq.S | ||
reset.S | ||
swap.S | ||
sys_fatal_error_handler.c | ||
thread_entry_wrapper.S | ||
thread.c | ||
timestamp.c | ||
vector_table.c |