Commit graph

  • ff110b4db5 timer: Corrected types in nRF system timer functions Jan Van Winkel 2018-01-01 21:20:29 +01:00
  • 8e459172e8 drivers: serial: uart_stm32: fix call to LL_USART_SetBaudRate Pushpal Sidhu 2017-12-13 09:23:57 -08:00
  • 258c7ccff1 Bluetooth: controller: Fix HCI LE Set PHY invalid behavior check Vinayak Kariappa Chettimada 2018-02-01 14:50:30 +01:00
  • a1f12eb238 Bluetooth: controller: Fix redundant length update event Vinayak Kariappa Chettimada 2018-01-28 05:51:35 +01:00
  • ec1b1df5ed doc: fix ReST heading underlines David B. Kinder 2018-02-01 16:06:21 -08:00
  • 6ae4be045a Merge branch 'bytewise_crc16' into dev_sdhc dev_sdhc Michael Hope 2018-02-01 21:43:28 +01:00
  • 16d87e1ed6 tests: spi: add a configuration for the Arduino Zero. Michael Hope 2018-02-01 20:22:40 +01:00
  • e2ed71fc92 spi: sam0: fix txrx, NULL buffers, and add a stub async method. Michael Hope 2018-01-17 08:37:37 +01:00
  • a1701b29cd boards: enable the SPI ports on mysensors_gw. Michael Hope 2018-01-31 21:06:08 +01:00
  • 1b78ad896f spi: use pinmux to configure the pins. Michael Hope 2018-01-31 21:04:11 +01:00
  • 7789d93519 boards: add pinmux etc Michael Hope 2018-01-31 20:45:47 +01:00
  • 989c996480 boards Michael Hope 2018-01-28 21:10:16 +01:00
  • 1f84836a9a spi: sam0: use Device Tree for configuration. Michael Hope 2018-01-28 20:13:54 +01:00
  • db160086ec boards: add the SAM0 based Sensebender Gateway. Michael Hope 2018-01-28 18:50:37 +01:00
  • 4071b817b4 sam0: move the UART configuration into pinmux. Michael Hope 2018-01-30 21:35:15 +01:00
  • f008d1999e pinmux: sam0: add a pinmux driver for the SAM0 series. Michael Hope 2018-01-30 20:37:46 +01:00
  • 741162a0ca pinmux: add two more entries to the function enum. Michael Hope 2018-01-30 20:44:05 +01:00
  • 2bc358e059 disk: add a SDHC card over SPI driver. Michael Hope 2017-12-21 22:17:07 +01:00
  • b12c7f133c disk: minor documentation fixes for disk_access.h Michael Hope 2017-12-21 22:20:52 +01:00
  • 52cb31cd69 crc: add crc16_itu_t which is used in the MMC protocol. bytewise_crc16 Michael Hope 2018-02-01 21:37:24 +01:00
  • 53e13caea0 crc: add a faster, chainable version of CRC16/CCITT. Michael Hope 2017-11-27 22:06:02 +01:00
  • 0b7ac73eb6 Bluetooth: Mesh: fix BT_MESH_LPN_POLL_TIMEOUT description Johan Hedberg 2018-02-01 09:51:36 -08:00
  • 9802bfe41a tests: spi: add a configuration for the Arduino Zero. fix_spi_txrx Michael Hope 2018-02-01 20:22:40 +01:00
  • d8e8a72eb4 spi: sam0: fix txrx, NULL buffers, and add a stub async method. Michael Hope 2018-01-17 08:37:37 +01:00
  • 1c08d4fd03 boards: olimexino_stm32: add supported features Yannis Damigos 2018-02-01 18:00:39 +02:00
  • 5c57027f53 Bluetooth: controller: Fix to use CPR preferred periodicity value Vinayak Kariappa Chettimada 2018-01-31 10:47:59 +01:00
  • b072de3b1e Bluetooth: mesh_shell: Increase L2CAP TX buffer count Johan Hedberg 2018-01-31 15:50:58 -08:00
  • a3474a2e2e drivers: spi_ll_stm32: Protect against null TX/RX buffer Yannis Damigos 2017-12-15 23:06:10 +02:00
  • 6a6a4294c2 boards: arm: olimexino_stm32: Enable SPI1 port Yannis Damigos 2017-12-13 13:49:11 +02:00
  • af0c9fc349 drivers: spi_ll_stm32: Enable SPI driver for F1 family Yannis Damigos 2017-12-13 13:46:27 +02:00
  • 17fcbb0507 tests: net: ipv6: Increase the multicast address count Jukka Rissanen 2018-01-30 17:50:36 +02:00
  • fbaa3b1724 net: tcp: prepare_segment: Return detailed error codes. Paul Sokolovsky 2018-01-28 20:23:41 +02:00
  • 9a238cd538 soc: atom: support enumerating PCI devices Anas Nashif 2018-01-31 09:54:21 -05:00
  • 752d23d119 drivers: pci: when enumerating, only print the device info Anas Nashif 2018-01-31 09:54:01 -05:00
  • 3f1dbfda15 pwm: nrf5_sw: don't disable timer if another channel is still active Ricardo Salveti 2017-08-28 19:41:56 -03:00
  • ab399a1cf0 pwm: nrf5_sw: do not use 'inversed' polarity by default Ricardo Salveti 2017-08-28 18:48:45 -03:00
  • cec073c35c pwm: nrf5_sw: add support for SYS_LOG Ricardo Salveti 2017-08-28 18:44:02 -03:00
  • 928ff12c73 samples: drivers: Add freedom boards to flash_shell sample Maureen Helm 2018-01-31 14:34:20 -06:00
  • 262595f09f drivers: flash: Implement flash page layout api in mcux driver Maureen Helm 2018-01-31 14:22:11 -06:00
  • d107411820 arm: nxp_kinetis: Define FLASH_DRIVER_NAME macro for kl2x and kwx SoCs Maureen Helm 2018-01-31 14:13:40 -06:00
  • f633c0f997 dts: bindings: Introduce flash erase-block-size property Maureen Helm 2018-01-31 13:55:35 -06:00
  • d6b905910b Bluetooth: Mesh: Fix passing CID to model publication messages Johan Hedberg 2018-01-31 13:06:21 -08:00
  • b8adc47681 gpio: sam0: implement external interrupt support. upstream_gpio_int Michael Hope 2018-01-27 09:49:39 +01:00
  • adcb52b790 gpio: sam0: add pull up/pull down support. Michael Hope 2018-01-27 09:37:56 +01:00
  • 9580d207aa tests: gpio: add a configuration for the Arduino Zero. Michael Hope 2018-01-25 21:42:11 +01:00
  • 9acfc7fb5c Bluetooth: controller: Fix to restrict addr set in initiator Vinayak Kariappa Chettimada 2018-01-31 08:49:13 +01:00
  • 7d9af17098 crc: add test vectors for the ANSI version. Michael Hope 2018-01-31 19:45:05 +01:00
  • 5f644eed56 pinmux: sam0: add a pinmux driver for the SAM0 series. add_pinmux Michael Hope 2018-01-30 20:37:46 +01:00
  • 94afaa3845 sensor: hts221: Fix assert logical error Andy Gross 2018-01-31 10:35:44 -06:00
  • 7dc68b38c3 tests: build_all: Add missing sensors Maureen Helm 2018-01-30 13:56:49 -06:00
  • a9c2dc011c hexiwear_k64: Add sensor dts nodes and fixups Maureen Helm 2018-01-15 16:37:16 -06:00
  • d60c184c8f frdm_kw41z: Add sensor dts nodes and fixups Maureen Helm 2018-01-15 16:24:17 -06:00
  • e27673a2f4 frdm_k64f: Add sensor dts nodes and fixups Maureen Helm 2018-01-15 16:18:06 -06:00
  • 641aa5c58a dts: sensor: Add dts yaml bindings for the max30101 sensor Maureen Helm 2018-01-16 07:54:41 -06:00
  • fd8a9ae89c dts: sensor: Add dts yaml bindings for the fxas21002 sensor Maureen Helm 2018-01-16 07:53:09 -06:00
  • 88d5949b94 dts: sensor: Add dts yaml bindings for the fxos8700 sensor Maureen Helm 2018-01-16 07:45:27 -06:00
  • e92df9c01d samples: Build hts221 sensor sample only on supported boards Maureen Helm 2018-01-16 13:49:51 -06:00
  • 301acb8e1b kernel: include: rename nano_internal.h to kernel_internal.h Ramakrishna Pallala 2018-01-31 10:11:47 +05:30
  • 7af9c7108f Bluetooth: controller: Fix for CPR with/without Feature Exchange Vinayak Kariappa Chettimada 2018-01-29 14:52:54 +01:00
  • 8fc4c99496 Bluetooth: Remove redundant AD parsing check Johan Hedberg 2018-01-30 15:26:29 -08:00
  • 7ae78c9928 Bluetooth: Mesh: Fix segment transmission timeout Johan Hedberg 2018-01-28 14:04:04 -08:00
  • 1150858d8f Bluetooth: Mesh: Fix ack timeout calculation Johan Hedberg 2018-01-28 13:14:18 -08:00
  • fee8734874 Bluetooth: Mesh: Clear segment rx context when incomplete timer expires Johan Hedberg 2018-01-28 12:20:16 -08:00
  • fde013b254 Bluetooth: Mesh: Take advantage of K_SECONDS macro Johan Hedberg 2018-01-28 12:15:14 -08:00
  • a0ab6086e3 Bluetooth: Mesh: Fix ignoring old SeqAuth values Johan Hedberg 2018-01-27 11:59:10 -08:00
  • cff16051bb disk: delete the GET_DISK_SIZE IOCTL. Michael Hope 2017-12-31 18:15:16 +01:00
  • f3653b1a5c usb: Add sanitycheck configuration Andrei Emeltchenko 2018-01-24 14:19:33 +02:00
  • bab250a0e8 usb: samples: Add HID sample Andrei Emeltchenko 2018-01-24 14:10:29 +02:00
  • f908387e9a usb: hid: Add macros for REPORT descriptor Andrei Emeltchenko 2018-01-26 14:47:51 +02:00
  • ad12038442 usb: hid: Use typedef for callbacks Andrei Emeltchenko 2018-01-25 09:48:00 +02:00
  • e8ccb16986 usb: hid: Add Human Interface Device (HID) class Andrei Emeltchenko 2018-01-24 14:02:44 +02:00
  • 8f21a37861 usb: Clean up code to meet Zephyr standard Andrei Emeltchenko 2018-01-24 14:07:45 +02:00
  • 60f8c6e272 usb: usbnet: Clean up code Andrei Emeltchenko 2018-01-24 13:56:30 +02:00
  • 17735e8a04 usb: netusb: Remove USB custom_handler() Andrei Emeltchenko 2018-01-19 11:40:51 +02:00
  • 6e2e2dbb1b usb: msc: Clean up comment Andrei Emeltchenko 2018-01-19 11:40:00 +02:00
  • f5758b5d97 cmake: Fix dependencies between kobject_hash files Sebastian Bøe 2018-01-31 10:42:46 +01:00
  • afb9830441 net: lwm2m: fix retransmit_request() pending process / packet send Michael Scott 2018-01-30 13:50:59 -08:00
  • db09596b1d net: lwm2m: correct packet pending process in lwm2m_send_message() Michael Scott 2018-01-30 13:39:34 -08:00
  • d03ad43dbb Bluetooth: controller: Fix to restrict addr set in active scan Vinayak Kariappa Chettimada 2018-01-31 08:49:13 +01:00
  • 44cab35004 boards: arc: default board with MPU enabled Anas Nashif 2018-01-30 20:35:16 -05:00
  • 701bb2afba doc: fix misspellings in boards and samples docs David B. Kinder 2018-01-30 12:06:30 -08:00
  • 79e916542a doc: fix misspellings in doxygen API comments David B. Kinder 2018-01-30 11:41:06 -08:00
  • baed5a59c7 doc: fix misspellings in Kconfig files David B. Kinder 2018-01-30 11:31:06 -08:00
  • 4e2fcccc4c boards: make em_starterkit the defaule for ARC Anas Nashif 2018-01-30 16:22:52 -05:00
  • a8a320c066 boards: disco_l475_iot1: Remove POLL dependency Yannis Damigos 2018-01-30 16:01:58 +02:00
  • 573ca6654e pinmux: add two more entries to the function enum. Michael Hope 2018-01-30 20:44:05 +01:00
  • dca17f66ec sam0: move the UART configuration into pinmux. uart_pinmux Michael Hope 2018-01-30 21:35:15 +01:00
  • 455a0250bc pinmux: sam0: add a pinmux driver for the SAM0 series. Michael Hope 2018-01-30 20:37:46 +01:00
  • c02d8c5cc9 pinmux: add two more entries to the function enum. Michael Hope 2018-01-30 20:44:05 +01:00
  • 578e6fdbb0 doc: user mode overview documentation Andrew Boie 2018-01-26 12:09:21 -08:00
  • afc78778d3 scripts: jlink: Do not mass erase flash by default Maureen Helm 2018-01-30 06:50:51 -06:00
  • 5155e68105 subsys: disk: Kconfig: add prompt messages for config options Ramakrishna Pallala 2018-01-30 21:25:36 +05:30
  • 275d16dc6c tests: Kconfig: add proper description to config option Ramakrishna Pallala 2018-01-30 21:09:12 +05:30
  • 1fbc41b1e9 boards: 96b_carbon: add supported features Anas Nashif 2018-01-28 16:50:55 -05:00
  • 2151b864d4 sanitycheck: fix crashes with symlinks in path Alberto Escolar Piedras 2018-01-29 15:09:21 +01:00
  • c3f53911de mbedtls: Added support for using an externally built mbedtls Sebastian Bøe 2017-12-11 13:58:12 +01:00
  • 61cf3b0573 mbedtls: Kconfig: Re-organize to enable choosing an mbedtls impl. Sebastian Bøe 2017-12-11 12:36:26 +01:00
  • c968a85d85 drivers/spi: Properly check for rx/tx and buffering on Tomasz Bursztyka 2018-01-23 08:26:22 +01:00
  • 6fbd86113d net: lwm2m: fix reporting attributes with negative fraction Robert Chou 2018-01-15 09:39:34 +08:00
  • abd54484fc native: doc fix regarding ztest not stopping Alberto Escolar Piedras 2018-01-28 16:21:11 +01:00