Commit graph

  • 18df11646f Bluetooth: Allow use of ScanData with BT_LE_ADV_OPT_USE_NAME Luiz Augusto von Dentz 2018-07-16 11:45:20 +03:00
  • acc3e5129e Bluetooth: Add BT_LE_ADV_OPT_USE_NAME Luiz Augusto von Dentz 2018-07-10 10:14:23 +03:00
  • aa339ed0f2 Bluetooth: GATT: Make GAP name writable Luiz Augusto von Dentz 2018-07-09 16:14:56 +03:00
  • 2637c978fe Bluetooth: Store device name Luiz Augusto von Dentz 2018-07-09 15:12:04 +03:00
  • d74a56bd63 sanitycheck: set state correctly in case of a crash Anas Nashif 2018-07-21 19:58:47 -04:00
  • 127220c663 tests: net: Run various tests only in qemu_x86 or native_posix Jukka Rissanen 2018-07-20 12:24:20 +03:00
  • faae730a53 tests: net: Print proper error if we run out of net bufs Jukka Rissanen 2018-07-20 12:19:42 +03:00
  • 6a8649f806 libc: minimal: add malloc functions Andrew Boie 2018-07-12 15:00:58 -07:00
  • 17282578a9 arc: fix update of ERET on exc return Andrew Boie 2018-07-16 10:38:23 -07:00
  • f9cd4995ff drivers/serial: ns16550: extend to support 4 ports Daniel Leung 2018-07-19 10:43:08 -07:00
  • 7fe2c3b14f logging: Fix static log filtering Krzysztof Chruscinski 2018-07-20 14:25:57 +02:00
  • 4238418eb2 tests: kernel: document gen_isr_table tests for RTM Ajay Kishore 2018-07-09 19:43:53 +05:30
  • 96aa0d2133 kernel: Use accurate tick/ms conversion if clock rate is set at runtime Piotr Zięcik 2018-07-13 16:37:50 +02:00
  • 09a322ae21 tests: kernel: device: Set device power state Ramakrishna Pallala 2018-07-19 13:09:02 +05:30
  • 913507a21f tests: crypto: rand32: Add test for z_early_boot_rand32_get Ramakrishna Pallala 2018-07-19 10:22:02 +05:30
  • 5f92b3b740 ext: hal: cmsis: Remove headers from old CMSIS import Kumar Gala 2018-07-18 17:58:04 -05:00
  • be9966f3ae Bluetooth: Mesh: Fix missing semicolon for debug log Johan Hedberg 2018-07-20 13:38:13 +03:00
  • ef935898d0 boards: arm: add nrf52840_pca10059 Emanuele Di Santo 2018-07-09 15:24:47 +02:00
  • 7479cc2ee8 samples: net: Fix incorrect use of ipv4 in ipv6 branch Subramanian Meenakshi Sundaram 2018-07-19 10:39:38 -07:00
  • 2fe998cdef kernel: Deprecate sys_clock_us_per_tick variable. Piotr Zięcik 2018-07-17 15:14:32 +02:00
  • 408a580644 net: ethernet: mgmt: Fix Qav deltaBandwith check Jukka Rissanen 2018-07-19 11:32:29 +03:00
  • 7f0432a114 net: utils: Check null pointer when parsing IPv6 address Jukka Rissanen 2018-07-18 16:54:10 +03:00
  • dfa3f10b26 net: gptp: Add comment for falling through case Jukka Rissanen 2018-07-18 16:44:01 +03:00
  • 27fef49d17 net: gptp: Check overflow of log msg interval Jukka Rissanen 2018-07-18 16:38:03 +03:00
  • 4670214c26 net: gptp: Fix unsigned value comparison Jukka Rissanen 2018-07-18 14:25:51 +03:00
  • 81a2c4b8ff tests: sleep: Fix _TICK_ALIGN correction. Piotr Zięcik 2018-07-19 15:08:02 +02:00
  • 7f4d006959 kernel: fix errno access for user mode Andrew Boie 2018-07-19 11:09:33 -07:00
  • 89f87ec56e syscalls: pull in arch/cpu.h Andrew Boie 2018-07-19 13:00:52 -07:00
  • 45f069a4bb arc: arch.h: move extern "C" after includes Andrew Boie 2018-07-19 14:47:59 -07:00
  • 362716762b arm: arch.h: move extern "C" after includes Andrew Boie 2018-07-19 14:12:56 -07:00
  • e24350c775 sanitycheck: do not run if we do not have nsimdrv Anas Nashif 2018-07-11 15:09:22 -05:00
  • 99f5a6cfed sanitycheck: support additional handlers Anas Nashif 2018-07-07 08:45:53 -05:00
  • d44c900143 boards: nsim_em: mark as simulation platform Anas Nashif 2018-07-11 14:53:45 -05:00
  • fd62b7a085 boards: nsim_sem: fix identifier Anas Nashif 2018-07-11 14:52:55 -05:00
  • 685111ac06 sanitycheck: add nsim as simulation type Anas Nashif 2018-07-11 14:52:02 -05:00
  • df7ee61c09 sanitycheck: merge native and unit handlers Anas Nashif 2018-07-07 06:09:01 -05:00
  • 7ce9615a2b nsim: add run target Anas Nashif 2018-07-06 09:02:03 -05:00
  • 4a9f3e63b8 sanitycheck: do not redefine handler_log Anas Nashif 2018-07-06 18:58:18 -05:00
  • 1377375af2 sanitycheck: refactor add_goal Anas Nashif 2018-07-06 18:20:23 -05:00
  • d9c37d6cfc kernel: idle: Define _sys_soc_resume functions conditionally Ramakrishna Pallala 2018-07-17 21:21:30 +05:30
  • 770eba360f tests: power: multicore: Fix power state entry for LMT Ramakrishna Pallala 2018-07-16 14:45:15 +05:30
  • 05434d1bb6 tests: power: multicore: Fix the idle synchronization issue Ramakrishna Pallala 2018-07-16 14:32:02 +05:30
  • 49f5f5bc23 tests: power: power_states: Define power states as per architecture Ramakrishna Pallala 2018-07-16 14:22:30 +05:30
  • fe48f743f3 arch: arc: Fix Deep Sleep hang issue on Quark SE(ARC) Ramakrishna Pallala 2018-07-16 14:09:44 +05:30
  • 2e615181f0 arch: x86: Reorder the SoC power states for Quark SE Ramakrishna Pallala 2018-07-16 13:15:59 +05:30
  • 83db9ad753 logging: Make prefixes the same length Johan Hedberg 2018-07-19 21:58:26 +03:00
  • a74137f665 net: getaddrinfo: use memory allocation for res Andrew Boie 2018-07-18 12:01:19 -07:00
  • 1b37602859 net: getaddrinfo: ai_state no longer global Andrew Boie 2018-07-18 11:25:49 -07:00
  • 3bda93a3aa dts: arc: fixes the warning msgs during cmake Wayne Ren 2018-07-19 17:11:14 +08:00
  • c12fa740a2 logging: Remove log.h including in headers limitation Krzysztof Chruscinski 2018-07-19 09:50:35 +02:00
  • 927c1470da logging: Internal logger headers cleanup Krzysztof Chruscinski 2018-07-18 14:48:46 +02:00
  • 86b5edc4d0 logging: Internal processing thread enabled by default Krzysztof Chruscinski 2018-07-19 14:27:07 +02:00
  • 8891beaf84 tests: posix: add test for pthread_key Niranjhana N 2018-05-18 15:07:04 +05:30
  • 414c39fc94 posix: add pthread_key and pthread_once APIs Niranjhana N 2018-04-11 16:00:09 +05:30
  • f84caef220 doc: Makefile: Switch to Ninja as a generator Carles Cufi 2018-07-19 13:47:45 +02:00
  • e182dbc22e doc: cmake: Enable out-of-tree builds Carles Cufi 2018-07-16 19:05:05 +02:00
  • 880f21fbb3 codeowners: Assign doc CMake and scripts to me Carles Cufi 2018-07-17 17:37:42 +02:00
  • 40f743669b net: eth: Convert to use callbacks to query stats Jonathan Yong 2018-07-19 05:06:56 +00:00
  • 16155ad93a doc: windows: Clarify Python paths Carles Cufi 2018-07-18 11:42:52 +02:00
  • d35d8e9310 tests: Add test for NATIVE_EXIT_TASK Alberto Escolar Piedras 2018-07-14 13:47:39 +02:00
  • 15d847add8 native: Add NATIVE_EXIT_TASK hooks Alberto Escolar Piedras 2018-07-10 09:17:39 +02:00
  • b1045fee59 sanitycheck: Do not calculate size for native builds Alberto Escolar Piedras 2018-07-14 13:11:02 +02:00
  • e74d85d816 kernel: thread: Simplify k_thread_foreach conditional inclusion Ramakrishna Pallala 2018-07-18 13:50:52 +05:30
  • 47a9f9a617 kernel: thread: Exclude deprecated function from lcov Spoorthi K 2018-07-18 22:01:23 +05:30
  • 0251a9f140 net: ipv6: Fix NA debug print Jukka Rissanen 2018-07-18 12:45:42 +03:00
  • 7b8b09bde4 samples: net: Explicitly ignore socket close return value Robert Lubos 2018-07-18 15:25:27 +02:00
  • 34ee20a375 tests: sleep: Add description and RTM links Spoorthi K 2018-07-18 21:17:21 +05:30
  • e29acf0015 Bluetooth: shell: fix type usage Anas Nashif 2018-07-18 07:34:12 -05:00
  • 19666a9beb tests: fix u32_t type usage Anas Nashif 2018-07-18 07:33:53 -05:00
  • 4208642a53 samples: fix u32_t type usage Anas Nashif 2018-07-18 07:33:37 -05:00
  • a2ad4b2dd1 drivers: qmsi: Fix types and u32_t/uint32_t conflicts Anas Nashif 2018-07-17 19:58:57 -05:00
  • 8cdb5d5d24 tests: nffs: fixed types Anas Nashif 2018-07-17 20:03:00 -05:00
  • 934c8eae45 tests: spinlock: Add description and doxygen groups Spoorthi K 2018-07-18 20:10:28 +05:30
  • eda3e16ac7 coverage: exclude k_call_stacks_analyze from coverage Anas Nashif 2018-07-18 09:07:26 -05:00
  • e7ae7334db lib/crc: Add CRC32 support Olivier Martin 2018-04-24 13:56:45 +02:00
  • 051c1f5fd6 subsys: mgmt: Fix broken OTA firmware update Mariusz Skamra 2018-07-16 19:22:05 +02:00
  • 8a86931e8a board: quark_se_c1000: Add default setting for cc2520 radio Andrei Emeltchenko 2018-07-18 12:57:03 +03:00
  • 29a757a814 samples: wpanusb: Remove old dead code Andrei Emeltchenko 2018-07-18 10:59:39 +03:00
  • 42f51ef08d drivers: wifi: winc1500: Use offload_context instead of user_data. Gil Pitney 2018-07-10 11:07:05 -07:00
  • cf6a870863 tests: net: udp: Increase network buffer counts Jukka Rissanen 2018-07-17 16:14:17 +03:00
  • 5d5d02b1ec ext: hal: nxp: mcux: Update README file Jukka Rissanen 2018-07-18 13:38:10 +03:00
  • 77e03fc8be drivers: eth: mcux: Prioritize received PTP packets to high Jukka Rissanen 2018-03-08 15:47:33 +02:00
  • 18d327c432 drivers: eth: mcux: Allow gPTP over VLAN Jukka Rissanen 2018-02-26 13:17:04 +02:00
  • e30c3096b2 samples: net: gptp: Add support for FRDM-K64F board Jukka Rissanen 2018-06-26 12:58:02 +03:00
  • d45f90e548 drivers: eth: mcux: Enable gPTP support Jukka Rissanen 2018-01-25 08:55:18 +02:00
  • 8e304696e4 ext: hal: nxp: mcux: Enable enhanced buffer desc mode if needed Jukka Rissanen 2018-01-25 09:30:59 +02:00
  • 7715019679 ext: hal: nxp: mcux: Fix PTP event packet type check Jukka Rissanen 2018-02-12 13:52:15 +02:00
  • b7a68fbbe5 ext: hal: nxp: mcux: Fix ethernet timestamping driver Julien Chevrier 2017-04-13 10:45:14 +01:00
  • c056340162 boards: arc: fix the wrong mpu configuration of nsim board Wayne Ren 2018-07-17 14:48:39 +08:00
  • bffae85488 tests: kernel: Add description for common and interrrupt Spoorthi K 2018-07-11 10:45:59 +05:30
  • 5d1b57ff9d tests: Add colibri_imx7d_m4 config in pwm_api Diego Sueiro 2018-07-16 10:32:39 +01:00
  • d370391e2e samples: Add colibri_imx7d_m4 config in blink_led Diego Sueiro 2018-07-16 10:28:33 +01:00
  • 10af6c34b4 board: Add PWM support for colibri_imx7d_m4 Diego Sueiro 2018-07-16 19:40:45 +01:00
  • d99f6ada84 arch: Add support for i.MX PWM Diego Sueiro 2018-07-07 17:51:10 +01:00
  • 51d1708648 drivers: add i.MX PWM driver Diego Sueiro 2018-07-17 17:23:03 +01:00
  • c2454309de arch: Add i.MX7 PWM get clock frequency function Diego Sueiro 2018-07-17 06:42:30 +01:00
  • 04d1a38b45 boards: x86: add support for UP Squared (Pentium/Celeron) Daniel Leung 2018-07-12 14:28:58 -07:00
  • 26e83aab35 arch/x86/soc: add SoC configuration for Apollo Lake Daniel Leung 2018-07-16 18:37:14 -07:00
  • 2bda5cf1a7 boards/x86: scripts: extend build_grub.sh for 64-bit UEFI Daniel Leung 2018-07-16 18:37:14 -07:00
  • cf71938aa1 tests: net: tcp: Use correct network interface for sending Jukka Rissanen 2018-06-29 13:19:49 +03:00