Commit graph

  • b978c70338 Xtensa port: Removed duplicate code and fixed update of current thread pointer. Mazen NEIFER 2017-02-03 18:33:23 +0100
  • 8f1dd3a6e5 sanitycheck: Fixed displayed log when current directory is a symbolic link. Mazen NEIFER 2017-02-04 14:32:04 +0100
  • 495d922406 xt-run: fix sanitycheck communication Andrew Boie 2017-02-03 00:57:25 -0800
  • b012aa1901 Xtensa port: Use directly assmebler and linker instead of via the compiler. Mazen NEIFER 2017-02-03 14:31:12 +0100
  • 6af2778136 Xtensa port: Fixed linker script for hifi_mini core. Mazen NEIFER 2017-02-03 18:54:15 +0100
  • e536b270f0 sanitycheck: don't disable tryrun Andrew Boie 2017-02-02 16:38:49 -0800
  • 55acd15cc8 xt-sim: enable use of xtensa simulator with 'make run' Andrew Boie 2017-02-02 15:12:28 -0800
  • 9d8d026294 xt-run: delete any stale fifos to avoid mkfifo error Andrew Boie 2017-02-02 22:56:28 -0800
  • eab8a9f9ca xtensa_sim_console: remove deprecation warning Andrew Boie 2017-02-02 12:22:41 -0800
  • f11910a7fb xtensa: Makefile: cleanup Andrew Boie 2017-02-02 12:19:12 -0800
  • 19dc4c67cc Makefile: test for -fno-asynchronous-unwind-tables Andrew Boie 2017-02-02 14:53:07 -0800
  • 2b2763aa95 xcc: add location of C++ compiler Andrew Boie 2017-02-02 13:50:42 -0800
  • aacfd63331 Xtensa port: Removed duplicate file and renamed to sys_io.h as other platforms. Mazen NEIFER 2017-01-31 11:17:02 +0100
  • 5718676aad Xtensa port: Increased idle thread stack size to avoid stack overflow. Mazen NEIFER 2017-01-31 22:50:42 +0100
  • 967cb2ef8a Fixed compilation error caused by bad initialization of unamed union field. Mazen NEIFER 2017-02-02 10:42:18 +0100
  • 03857ccb23 Xtensa port: Enable console when building for Xtensa simulator as board. Mazen NEIFER 2017-01-31 22:49:02 +0100
  • bb038cc1be Xtensa port: Fixed function setting Sawp return value. Mazen NEIFER 2017-01-31 15:06:07 +0100
  • 95428c75e9 gitignore: Ignore Eclipse (Xtensa Xplorer) project files. Mazen NEIFER 2017-01-31 12:52:52 +0100
  • 7f046378eb sanitycheck: support other simulators (xt-run and/or xtsc) than QEMU. Mazen NEIFER 2017-01-31 12:41:33 +0100
  • cb745e6047 Xtensa port: Fixed RAMABLE_REGION in linker scripts. Mazen NEIFER 2017-01-31 10:13:34 +0100
  • b72936f305 Xtensa port: Fixed Swap function not updating _kernel.current. Mazen NEIFER 2017-01-30 22:10:37 +0100
  • 93e53da56a Xtensa port: Removed warnings related to function _NanoFatalErrorHandler. Mazen NEIFER 2017-01-30 22:05:17 +0100
  • 7c75da1e1a Xtensa port: Added missing initalization of thread base sturct in _new_thread. Mazen NEIFER 2017-01-30 18:57:20 +0100
  • 2f4bec77d3 Xtensa port: Removed compiler warnings about printf formats/arguments mismatch. Mazen NEIFER 2017-01-30 12:36:10 +0100
  • 0efb2313ca Xtensa port: Let xcc specific make file override unsupported -Og with -O0. Mazen NEIFER 2017-01-27 18:46:12 +0100
  • fddb1aa016 Xtensa port: _thread_entry shall use call4 to start the thread. Mazen NEIFER 2017-01-27 19:43:52 +0100
  • 6fb67ed1ac Xtensa port: Replaced call to legacy sys_thread_self_get by one to k_current_get Mazen NEIFER 2017-01-27 19:39:43 +0100
  • 8f92bc255c Xtensa port: Added support for Xtensa internal timer as system timer. Mazen NEIFER 2017-01-26 15:51:33 +0100
  • 4a51dbe934 Changed Kbuild to pass also KBUILD_CPPFLAGS to CC on addition to KBUILD_CFLAGS. Mazen NEIFER 2017-01-26 22:59:01 +0100
  • de2288ac38 Xtensa port: Fixed assembly comments to be accurate with code. Mazen NEIFER 2017-01-27 19:11:48 +0100
  • ffd4eb9272 Xtensa port: Changed simulation support with xt-run/xtsc-run to be qemu like. Mazen NEIFER 2017-01-27 10:28:41 +0100
  • e8813d6fe5 Xtensa port: Define __builtin_unreachable() as CLI macro when using XCC. Mazen NEIFER 2017-01-26 23:24:46 +0100
  • af2593ea7e Xtensa port: Added linker script for several Xtensa cores. Mazen NEIFER 2017-01-22 17:25:40 +0100
  • aa1e95bfb2 Xtensa port: Moved XCC specific libraries out of genric Xtensa make file. Mazen NEIFER 2017-01-22 17:22:19 +0100
  • b8cbd05e6b Xtensa port: Enable long calls for Xtensa vector table. Mazen NEIFER 2017-01-26 16:47:07 +0100
  • daf28fa339 Xtensa port: Fixed tests/kernel/context to compile with Xtensa internal timer. Mazen NEIFER 2017-01-26 16:38:55 +0100
  • e4e3cf604e Xtensa port: Added Xtensa specific code (C + S) files. Mazen NEIFER 2017-01-22 17:21:34 +0100
  • b0669a04b3 Xtensa port: Added support for Xtensa simulator console driver. Mazen NEIFER 2017-01-24 22:03:19 +0100
  • 0c736f2916 Xtensa port: Added Xtensa internal timer configuration need by assembly files. Mazen NEIFER 2017-01-25 13:00:08 +0100
  • e2dd006ba7 Xtensa port: Removed the need to put an empy file soc.c in arch/xtensa/soc dir. Mazen NEIFER 2017-01-25 21:32:21 +0100
  • 969f000a19 Xtensa port: Added support for Xtensa architecture to linker-defs.h. Mazen NEIFER 2017-01-25 22:26:58 +0100
  • 73691609b9 xtensa: fix find_msb_set() and find_lsb_set() Andrew Boie 2017-01-24 15:33:02 -0800
  • aa3ab35c88 xtensa: fixup license identifiers Andrew Boie 2017-01-24 15:10:39 -0800
  • dc391f566c Xtensa port: Added support for Xtensa architecture in zephyr include files. Mazen NEIFER 2017-01-22 17:20:22 +0100
  • 9baece323e Xtensa port: Added Kbuild file for Xtensa arch. Mazen NEIFER 2017-01-22 17:22:46 +0100
  • 49b3c0028d Xtensa port: Added fields offset support for kernel and thread structures. Mazen NEIFER 2017-01-20 20:55:41 +0100
  • f69499a4a8 Xtensa port: Remove XCC warning about unrecognized CLI option. Mazen NEIFER 2017-01-24 18:19:47 +0100
  • f7538f0005 Xtensa port: Added support in arch/cpu.h for Xtensa cores. Mazen NEIFER 2017-01-20 20:52:29 +0100
  • c024e429c9 Xtensa port: Added support for Xtensa cores in toolchain/gcc.h. Mazen NEIFER 2017-01-20 20:53:13 +0100
  • 3eca4f1f57 Xtensa port: Added Xtensa specific include files. Mazen NEIFER 2017-01-22 17:24:02 +0100
  • 0e0e0950dd Xtensa port: Fixed typo in XCC toochain specific make file. Mazen NEIFER 2017-01-20 20:37:24 +0100
  • 71b884b658 Xtensa port: Added Xtensa header generic files. Mazen NEIFER 2017-01-18 22:51:10 +0100
  • b78ceec452 Xtensa port: Added kernel arch dependent structs and functions. Mazen NEIFER 2017-01-18 22:46:13 +0100
  • f5f69c99c4 xtensa: support 'make qemu' target Max Filippov 2017-01-19 11:55:16 -0800
  • 0b4adc398d Xtensa port: Added support for XCC, the Cadence Systems Inc compiler Mazen NEIFER 2017-01-13 18:30:25 +0100
  • 4db0805ad0 Xtensa port: Added board config files for Xtensa simulator paltform Mazen NEIFER 2017-01-13 14:47:57 +0100
  • 1cded67f38 Xtensa port: Started port to for Xtensa cores family. Mazen NEIFER 2017-01-13 12:14:33 +0100
  • 0c87784c84 tests/gpio: fix test GPIO_INT_EDGE bug Qiu Peiyang 2017-02-03 15:41:04 +0800
  • bc2faf3737 tests/pwm: enable PWM case to work on D2000 board Qiu Peiyang 2017-01-13 11:36:29 +0800
  • 484f07cec7 tests: add zephyr adc driver api test case jing wang 2017-01-10 17:00:08 +0800
  • fde2b3f642 pinmux: fix default pinmux driver for quark_se_ss Qiu Peiyang 2017-02-03 10:59:13 +0800
  • 45c579a271 tests: add zephyr counter and timer api test Qiu Peiyang 2017-02-09 09:00:18 +0800
  • f16f6ec2df tests: pipe: remove unsupported tests Anas Nashif 2017-02-10 22:52:57 -0800
  • bab5534ff6 tests: memory pool: remove unsupported tests Anas Nashif 2017-02-10 22:58:25 -0800
  • 6e6e94bc77 tests: disable qemu_riscv32 on test_ecc_dh test [REVERT ME] Anas Nashif 2017-02-10 22:16:14 -0800
  • c5e000b2c8 tests: xip: pulpino does not support XIP Anas Nashif 2017-02-10 22:00:14 -0800
  • 468eaf6c39 mvic: include stdint for uint32_t Anas Nashif 2017-02-10 21:53:40 -0800
  • 73a6da0763 tests: benchmarks: add new boards Anas Nashif 2017-02-10 21:53:14 -0800
  • 3557d04eb5 tests: net: whitelist boards for telnet server Anas Nashif 2017-02-10 21:52:50 -0800
  • cebc7f95aa newlib: make sure the chain of includes has generated_dts_board.h Anas Nashif 2017-02-10 21:06:55 -0800
  • 81f61f9cdc arm: sam70: refactor clearing of exception faults to common code Anas Nashif 2017-02-11 09:42:35 +0530
  • f399d5a24a dts: hexiwear: fix fixup to use correct define Anas Nashif 2017-02-10 19:59:08 -0800
  • 75be503bbb i2c: Adds a functions set that supports flexible addressing. Juan Manuel Cruz Alcaraz 2017-01-10 17:07:06 -0600
  • 59b8af5395 tests: dma: update dma loop transfer app Baohong Liu 2017-02-01 11:33:42 -0800
  • 110df98619 Merge "Merge arm branch into master" Anas Nashif 2017-02-11 04:00:58 +0000
  • 570634a259 kernel: Add OpenOCD support Leandro Pereira 2017-02-01 10:21:21 -0800
  • 1208bab079 add curie_ble board for all curie based boards Anas Nashif 2017-02-10 18:37:38 +0530
  • abbd2129ed boards: add tinytile board Anas Nashif 2017-02-10 08:48:38 +0530
  • 61452f0e38 samples: bmi160: use correct device name Kuo-Lang Tseng 2017-02-10 16:33:01 -0800
  • c99c686b2c nios2: use gen_isr_tables mechanism Andrew Boie 2017-02-09 14:37:32 -0800
  • 122467e9ee tests: add test for gen_isr_table Andrew Boie 2017-02-09 13:58:45 -0800
  • 2752357922 arm: enable direct interrupts feature Andrew Boie 2017-02-09 12:40:08 -0800
  • e7acd3224c arm: use gen_isr_tables mechanism for interrupts Andrew Boie 2017-02-08 17:49:51 -0800
  • 1927b3d020 gen_isr_tables: New static interrupt build mechanism Andrew Boie 2017-02-08 17:16:29 -0800
  • 8ac992bfcd quark_se: Save/restore debug registers. Sarath R Nair 2017-02-08 11:43:53 -0600
  • 720400372b misc: fix more variable type mismatches Jithu Joseph 2017-02-10 13:38:02 -0800
  • d625c2bb4c grove: fix variable type mismatch Jithu Joseph 2017-02-08 13:40:27 -0800
  • c30b400a16 libc-hooks: Fix include file for arch ARM Andy Gross 2017-02-10 16:30:21 -0600
  • 3f4f9fa60f Merge arm branch into master Maureen Helm 2017-02-10 15:21:38 -0600
  • ac37e3e2c7 arm: include: Add DTS generated file to arch.h Andy Gross 2017-02-10 15:31:26 -0600
  • 6ca87b576e arm: cmsis: Remove last bits of scs/scb as we've converted to CMSIS Kumar Gala 2017-01-25 09:49:44 -0600
  • 3a7cc31e08 arm: cmsis: cleanup use of _SCS_CPACR_CP1{0,1}_Pos define Kumar Gala 2017-01-28 14:54:40 -0600
  • 52cf45c62a arm: cmsis: Convert _Scb*Fault*Reset to use direct CMSIS register access Kumar Gala 2017-01-27 20:39:33 -0600
  • 94db819626 arm: cmsis: Convert _ClearFaults to use direct CMSIS register access Kumar Gala 2017-01-25 09:33:03 -0600
  • 80ed5ccc78 arm: cmsis: Convert printing of MMFSR, BFSR, and UFSR to CMSIS Kumar Gala 2017-01-27 20:40:19 -0600
  • 737207f052 arm: cmsis: Convert _Scb*FaultAddrGet to use direct CMSIS register access Kumar Gala 2017-01-27 20:36:51 -0600
  • d2679c7bbb arm: cmsis: Convert _Scb*FaultIs* & _ScbIs*Fault to use CMSIS register access Kumar Gala 2017-01-27 20:20:24 -0600
  • 1a146174cb arm: cmsis: Convert _ScbDivByZeroFaultEnable to use direct CMSIS register access Kumar Gala 2017-01-27 20:40:05 -0600
  • 831764a898 arm: cmsis: Convert _ScbHardFaultIsForced to use direct CMSIS register access Kumar Gala 2017-01-27 20:39:52 -0600
  • a033a89d76 arm: cmsis: Convert _ScbActiveVectorGet to use direct CMSIS register access Kumar Gala 2017-01-27 20:39:05 -0600