mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 04:51:57 +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> |
||
---|---|---|
.. | ||
arch | ||
bluetooth | ||
crypto | ||
debug | ||
display | ||
drivers | ||
fs | ||
linker | ||
logging | ||
misc | ||
net | ||
shell | ||
toolchain | ||
usb | ||
zephyr | ||
adc.h | ||
aio_comparator.h | ||
atomic.h | ||
cache.h | ||
clock_control.h | ||
console.h | ||
counter.h | ||
crc16.h | ||
device.h | ||
disk_access.h | ||
dma.h | ||
eth.h | ||
flash.h | ||
fs.h | ||
gpio.h | ||
i2c.h | ||
init.h | ||
ipm.h | ||
irq_offload.h | ||
irq.h | ||
kernel_version.h | ||
kernel.h | ||
linker-defs.h | ||
linker-tool-gcc.h | ||
linker-tool.h | ||
pinmux.h | ||
power.h | ||
pwm.h | ||
random.h | ||
rtc.h | ||
section_tags.h | ||
sections.h | ||
sensor.h | ||
shared_irq.h | ||
spi.h | ||
sw_isr_table.h | ||
sys_clock.h | ||
sys_io.h | ||
toolchain.h | ||
uart.h | ||
watchdog.h | ||
zephyr.h |