Commit graph

  • c0682a9dca net: context: Init context state after unref Jukka Rissanen 2017-06-09 14:27:29 +03:00
  • 35d28fb567 net: http: Connection close fix if old connection is active Jukka Rissanen 2017-06-09 14:12:27 +03:00
  • 87ccb79a7a net: lib: dns: Check return value of net_context_recv() Leandro Pereira 2017-06-09 10:10:26 -07:00
  • 2f117af6c5 scripts: make check_compliance scripts take arguments Anas Nashif 2017-05-09 16:57:00 -04:00
  • 1fc69dd4db ci: merge xml reports into one single file Anas Nashif 2017-05-07 10:21:50 -04:00
  • c363a0d000 ci: compliance: add missing classname and enhanced description Anas Nashif 2017-05-07 10:07:45 -04:00
  • 243671bcdb samples: ipm: fix macro name Anas Nashif 2017-06-09 21:30:19 -04:00
  • aac4f488be tests: Add shell tests Luiz Augusto von Dentz 2017-06-01 16:01:28 +03:00
  • a04d22c6d8 net: shell: Remove code adjust arguments Luiz Augusto von Dentz 2017-06-01 15:56:13 +03:00
  • 81cc89189b shell: Adjust arguments when executing a command of different module Luiz Augusto von Dentz 2017-06-01 15:49:14 +03:00
  • 417dc03aad shell: Return proper errors if the command fails Luiz Augusto von Dentz 2017-06-01 15:03:42 +03:00
  • 4b5aef7ee4 shell: Add define to _SHELL_H_ Luiz Augusto von Dentz 2017-06-01 15:01:49 +03:00
  • 1a8cd31d64 shell: Add shell_exec Luiz Augusto von Dentz 2017-05-25 21:14:08 +03:00
  • 680ca8c944 toolchain/common.h: deprecate __stack Andrew Boie 2017-06-02 14:12:22 -07:00
  • 567c6c7683 misc: use K_THREAD_STACK_DEFINE macros Andrew Boie 2017-06-02 14:10:09 -07:00
  • e87eacacfa samples: use K_THREAD_STACK_DEFINE macros Andrew Boie 2017-06-02 14:08:58 -07:00
  • 2d4a36fc1c drivers: use K_THREAD_STACK_DEFINE macros Andrew Boie 2017-06-02 14:08:45 -07:00
  • 15ed8ec7ea tests: use K_THREAD_STACK_DEFINE macros Andrew Boie 2017-06-02 14:08:22 -07:00
  • dc5d935d12 kernel: introduce stack definition macros Andrew Boie 2017-06-02 12:56:47 -07:00
  • bcb4cfe9e4 tests: net: use main thread for test Andrew Boie 2017-06-02 12:33:12 -07:00
  • e0185d4c76 toolchain: gcc: add __DEPRECATED_MACRO Andrew Boie 2017-06-02 10:53:44 -07:00
  • 2f28bf538c scripts: convert helper scripts to python3 Punit Vara 2017-06-08 14:40:48 +05:30
  • 0eb078b737 doc: fix reference to nios2-configure-sof tool David B. Kinder 2017-06-09 11:18:19 -07:00
  • fa4a39322e scripts: extract_dts_includes.py: Correct LOAD_OFFSET Andy Gross 2017-06-09 11:38:56 -05:00
  • 7211665f99 pinmux: Galileo: Updated the pinmux to use new PWM API's. Adithya Baglody 2017-06-09 11:58:30 +05:30
  • 3a025544a1 ieee802154: Realign structure bitfields Tomasz Bursztyka 2017-06-07 10:26:08 +02:00
  • 286139e13b net: tcp: Check pkt before sending RESET Jukka Rissanen 2017-06-09 12:40:12 +03:00
  • fc125e0e2c net: shell: Add HTTP server connection monitoring Jukka Rissanen 2017-06-05 17:32:07 +03:00
  • e3ba68881d net: shell: Show HTTP connection information Jukka Rissanen 2017-06-05 16:41:29 +03:00
  • ab51f67e17 net: http: Collect HTTP server connection information Jukka Rissanen 2017-06-05 16:39:45 +03:00
  • d055252ea9 Bluetooth: controller: Restrict enc to 1M 27 bytes PDU on nRF51 Vinayak Kariappa Chettimada 2017-05-30 00:44:19 +02:00
  • ebd94f06b5 Bluetooth: controller: Cond. compile LE Encryption Vinayak Kariappa Chettimada 2017-05-30 00:12:10 +02:00
  • 447193c959 net: context: Print error code if sending fails Jukka Rissanen 2017-06-05 13:45:37 +03:00
  • 7812569e0f net: context: Add debug print when context is freed Jukka Rissanen 2017-06-02 15:28:53 +03:00
  • e90f4e1486 sample: net: Add https-client sample application Jukka Rissanen 2017-06-05 14:00:20 +03:00
  • 1b82463dee net: http: Add HTTPS client support Jukka Rissanen 2017-05-23 16:12:09 +03:00
  • 0d43bbfb77 net: http: Move heap init into net/lib/http/http.c Jukka Rissanen 2017-05-23 16:10:30 +03:00
  • 393ab90785 samples: net: Fix README.rst file documentation Jukka Rissanen 2017-06-07 13:18:03 +03:00
  • 0b9f9f3023 tests: context: move idle test to the end Andrew Boie 2017-06-08 10:46:47 -07:00
  • 2a29bed8bb tests: json: add tests for arrays of objects Marti Bolivar 2017-06-07 14:13:15 -04:00
  • 25d62edd01 lib: json: add helper macros for arrays of objects Marti Bolivar 2017-06-07 14:10:57 -04:00
  • b4c8d83eab lib: json: fix arr_parse() Marti Bolivar 2017-06-07 14:07:45 -04:00
  • 2620ae0932 lib: json: fix arr_encode() Marti Bolivar 2017-06-07 11:50:15 -04:00
  • a4b67de3fd lib: json: clarify JSON_OBJ_DESCR_ARRAY usage Marti Bolivar 2017-06-07 14:05:30 -04:00
  • 6e78701392 tests: remove obsolete usage of defrag Anas Nashif 2017-06-08 11:21:14 -04:00
  • 817a043fc8 toolchain.gccarmemb: Fix support for where to find newlib Kumar Gala 2017-06-08 11:30:04 -05:00
  • e3550a29ff stack_sentinel: hang system on failure Andrew Boie 2017-06-07 15:15:19 -07:00
  • 000429c069 tests: fatal: increase coverage Andrew Boie 2017-06-07 10:57:01 -07:00
  • 6255d6c6de k_oops: force unlock IRQs on ARMv7M Andrew Boie 2017-06-07 14:44:58 -07:00
  • 998f905445 arches: declare _SysFatalErrorHandler __weak Andrew Boie 2017-06-07 10:40:29 -07:00
  • ae1a75b82e stack_sentinel: change cooperative check Andrew Boie 2017-06-07 09:33:16 -07:00
  • ef2e463493 frdm_k64f: default to pyocd.sh for flashing/debug Andrew Boie 2017-06-07 08:51:44 -07:00
  • 639a10e30d sam3x: report correct number of IRQ priority bits Andrew Boie 2017-06-08 10:02:41 -07:00
  • 3405607d9e license: add missing licenses and copyright Anas Nashif 2017-06-08 10:24:51 -04:00
  • c282811983 samples: static_lib: conditional assign BOARD (?=) Sharron LIU 2017-06-08 15:29:35 +08:00
  • 84628e8b53 kconfig: misc: Conditionally remove FLASH_LOAD options Andy Gross 2017-05-23 10:56:13 -05:00
  • 91f67a13f7 dts: common: yaml: Add partition file Andy Gross 2017-06-07 00:29:41 -05:00
  • 69255043e7 dts/extract_dts_includes.py: Add partition support Andy Gross 2017-04-19 22:58:51 -05:00
  • 68e8813896 tests: context: allow 2 ticks of slop Andrew Boie 2017-06-05 12:52:07 -07:00
  • 7a5150cd9f tests: context: make some failures less ambiguous Andrew Boie 2017-06-05 12:47:45 -07:00
  • f0095619ed doc: fix linenum references in api example David B. Kinder 2017-06-07 17:25:28 -07:00
  • 3970cd4a87 samples: fixed typo in README.rst Sharron LIU 2017-06-08 10:11:20 +08:00
  • 054ab5f1cf release: Update version of master to 1.8.99 Anas Nashif 2017-06-07 21:01:06 -04:00
  • b676bfafc8 drivers: serial: uart_fe310: fix function definiton name for UART1 IRQ Jens Peter Schroer 2017-06-07 18:08:22 +02:00
  • 364a2ac8a1 sensor: lps22hb: fix the pressure sensor fractional value Harry Jiang 2017-05-30 02:58:29 +08:00
  • eaa42889de doc: add interrupt implementation details Andrew Boie 2017-05-24 12:01:24 -07:00
  • 489d7475f8 samples: restore cpp_synchronization test Andrew Boie 2017-06-06 13:51:55 -07:00
  • 5b22d6fab3 Makefile.toolchain.zephyr: fix C++ on Xtensa Andrew Boie 2017-06-06 14:58:49 -07:00
  • e125e5b9c6 arm: core: mpu: Prevent updating unexpected region chunlin 2017-05-25 19:06:20 +08:00
  • b520075788 gitlint: Ignore signed-off-by line Anas Nashif 2017-06-06 08:50:11 -04:00
  • 7a01988c64 net: 6lo: Fix source address uncompression Ravi kumar Veeramally 2017-06-05 15:58:16 +03:00
  • 4a8a42f9dd net: rpl: Update RPL header Ravi kumar Veeramally 2017-06-05 13:56:18 +03:00
  • 2e2ce3120a net: https: Allow mbedtls debugging for https-server Jukka Rissanen 2017-06-05 14:52:12 +03:00
  • f84d520088 drivers: IPM: Refactor IPM driver using u32_t registers Andrei Emeltchenko 2017-05-30 14:16:39 +03:00
  • 1129925a62 drivers: IPM: Access 32-bit IPM registers right way Andrei Emeltchenko 2017-05-22 14:28:26 +03:00
  • 50605ecba8 drivers: IPM: Fix loosing interrupts Andrei Emeltchenko 2017-05-22 14:33:07 +03:00
  • 7763a1dee9 lib/json: Fix build warnings (-Wpointer-sign) with LLVM/icx Leandro Pereira 2017-06-05 17:01:01 -07:00
  • 08a2c6019c net: context: Operations on unused context should lead to EBADF. Paul Sokolovsky 2017-06-04 14:28:04 +03:00
  • 0998cdfba1 Bluetooth: shell: gatt-write-without-response with repeat Vinayak Kariappa Chettimada 2017-06-02 11:21:44 +02:00
  • cb0f81f25f samples: dns_resolve: Clarify documentation about DNS configuration Leandro Pereira 2017-06-01 15:12:57 -07:00
  • 82cd648b9b x86: don't shift data addresses between builds Andrew Boie 2017-06-01 22:12:30 -07:00
  • 4b355f1191 doc: getting_started: Add WSL instructions Carles Cufi 2017-06-02 13:06:49 +02:00
  • f2ecdd4145 dts: yaml: Add YAML template file Andy Gross 2017-05-24 00:26:04 -05:00
  • 252da09d02 doc: Add Device Tree documentation Andy Gross 2017-05-24 00:24:50 -05:00
  • f1f5275779 bluetooth: Allow to specify Logging Domain Andrei Emeltchenko 2017-05-31 13:47:56 +03:00
  • 6d4763129d riscv32: update time slice before swap Andrew Boie 2017-06-01 16:20:41 -07:00
  • 7b7fbf851e nios2: reset timeslice on interrupt-induced swap Andrew Boie 2017-06-01 14:45:01 -07:00
  • 7b7504e2b9 schedule_api: don't exclude Nios II Andrew Boie 2017-06-01 14:42:30 -07:00
  • 3989de7e3b kernel: fix short time-slice reset Andrew Boie 2017-05-30 12:51:39 -07:00
  • 106bf1c09a arm: board: Add support for board Atmel SAM4S Xplained. fallrisk 2017-05-04 16:35:04 -07:00
  • 5671c15fee samples: blink_led: Add support for STM32F412 Florian Vaussard 2017-05-30 09:37:40 +02:00
  • 13cba0bb76 stm32f4: Add STM32F412 Nucleo board Florian Vaussard 2017-05-29 16:57:42 +02:00
  • 6ad43279ec arm: stm32f4: Add basic support for STM32F412 Florian Vaussard 2017-05-29 16:57:33 +02:00
  • 9413c8ba4d stm32: clean up after completion of transition to ll Clock control Erwan Gouriou 2017-06-01 17:49:20 +02:00
  • f2e8a21d7f stm32f1xx: remove references to native driver Erwan Gouriou 2017-05-29 15:35:26 +02:00
  • a7536a12e4 boards: move stm32f1xx based boards to LL based Clock control driver Erwan Gouriou 2017-05-29 15:15:54 +02:00
  • 78d74f4031 drivers: gpio stm32: set the ground for stm32f1x ll clock driver Erwan Gouriou 2017-05-30 17:38:54 +02:00
  • e1a90583d4 drivers: clock_control: provide LL based driver to stm32f1xx series Erwan Gouriou 2017-05-29 14:52:19 +02:00
  • acdbf7d093 samples: blink_led: Add support for STM32F413 Florian Vaussard 2017-05-30 11:19:45 +02:00
  • 5ffb8d485a nucleo_f413zh: Add pinmux for PWM2_CH1 Florian Vaussard 2017-05-30 11:18:49 +02:00