zephyr/arch/arc/core
Huaqi Fang 9bc69a46fa boards: Update arc em_starterkit support from 2.2 to 2.3
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>
2017-05-19 15:58:41 +02:00
..
offsets boards: Update arc em_starterkit support from 2.2 to 2.3 2017-05-19 15:58:41 +02:00
atomic.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
cache.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
cpu_idle.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
fast_irq.S boards: Update arc em_starterkit support from 2.2 to 2.3 2017-05-19 15:58:41 +02:00
fatal.c arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
fault_s.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
fault.c arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
irq_manage.c Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
irq_offload.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
isr_wrapper.S arc: enable gen_isr_tables mechanism 2017-02-15 04:54:47 +00:00
Makefile arc: add _tsc_read for 64-bit timestamp 2017-02-15 05:55:09 +00:00
prep_c.c Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
regular_irq.S boards: Update arc em_starterkit support from 2.2 to 2.3 2017-05-19 15:58:41 +02:00
reset.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
swap.S arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
sys_fatal_error_handler.c kernel: add k_panic() and k_oops() APIs 2017-04-22 10:31:49 -04:00
thread_entry_wrapper.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
thread.c arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
timestamp.c kernel: tickless: Add tickless kernel support 2017-04-27 13:46:28 +00:00
vector_table.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00