Commit graph

  • a1be6a8ba9 net: app: Create support for network application API Jukka Rissanen 2017-05-10 22:23:29 +03:00
  • c55870e885 Bluetooth: hci_ecc: Use ATOMIC_DEFINE() for the flags Johan Hedberg 2017-06-30 10:03:07 +03:00
  • 6e80eb46c8 net: ipv4: fix icmp checksum calculation Erwin Rol 2017-06-28 23:14:45 +02:00
  • c84e90e7de samples: nfc_hello: limit to uarts that support interrupts Kumar Gala 2017-06-29 12:15:29 -05:00
  • 8953db8008 tests: tickless: fix building of test Kumar Gala 2017-06-29 12:21:07 -05:00
  • 2a770165df doc: boards: qemu: Mention support for SLIP networking Paul Sokolovsky 2017-06-29 15:55:43 +03:00
  • fbd1bc2a93 samples: hello_world: remove min_ram requirement Kumar Gala 2017-06-29 09:37:57 -05:00
  • 2f29d7904f Bluetooth: controller: Fix hardfault, out-of-range ticker access Vinayak Kariappa Chettimada 2017-06-29 14:33:08 +02:00
  • a5ae267e92 Bluetooth: Introduce new BT_LE_ADV_OPT_ONE_TIME advertising option Johan Hedberg 2017-06-29 14:13:39 +03:00
  • 3cb4d295d0 Bluetooth: Fix KEEP_ADVERTISING flag treatment in bt_le_adv_stop() Johan Hedberg 2017-06-29 14:10:10 +03:00
  • d98a3ce428 x86: place application data in its own sections Andrew Boie 2017-06-14 16:10:20 -07:00
  • 2bc0fa9bd5 qemu_x86: ia32: fix ROM size with XIP enabled Andrew Boie 2017-06-19 12:58:36 -07:00
  • d9c48563a1 check_link_map: fix check for app memory Andrew Boie 2017-06-19 12:47:55 -07:00
  • 3d8aaf7099 x86: implement bss zero and data copy for application Andrew Boie 2017-06-19 11:17:23 -07:00
  • bf5228ea56 kernel: add early init routines for app RAM Andrew Boie 2017-06-19 11:13:19 -07:00
  • f1ae5d40b4 linker-defs: add output section routing macros Andrew Boie 2017-06-19 10:20:41 -07:00
  • 2dc207c987 kernel: add config for app/kernel split Andrew Boie 2017-06-19 10:19:57 -07:00
  • 8eed4b0309 sections.h: define application-level sections Andrew Boie 2017-06-14 16:08:16 -07:00
  • 1eaccb0bb7 linker-defs.h: add some comments Andrew Boie 2017-06-14 13:31:11 -07:00
  • 2a4c2ee23a build: place app objects in libapplication.a Andrew Boie 2017-06-14 13:06:53 -07:00
  • 913e2cdb24 samples: net Documented QEMU_INSTANCE usage John Andersen 2017-06-28 14:59:11 -07:00
  • 06b92c6611 samples: net: Multiple instances of QEMU John Andersen 2017-06-27 08:01:46 -07:00
  • 534beb34c9 tests: boot_time: cleanup boot_time test to work on ARM Kumar Gala 2017-06-28 13:14:02 -05:00
  • d3d9abadbe tests: shell: Filter on UART_CONSOLE support to enable more boards Kumar Gala 2017-06-22 16:21:22 -05:00
  • ccff19ed21 serial: nsim: Add missing SERIAL_HAS_DRIVER in Kconfig Kumar Gala 2017-06-28 09:43:05 -05:00
  • 21cf3a6344 samples: Fix filtering on UART_CONSOLE Kumar Gala 2017-06-28 09:01:44 -05:00
  • 461b5018d3 serial: introduce SERIAL_SUPPORT_INTERRUPT Kconfig option Kumar Gala 2017-06-22 11:26:58 -05:00
  • fe882f407d tests: Remove camel case and fix coding style Punit Vara 2017-06-21 14:32:30 +05:30
  • ed85dea358 Bluetooth: shell: Fix compile warnings when CONFIG_DEBUG=y Vinayak Kariappa Chettimada 2017-06-29 05:28:27 +02:00
  • e8776f6b69 doc: add qemu_xtensa board instructions Anas Nashif 2017-06-27 09:41:17 -04:00
  • 50e95046b2 doc: update qemu_cortex_m3 instructions Anas Nashif 2017-06-27 09:30:38 -04:00
  • f9f2bd9d83 doc: update qemu_x86 instructions Anas Nashif 2017-06-27 09:27:04 -04:00
  • 08df5961b3 arch: intel_quark: use DW device driver when USB is selected Johann Fischer 2017-06-26 16:44:22 +02:00
  • b3ae274a62 tests: fix PCI test using 'supported' keyword Anas Nashif 2017-06-28 10:03:33 -04:00
  • d1e562c924 tests: replace filters in testcase files Anas Nashif 2017-06-27 18:07:29 -04:00
  • b17e1caf0a sanitycheck: add toolchain keyword to testcases Anas Nashif 2017-06-27 18:05:30 -04:00
  • 6c05ccb226 tests: convert testcase.ini to new format Anas Nashif 2017-06-28 09:51:08 -04:00
  • 4040610244 Bluetooth: shell: Fix incorrect #define Johan Hedberg 2017-06-28 16:09:02 +03:00
  • b650fa8a72 tests: net: Add test for Sockets API UDP socket/bind/connect/send/recv Paul Sokolovsky 2017-06-14 21:50:55 +03:00
  • d950ec2981 samples: net: Add socket-based echo server example Paul Sokolovsky 2017-06-09 21:09:19 +03:00
  • 49eaa2b722 net: sockets: Explicitly flush conn/pkt queue on close() Paul Sokolovsky 2017-06-13 20:19:08 +03:00
  • 6055b6cd6b net: sockets: Implement recv() for DGRAM sockets Paul Sokolovsky 2017-06-14 19:50:13 +03:00
  • 2b4a240859 net: sockets: Implement recv() for STREAM sockets Paul Sokolovsky 2017-06-12 22:18:16 +03:00
  • 41e88ea40c net: sockets: Implement send() Paul Sokolovsky 2017-06-10 21:53:03 +03:00
  • 9405887aa7 net: sockets: Add POSIX compat defines for inet_ntop, inet_pton Paul Sokolovsky 2017-06-09 19:56:26 +03:00
  • 7567962f3a net: sockets: Implement bind(), connect(), listen(), accept() Paul Sokolovsky 2017-06-08 17:14:08 +03:00
  • 16bb3ec7ec kernel: queue, fifo: Add peek_head/peek_tail accessors Paul Sokolovsky 2017-06-08 17:13:03 +03:00
  • 4877d6556b net: context: Allow to put context into FIFO at expense of user_data Paul Sokolovsky 2017-06-03 20:38:57 +03:00
  • 386c5bacd1 net: sockets: Add configurable option to provide raw POSIX API names Paul Sokolovsky 2017-05-12 16:52:34 +03:00
  • 041d38740d net: context, pkt: Changes for Sockets API Paul Sokolovsky 2017-05-11 13:49:16 +03:00
  • 3432ff4fca net: sockets: Bootstrap Sockets API implementation Paul Sokolovsky 2017-05-11 13:47:27 +03:00
  • 3dd51d52a2 drivers: usb: use generic option name for log level Johann Fischer 2017-06-26 15:08:46 +02:00
  • 040b85bfbc Bluetooth: controller: Temporarily disable scan req notification Vinayak Kariappa Chettimada 2017-06-27 21:51:29 +02:00
  • 9f964ba8d3 bluetooth: shell: add module for testing NRF5x flash driver Andrzej Puzdrowski 2017-06-22 09:59:16 +02:00
  • 8b7a8448ab Drivers: flash: NRF5x: synchronous mode for co-operation with BLE radio Andrzej Puzdrowski 2017-06-22 09:49:12 +02:00
  • 7e6b9fa841 Bluetooth: controller: support for code exe. in co-operation with radio Andrzej Puzdrowski 2017-06-22 09:36:50 +02:00
  • abcb8d446e doc: fix sidebar nav issues with board docs David B. Kinder 2017-06-23 11:40:11 -07:00
  • cd19a57811 samples: net: mbedtls: Fix server compilation Jukka Rissanen 2017-06-27 20:56:11 +03:00
  • 914d92e488 scripts/sanitycheck: split out log from config-sanitycheck Kumar Gala 2017-06-22 16:19:11 -05:00
  • e094560dbc Bluetooth: tests: Fix left-over issues from bt_gatt_service() removal Johan Hedberg 2017-06-27 18:28:53 +03:00
  • 6ff291a174 tests: do not exclude quark_d2000_crb Anas Nashif 2017-06-27 12:36:36 -04:00
  • 3c50f7aa12 tests: samples: remove duplicate filtering Anas Nashif 2017-06-27 12:28:58 -04:00
  • 386c524f93 Bluetooth: controller: Keep track of IRK to RL indices Carles Cufi 2017-06-26 17:06:46 +02:00
  • 59ff81ca28 Bluetooth: controller: Add wl bit in resolving list Carles Cufi 2017-06-26 16:57:12 +02:00
  • 4a016db283 Bluetooth: controller: Add device match ID radio API Carles Cufi 2017-06-26 14:27:23 +02:00
  • 1a07179a3c Bluetooth: controller: Generate RPAs for scanning and initating Carles Cufi 2017-06-26 12:27:25 +02:00
  • 4ba2bb0d1c Bluetooth: controller: Be fair when pre-empting a ticker Vinayak Kariappa Chettimada 2017-06-25 05:10:48 +02:00
  • 95d55a2bfc Bluetooth: controller: Do not skip one-shot tickers with slot Vinayak Kariappa Chettimada 2017-06-24 21:57:25 +02:00
  • 07270e52ba Bluetooth: controller: Coding style and refactoring Vinayak Kariappa Chettimada 2017-06-25 21:47:46 +02:00
  • 92fa7ac6ce net: http: Remove mbedtls heap setting from http library Jukka Rissanen 2017-06-26 10:37:08 +03:00
  • a9c0a3f9eb ext: lib: mbedtls: Enable and set heap size at device startup Jukka Rissanen 2017-06-22 16:23:39 +03:00
  • 8f9c305a15 Bluetooth: Move PRNG initialization a bit later in HCI init Johan Hedberg 2017-06-27 08:45:01 +03:00
  • 0f0c45ce7c Bluetooth: controller: Optimize RL addition Carles Cufi 2017-06-26 11:07:13 +02:00
  • 2c1dbd21f4 Bluetooth: controller: Handle Privacy Modes Carles Cufi 2017-06-25 18:12:37 +02:00
  • bd31ad11de Bluetooth: controller: Add RL filter Carles Cufi 2017-06-25 17:52:44 +02:00
  • 343a916d48 Bluetooth: controller: Properly remove peer IRKs from RL Carles Cufi 2017-06-25 17:44:49 +02:00
  • 540a209085 Bluetooth: controller: Add whitelist population with privacy Carles Cufi 2017-06-21 12:30:01 +02:00
  • 7df0ab780d Bluetooth: controller: Fix supported cmds and states Carles Cufi 2017-06-23 12:18:21 +02:00
  • cb8be12595 Bluetooth: Fortify role dependency Carles Cufi 2017-06-23 14:05:55 +02:00
  • c446c638f4 dts: nucleo_f401re: add partition support for bootloader Michel Jaouen 2017-06-20 18:26:54 +02:00
  • d426d122f1 boards; cc2650_sensortag: Get building with sanitycheck Kumar Gala 2017-06-23 14:17:11 -05:00
  • a0583cb114 dts: disco_l475_iot1: add flash partition Michel Jaouen 2017-06-23 12:16:57 +02:00
  • 7f5d88ce5f doc: fix doc errors in stm32_min_dev.rst (take 2) David B. Kinder 2017-06-23 10:16:37 -07:00
  • 7071511736 dts: Rename k64sim to nxp,k64f-sim Maureen Helm 2017-06-19 21:03:39 -05:00
  • 28c2c627e5 dts: Rename k64f-gpio to kinetis-gpio Maureen Helm 2017-06-19 20:56:08 -05:00
  • 0dd852bc3c dts: Rename k64f-pinmux to kinetis-pinmux Maureen Helm 2017-06-19 20:43:45 -05:00
  • 8f07f1ab61 dts: Rename kw41z-lpuart to kinetis-lpuart Maureen Helm 2017-06-19 20:28:55 -05:00
  • 15898fca9c dts: Rename k64f-uart to kinetis-uart Maureen Helm 2017-06-19 20:12:07 -05:00
  • f7705af136 boards: arm: Add support for STM32 Minimum Development Board Siddharth Chandrasekaran 2017-05-21 18:22:30 +05:30
  • 09fb996c70 arm: stm32f1: Add support for STM32F103x8 SoC Siddharth Chandrasekaran 2017-05-21 18:13:59 +05:30
  • a868fdb13d arm: soc: stm32: f3: add MPU capability Michel Jaouen 2017-06-16 21:16:04 +02:00
  • d9c314a8a6 boards: disco_l475_iot1: enable MPU Michel Jaouen 2017-06-09 17:56:55 +02:00
  • e00b2be6a5 boards: nucleo_l476rg: enable MPU Michel Jaouen 2017-06-09 17:12:24 +02:00
  • 5cdfe0fcb7 arm: soc: stm32: l4: add MPU capability for series Michel Jaouen 2017-06-09 17:55:32 +02:00
  • 1dadfaa3b4 arm: soc: stm32: make mpu f4 config useable for other family Michel Jaouen 2017-06-09 17:18:09 +02:00
  • 85d86f6e0d boards: sam_e70_xplained: allow flashing via JTAG header Piotr Mienkowski 2017-06-14 23:40:31 +02:00
  • bced2e8a63 board: frdm_k64f: allow overriding default debug/flash scripts Kumar Gala 2017-06-15 08:59:36 -05:00
  • c5940fa673 scripts: pyocd.sh: Add support for passing board_id to pyocd commands Kumar Gala 2017-06-15 08:59:13 -05:00
  • 76be0a4c92 scripts: bossa-flash.sh: fix variable usage Kumar Gala 2017-06-13 14:16:43 -05:00
  • 404ceb6d1e boards: 96b_nitrogen: Add support for flash/debug with pyOCD Kumar Gala 2017-06-13 09:44:41 -05:00