Commit graph

  • 47c04f4ac2 device: rename the device objects created by DEVICE_INIT() Benjamin Walsh 2016-01-28 14:55:27 -05:00
  • dcfd4e96f4 device: remove obsolete DEVICE_DEFINE/INIT_CONFIG_DEFINE() Benjamin Walsh 2016-01-28 14:53:28 -05:00
  • d340d4cb3f device: use DEVICE_INIT everwhere Benjamin Walsh 2016-01-28 14:48:47 -05:00
  • ef33dc32e5 device: add DEVICE_INIT() Benjamin Walsh 2016-01-27 15:55:32 -05:00
  • f027902305 net: use DEVICE_GET() instead of referencing __initconfig_xxx directly Benjamin Walsh 2016-01-27 14:45:19 -05:00
  • f2f719a523 device: move device APIs from init.h to device.h Benjamin Walsh 2016-01-27 14:40:06 -05:00
  • a740cd96a9 doc: add device_ namespace to the naming code conventions Benjamin Walsh 2016-01-26 16:47:37 -05:00
  • 2c1a95aee6 device: rename SYS_GET_DEVICE_NAME/SYS_GET_DEVICE Benjamin Walsh 2016-01-26 16:42:29 -05:00
  • 0303d8cab9 device: rename SYS_DEFINE_DEVICE() Benjamin Walsh 2016-01-26 16:40:37 -05:00
  • 2ee9aca31a irq: size _irq_to_interrupt_vector_table Andrew Boie 2016-01-27 12:19:15 -08:00
  • ba15d18d94 adc: updated the adc read api description Juan Manuel Cruz 2016-01-28 10:42:47 -06:00
  • bfc27206b2 device: rename DECLARE_DEVICE_INIT_CONFIG() Benjamin Walsh 2016-01-26 16:37:12 -05:00
  • bd18487727 x86: if no dynamic irqs, omit _interrupt_vectors_allocated Andrew Boie 2016-01-27 12:10:09 -08:00
  • 630280c464 build: fix issue with static interrupts on ARC/ARM Andrew Boie 2016-01-27 14:40:45 -08:00
  • d1ff13e68f doc: Fix cross-reference and toctree on index.rst and about_zephyr.rst Rodrigo Caballero 2016-01-28 16:27:56 -06:00
  • 4ec9758034 irq: fix declared _sw_isr_table size on ARC Fabien Chereau 2016-01-28 15:24:56 +01:00
  • 78b2670032 irq: added a check for dynamic IRQ table overflow Fabien Chereau 2016-01-28 15:08:46 +01:00
  • c5bb958db4 arm: add software reboot for QEMU Benjamin Walsh 2015-11-05 18:26:01 -05:00
  • 62c65d7f00 arm: in non-XIP image, make __start alias of __reset Benjamin Walsh 2015-11-03 15:30:11 -05:00
  • ec47784a28 test_mem_safe: support ARM Benjamin Walsh 2015-10-30 17:06:50 -04:00
  • 2e27adb569 mem_safe: prevent writing to .text in XIP systems Benjamin Walsh 2015-10-30 17:05:26 -04:00
  • 7b526e2447 cache: add implementation for cache-less systems Benjamin Walsh 2015-10-30 17:04:00 -04:00
  • bd94d98255 arm: add connecting exceptions at runtime Benjamin Walsh 2015-10-30 14:29:49 -04:00
  • f8807dae89 arm: rename _VectorTableROM Benjamin Walsh 2015-10-29 13:59:07 -04:00
  • 9dc2374d1c arm/nvic: add _NUM_EXC symbol for number of exceptions Benjamin Walsh 2015-10-26 15:48:47 -04:00
  • cfac189f98 arm: refactor fault handling stack pointer passing Benjamin Walsh 2015-10-26 14:01:39 -04:00
  • c4a093a24e arm: rework _ScbSystemReset() into sys_arch_reboot() Benjamin Walsh 2015-10-26 13:38:18 -04:00
  • 2ace19ede8 arm: allow accessing GPRs in ESF by their real name Benjamin Walsh 2015-10-23 16:23:53 -04:00
  • 85138855f0 arm: add macro for defining GPRs with aliases Benjamin Walsh 2015-10-23 16:20:25 -04:00
  • 4465cf47e9 arm/reset: relocate the vector table when a non-XIP image Benjamin Walsh 2015-10-22 18:39:48 -04:00
  • 21628d41d0 arm: add support for linking images entirely in SRAM Benjamin Walsh 2015-10-22 18:33:39 -04:00
  • d04e3fc134 arm/frdm_k64f: only leave space for security in XIP images Benjamin Walsh 2015-10-22 18:31:51 -04:00
  • aaa94d8ba2 doc: frdm_k64f: Update firmware name for board frdm_k64f Javier B Perez Hernandez 2016-01-26 18:55:21 -06:00
  • 93831ebcce i2c: Fix i2c_qmsi_configure() Andre Guedes 2016-01-26 18:28:29 -02:00
  • 2858cbf829 idle: fix tasks waiting when NANO_TIMEOUTS is enabled Benjamin Walsh 2016-01-26 13:47:03 -05:00
  • 42a97c8b1d device: rename 'caller' field of device_sync_call_t Benjamin Walsh 2016-01-26 15:40:16 -05:00
  • 99a4f13bbc device: rename synchronous_call_ APIs Benjamin Walsh 2016-01-26 15:38:44 -05:00
  • 2ec2f8bb62 uart: remove incorrect comment w.r.t. type of device pointer Benjamin Walsh 2016-01-26 15:32:06 -05:00
  • 0f213d57e4 samples: Ensure stacks are properly aligned Peter Mitsis 2016-01-27 14:45:51 -05:00
  • f23c498018 net: Ensure stacks are properly aligned Peter Mitsis 2016-01-27 15:33:00 -05:00
  • 9acd16c8c5 boards: Quark SE based boards have a different SPI interrupt flag Tomasz Bursztyka 2016-01-25 15:26:51 +01:00
  • a150c1650e samples: Add a q&d test application for SPI Tomasz Bursztyka 2016-01-25 10:21:51 +01:00
  • 031ae4ec45 cc2520: quark_se_devboard: Provide default configuration Tomasz Bursztyka 2016-01-22 13:29:30 +01:00
  • 448acf527f cc2520: Make SPI related info configurable via Kconfig Tomasz Bursztyka 2016-01-18 14:07:39 +01:00
  • 2b3e60e6df cc2520: Reworking radio on and transmission logic Tomasz Bursztyka 2016-01-12 15:45:55 +01:00
  • 930bb9d3ca cc2520: Make the driver more in line with Zephyr Tomasz Bursztyka 2016-01-22 22:56:23 +01:00
  • cf7c826874 cc2520: Add Quark SE devboard support Jukka Rissanen 2015-11-24 14:44:28 +02:00
  • f1563253cf cc2520: Initial checkin for TI CC2520 802.15.4 driver Jukka Rissanen 2015-09-11 16:13:26 +03:00
  • fa79a5df21 contiki: clock: Tiny cleanup Tomasz Bursztyka 2016-01-07 13:34:09 +01:00
  • eb96f0a73a spi: dw: Fix Tx and Rx threshold after each push/pull Tomasz Bursztyka 2016-01-25 10:01:50 +01:00
  • e3401c9496 toolchain: remove yocto variant, now using zephyr variant Anas Nashif 2016-01-27 15:37:08 -05:00
  • 2ad4940f6a docs: Platform documentation of Arduino 101 Dan Kalowsky 2016-01-27 09:09:55 -08:00
  • 06e2d0fe76 adc: updates sample width kconfig help message Juan Manuel Cruz 2016-01-27 13:00:17 -06:00
  • 09acfc27f7 c++: Add sample projects Dmitriy Korovkin 2015-12-24 15:00:17 -05:00
  • 8e35cc8eb4 build: Add C++ support Peter Mitsis 2016-01-13 13:02:56 -05:00
  • eaed145cb6 Integration of TinyCrypt v2: ECC, CMAC, AES-CCM with test cases for CMAC and CCM. Constanza Heath 2016-01-27 11:07:05 -08:00
  • 23be7fd1cd build: rebuild binary if dependencies have changed Anas Nashif 2016-01-26 17:04:20 +00:00
  • bd615ff4d4 samples: fix description of sample and fix Makefile Anas Nashif 2016-01-20 00:28:41 -05:00
  • 2fe1a05b74 task monitor: remove ifdef, we check in Makefile already Anas Nashif 2016-01-16 10:08:18 -05:00
  • e2e78baf68 ns16550: implement the irq_tx_empty function Fabien Chereau 2016-01-18 14:16:33 +01:00
  • fdc08ce417 uart: allow to check whether Tx fifo is empty Fabien Chereau 2016-01-18 14:15:57 +01:00
  • b7d9842875 ns16550: implement the err_check function Fabien Chereau 2016-01-18 14:43:51 +01:00
  • 43ad5532df ns16550: Interruption Identification Register definitions clean up Fabien Chereau 2016-01-18 14:42:11 +01:00
  • 01d42186b2 uart: allow to check for errors Fabien Chereau 2016-01-18 14:30:21 +01:00
  • a74d5d63f1 test c++: Recognize init_array as a valid section Peter Mitsis 2016-01-21 12:20:30 -05:00
  • df3c6b13ab c++: Update minimal libc headers Peter Mitsis 2015-12-17 11:04:31 -05:00
  • 497d0e53c4 libc: Consolidate size_t definitions Peter Mitsis 2016-01-20 16:35:16 -05:00
  • b111d6c932 libc: Consolidate NULL definitions Peter Mitsis 2016-01-14 13:05:46 -05:00
  • 36a2ae3184 c++: Add TASK_ENTRY_CPP to C++ task entry points Peter Mitsis 2015-12-21 12:08:00 -05:00
  • babea6d2dd c++: Add EXTERN_C macro Peter Mitsis 2015-12-15 11:44:54 -05:00
  • a0e4568760 c++: Add extern "C" { } block to header files Peter Mitsis 2016-01-22 12:38:49 -05:00
  • 6504b7e72a gpio: Add QMSI-based implementation Jesus Sanchez-Palencia 2015-11-27 08:24:36 -05:00
  • 41771e5b1c adc: Repetitive buffer management Juan Manuel Cruz 2016-01-15 11:25:33 -06:00
  • 51a5b96367 adc: remove of single/differential modes Juan Manuel Cruz 2016-01-14 16:01:19 -06:00
  • fed390316f adc: improvements to the adc sample code. Juan Manuel Cruz 2016-01-14 12:57:05 -06:00
  • 87aa20ebad adc: adds dummy conversion Juan Manuel Cruz 2016-01-14 15:29:46 -06:00
  • 1e3467602a adc: fix a bug polling the power states. Juan Manuel Cruz 2016-01-18 11:42:16 -06:00
  • edfe960e02 adc: adds calibration capability for dw driver. Juan Manuel Cruz 2016-01-14 12:56:14 -06:00
  • 65cb6dbe23 adc: removing MST_CLT and SLV_OBSR offsets Juan Manuel Cruz 2016-01-14 15:39:44 -06:00
  • 7e7be98a98 doc: fix overlength in heading underline for consistency. L.S. Cook 2016-01-04 11:17:15 -08:00
  • eda4d59404 kbuild: Remove check from non-existing options Andre Guedes 2016-01-07 13:23:41 -02:00
  • 123c33a836 x86/iamcu: improve _execute_handler() readability, small optimization Andrew Boie 2016-01-20 14:32:45 -08:00
  • d08ac2f241 clock: Make sure the clock is initialized prior to devices Tomasz Bursztyka 2016-01-04 14:48:50 +01:00
  • bcb2e2e45c spi: dw: Rework the logic on testing/setting controller's readyness Tomasz Bursztyka 2016-01-18 17:27:21 +01:00
  • 6021c64844 spi: dw: Add an initialization priority Kconfig option Tomasz Bursztyka 2016-01-22 14:47:11 +01:00
  • 3ef1517c1a spi: dw: Add Kconfig option to emulate CS through a GPIO pin Tomasz Bursztyka 2016-01-18 17:16:24 +01:00
  • 655fb9fb2e spi: dw: Fix how internal FIFO is handled Tomasz Bursztyka 2016-01-15 10:11:24 +01:00
  • bfb8b375a3 spi: Rework constants for better identification Tomasz Bursztyka 2016-01-14 17:45:05 +01:00
  • a4d8e14008 spi: dw: Add support for auxiliariy registers based access Tomasz Bursztyka 2015-10-14 10:36:49 +03:00
  • 4320dffe0f spi: dw: Differentiate ARC to other arch support Tomasz Bursztyka 2016-01-14 16:04:28 +01:00
  • 3d5351b624 spi: dw:support all frame sizes Ramesh Thomas 2015-12-18 15:26:42 -08:00
  • de00223c04 spi: Make sure option are generated according to their dependencies Tomasz Bursztyka 2016-01-14 15:56:11 +01:00
  • 13c2b1ac7b spi: Rename files according to rules Tomasz Bursztyka 2016-01-14 14:48:12 +01:00
  • 295078d52a spi: Fix the spi configuration mode documentation Tomasz Bursztyka 2016-01-18 17:01:39 +01:00
  • aad67cbfbc samples: gpio: Add quark_se_ss in the white list Tomasz Bursztyka 2016-01-20 10:44:42 +01:00
  • 9de5705bb2 quark_se_ss: Provide all the informations for GPIOs Tomasz Bursztyka 2016-01-20 10:52:12 +01:00
  • 7602d34949 gpio: dw: Fixing how interrupt unmasking is done for Quark SE SS Tomasz Bursztyka 2016-01-20 10:31:39 +01:00
  • f13fb0f71a quark_se: gpio: Add the Always ON GPIO support in Kconfig Tomasz Bursztyka 2016-01-20 10:23:14 +01:00
  • bf20dc9cec gpio: dw: Refactor how general interrupt unmasking is proceeded Tomasz Bursztyka 2016-01-20 10:20:07 +01:00
  • 2a1ae3f436 ARM: ARC: put sw_isr_table in ROM by default Andrew Boie 2016-01-20 15:13:38 -08:00