Commit graph

  • 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
  • 11f97de957 samples: add a sample app using TI INA219 power monitor Daniel Leung 2016-01-21 15:02:06 -08:00
  • efc8ed379f quark_se: increase IPM buffer size and make it configurable Andrew Boie 2016-01-20 11:42:12 -08:00
  • ce3b2bd94c doc: update SDK version and location Dan Kalowsky 2016-01-21 15:26:14 -08:00
  • b897415a3c doc: add initial documentation for Arduino Due Daniel Leung 2016-01-20 10:16:13 -08:00
  • 1cc2d3053c boards: adds initial support for Arduino Due Daniel Leung 2016-01-20 21:10:59 -08:00
  • 21c3118655 serial: adds UART driver for SAM3X8E Daniel Leung 2016-01-20 21:10:59 -08:00
  • 945ebd74be arch/arm: adds initial support for Atmel SAM3X8E processor Daniel Leung 2016-01-20 21:10:59 -08:00
  • e55bf6cb0c arch/arm: define flash/SRAM base addresses per SoC Daniel Leung 2016-01-20 21:10:59 -08:00
  • d205c0fc74 spi: dw: Fix build issue Tomasz Bursztyka 2016-01-21 11:25:26 +01:00
  • aaf542e6c7 spi: dw: Fix build error Tomasz Bursztyka 2016-01-21 11:15:38 +01:00
  • fe039db04a override architecture from command line Anas Nashif 2016-01-22 13:51:50 -05:00
  • b047a8c9e0 arm: add function for relocating Cortex-M3 vector table Benjamin Walsh 2016-01-20 15:50:22 -05:00
  • 1f63ec7264 Revert "Move compiler optimization to the SoC" Andrew Boie 2016-01-21 17:10:39 -08:00
  • 009a19f164 x86: remove option to force IDT in RAM Andrew Boie 2016-01-20 15:01:03 -08:00
  • 583126adf9 microkernel: remove task_irq_free() API Andrew Boie 2016-01-21 10:59:46 -08:00
  • 390a0784ae quark_se: Kconfig: Remove unused NBLE defines Johan Hedberg 2016-01-22 20:42:45 +02:00
  • 959632684c i2c: Introduce QMSI I2C driver Andre Guedes 2016-01-12 11:56:02 -02:00
  • eeb29e8397 drivers/nble: Fix overwriting default Kconfig values Szymon Janc 2016-01-21 11:35:42 +01:00
  • d732ac4f67 drivers/nble: Fix invalid use of Kconfig select Szymon Janc 2016-01-21 11:24:26 +01:00
  • c4afa61b26 drivers/nble: Fix typo in Kconfig help message Szymon Janc 2016-01-21 11:20:35 +01:00
  • 4b2a576c80 i2c/i2c_quark_se_ss: convert to using static IRQ API Daniel Leung 2016-01-19 10:45:12 -08:00
  • a704277193 watchdog: Use a common names for drivers Anas Nashif 2016-01-14 08:28:23 -05:00
  • ded463351d Bluetooth: samples/peripheral: Add missing TEST_RANDOM_GENERATOR Johan Hedberg 2016-01-20 11:45:50 +01:00
  • 9905c6fb12 Bluetooth: Remove nble sample Luiz Augusto von Dentz 2016-01-19 15:57:26 +02:00
  • 29921c9e83 Bluetooth: Add support for testing nble driver with samples Luiz Augusto von Dentz 2016-01-19 14:39:08 +02:00
  • dc2c434ff7 drivers/nble: Add BLUETOOTH_MAX_PAIRED Luiz Augusto von Dentz 2016-01-19 16:54:23 +02:00
  • 32a86ca351 Bluetooth: BR/EDR: Store new combination link key Arkadiusz Lichwa 2015-12-28 16:44:01 +01:00
  • cdd0d308c7 Bluetooth: BR/EDR: Add all legacy and SSP link key types Arkadiusz Lichwa 2015-12-28 16:47:27 +01:00
  • 53de0818f9 Bluetooth: BR/EDR: Update keys management Arkadiusz Lichwa 2015-12-28 16:39:57 +01:00