zephyr/scripts/support
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
..
arc_debugger.sh boards: Update arc em_starterkit support from 2.2 to 2.3 2017-05-19 15:58:41 +02:00
bossa-flash.sh boards: arduino_due: Add make flash support 2017-03-01 12:46:06 +00:00
dfuutil.sh build: honor V=1 when flashing via DFU 2017-05-08 09:15:09 -04:00
jlink.sh scripts: Add support for 'make debug' using Segger JLink on NXP boards 2017-05-15 13:22:54 -04:00
nios2.sh
nrf_flash.sh scripts:nrf: Add 'make flash' for nrf boards. 2017-03-20 13:44:58 +00:00
openocd.sh scripts: openocd.sh: Honour V=1 2017-04-27 13:01:08 +00:00
pyocd.sh scripts: Add flash and debug support using pyOCD on NXP boards 2017-05-15 13:22:54 -04:00
qemu.sh
quartus-flash.py
xt-gdb.sh