Commit graph

  • f2e2b66215 arch: arm: aarch64: Fix _vector_end symbol placement Stephanos Ioannidis 2020-02-10 15:46:10 +09:00
  • c4cb84140f arch: arm: aarch64: linker.ld: Fix ROM section names Stephanos Ioannidis 2020-02-10 15:11:51 +09:00
  • e619e36b1b arch: arm: aarch64: linker.ld: Clean-up Stephanos Ioannidis 2020-02-10 15:02:53 +09:00
  • c0a1a64228 west.yml: hal_ti: fix SemaphoreP_create/construct to initialize count Vincent Wan 2020-02-10 15:49:28 -08:00
  • 3ed9dc3a24 usb: Fix for set/reset endpoints Emil Obalski 2020-02-05 10:45:50 +01:00
  • 82a6208b40 Bluetooth: controller: split: fix HCI read_max_data_len Andries Kruithof 2020-02-12 10:53:04 +01:00
  • 72f2d396b3 tests: counter: Extend counter_basic_api timeout Maureen Helm 2020-02-11 16:05:01 -06:00
  • 7249fbf5ad arch: arc: fix the bug of irq_offload Wayne Ren 2020-02-07 23:50:20 +08:00
  • 041ccb12dd doc: release-notes-2.2: Update GPIO API section Piotr Mienkowski 2020-02-10 04:15:01 +01:00
  • 461b20a44f tests: drivers: gpio_basic_api: add README Peter Bigot 2020-02-09 06:49:19 -06:00
  • 47cf5d295f tests: drivers: gpio_basic_api: fix deprecated API level test Peter Bigot 2020-02-09 07:03:28 -06:00
  • dc1edb946f scripts: zephyr_module: hack to match west 0.7 output Martí Bolívar 2020-02-11 08:48:08 -08:00
  • 17144489d9 doc: report west version when it is found Martí Bolívar 2020-02-11 08:27:14 -08:00
  • b110f3b936 CODEOWNERS: Add Xilinx ZynqMP platform codeowner Stephanos Ioannidis 2020-02-12 17:35:44 +09:00
  • 0258ba7e21 CODEOWNERS: Add ARM GIC interrupt controller driver codeowner Stephanos Ioannidis 2020-02-12 17:31:04 +09:00
  • 0974366eae CODEOWNERS: Add Cortex-R arch codeowner Stephanos Ioannidis 2020-02-12 17:28:21 +09:00
  • 4f9b9a4500 shell: telnet: Replace timer with a delayed work Robert Lubos 2020-02-11 16:31:12 +01:00
  • da98c88cdb samples: net: telnet: Add BLE IPSP overlay config Robert Lubos 2020-02-11 10:47:25 +01:00
  • 08a39851dc Bluetooth: host: Rename scan recv callback info struct Joakim Andersson 2020-02-11 16:59:35 +01:00
  • 794cbd641b Bluetooth: host: Fix handling of scan start failed Joakim Andersson 2020-02-03 12:06:11 +01:00
  • abd03aa3ad Bluetooth: host: Fix scanner using wrong identity to resolve peer Joakim Andersson 2020-02-02 01:05:25 +01:00
  • 4702df0cec Bluetooth: HCI: Fix size of evt_type parameter Joakim Andersson 2020-02-01 21:01:02 +01:00
  • 547d623c37 debug: stack: Add missing log_strdup Krzysztof Chruscinski 2020-02-11 07:54:16 +01:00
  • ebcb6a5e71 logging: Fixes c++ compile error using LOG_BACKEND_DEFINE Glenn Engel 2020-02-04 16:52:53 -08:00
  • 89132fe8bd boards: qemu_cortex_r5: Remove ignore tags for working tests Stephanos Ioannidis 2020-02-10 13:22:43 +09:00
  • 620f55428d tests: sleep: Increase tick margin for Xilinx QEMU Stephanos Ioannidis 2020-02-10 12:39:10 +09:00
  • 4a6e3545e9 tests: sleep: Add tick margin definition Stephanos Ioannidis 2020-02-10 12:29:44 +09:00
  • bea3ee0ed0 arch: arm: Fix incorrect Cortex-R interrupt state control logic. Stephanos Ioannidis 2019-10-15 12:45:51 +09:00
  • aa544d678e samples: fade_led: Fix definition of PWM_FLAGS Andrzej Głąbek 2020-02-11 11:30:52 +01:00
  • e4e9b9d8d7 posix: fix unistd.h extern C brace mismatch Nicholas Lowell 2020-02-10 14:33:29 -05:00
  • 855ef90f6d samples: canbus: canopen: fix python package install instructions Henrik Brix Andersen 2020-02-10 14:38:19 +01:00
  • f58e4e0e67 cmake: Fix zephyr-sdk's with a single toolchain Sebastian Bøe 2020-02-10 11:54:50 +01:00
  • 886fee8b64 boards: arm: atsamr21_xpro: Add echo server/client link Gerson Fernando Budke 2020-02-09 16:29:14 -03:00
  • 19e6497d32 samples: net: sockets: echo_server: Update README.rst Gerson Fernando Budke 2020-02-09 15:20:17 -03:00
  • cc91a734d9 samples: net: sockets: echo_server: Add sam_v71_xult config Gerson Fernando Budke 2020-02-09 16:13:23 -03:00
  • 2d960aeeb7 samples: net: sockets: echo_server: Add sam4e_xpro config Gerson Fernando Budke 2020-02-09 16:12:31 -03:00
  • 97f210bce0 samples: net: sockets: echo_server: Add atsamr21_xpro config Gerson Fernando Budke 2020-02-09 15:18:21 -03:00
  • 9d9b248965 samples: net: sockets: echo_client: Update README.rst Gerson Fernando Budke 2020-02-09 15:15:44 -03:00
  • 850a200b41 samples: net: sockets: echo_client: Add sam_v71_xult config Gerson Fernando Budke 2020-02-09 16:11:18 -03:00
  • 3f6029dd80 samples: net: sockets: echo_client: Add sam4s_xplained config Gerson Fernando Budke 2020-02-09 16:08:57 -03:00
  • cfe1ce967c samples: net: sockets: echo_client: Add atsamr21_xpro config Gerson Fernando Budke 2020-02-09 15:08:34 -03:00
  • af16c3b3e7 doc: Add reference in toplevel README.rst to install_py_requirements Kumar Gala 2020-02-07 18:55:19 -06:00
  • 46db22c6c8 boards: pca10056: fix pin properties for spi2 node Johann Fischer 2020-01-31 16:00:28 +01:00
  • 137d4c1882 board: stm32h474i_disco: Small fixes on m4 core Erwan Gouriou 2020-02-05 13:51:59 +01:00
  • 157fb6af72 drivers/clock_control: stm32: HSE_BYPASS code cleanup Erwan Gouriou 2020-01-31 10:37:30 +01:00
  • 9631709ca4 soc: stm32h7: Move PWR init code in soc init function Erwan Gouriou 2020-01-31 10:34:01 +01:00
  • e63b6525bf kconfig: Clarify Kconfig.defconfig explanation in Kconfig.zephyr Ulf Magnusson 2020-01-26 23:47:41 +01:00
  • ed7dd4412c sample: net: gsm_modem: Add sample.yaml file Jukka Rissanen 2020-02-10 19:51:06 +02:00
  • 8f7fe8357e bluetooth: host: fix RPMsg driver headroom configuration Kamil Piszczek 2020-02-11 10:02:04 +01:00
  • 9dbc5eeb3b cmake: Invoke west topdir only with version >= 0.7.1 Torsten Rasmussen 2020-02-10 15:07:51 +01:00
  • 309da27394 net: config: init: fix NET_NATIVE=n behavior Michael Scott 2020-02-10 09:15:50 -08:00
  • 6ea0ea38a7 Bluetooth: L2CAP: Fix not queueing in case there are no credits Luiz Augusto von Dentz 2020-02-06 12:11:52 -08:00
  • 71362ddf5d arch: arm: aarch64: linker.ld: Remove redundant text section offset Stephanos Ioannidis 2020-02-10 16:47:04 +09:00
  • e934825719 drivers: modem: sara-r4: fix APN setting for U2 modem Michael Scott 2020-02-10 08:56:35 -08:00
  • 45eccbc5d7 drivers: modem: gsm: Command handlers should return value Jukka Rissanen 2020-02-10 18:24:42 +02:00
  • 5a7f073db6 board: qemu_cortex_a53: Enable default testing Carlo Caione 2020-02-10 11:50:06 +01:00
  • 0c3a9c83d8 boards: up_squared_adsp: fix mis-used logical operator Daniel Leung 2020-02-09 23:18:05 -08:00
  • 827f6f1714 net: socket: Release fd on failure in accept() Inbar Anson Bratspiess 2020-02-06 14:37:15 +02:00
  • b05e72f3bb drivers: modem: gsm: Add setting of MCC number Jukka Rissanen 2020-02-07 10:42:30 +02:00
  • 49724e25a0 drivers: modem: gsm: Add misc fixes like line ending char set Jukka Rissanen 2020-02-07 10:39:43 +02:00
  • 4c1b0ab2a9 drivers: modem: gsm: Add context to DEVICE_INIT() Jukka Rissanen 2020-02-06 15:14:01 +02:00
  • 1faaff1ea5 tests: canbus: isotp: Fix wrong variable used for assert Alexander Wachter 2020-02-09 16:29:57 +01:00
  • c9d76eef88 canbus: isotp: Fix NULL deref after overflow Alexander Wachter 2020-02-09 16:07:34 +01:00
  • b6b4396c48 drivers: modem: sara-r4: use +USO[RF|RD] based on proto Michael Scott 2020-02-04 22:34:07 -08:00
  • a6fc7f8669 drivers: modem: sara-r4: disable hex mode for binary data Michael Scott 2020-02-04 22:30:58 -08:00
  • 90c6dc5e7f drivers: modem: cmd_handler: add return value to modem commands Michael Scott 2020-02-04 22:17:10 -08:00
  • 5185b8cf40 drivers: modem: cmd_handler: honor num of params in parse_params Michael Scott 2020-02-04 22:01:58 -08:00
  • b08ac66f91 boards/shields: sparkfun_sara_r4: enable SARA_R4_NET_STATUS Michael Scott 2020-01-27 14:31:50 -08:00
  • 698661b56e drivers: modem: sara-r4: update functions to return POSIX values Michael Scott 2020-01-31 14:17:13 -08:00
  • 87481e8eef drivers: modem: sara-r4: handle read limits Michael Scott 2020-01-27 14:57:12 -08:00
  • 52afcc21d6 drivers: modem: sara-r4: fix error text in net_offload_dummy_get Michael Scott 2020-01-27 14:55:48 -08:00
  • 2be4f997b3 drivers: modem: sara-r4: use new socket functions Michael Scott 2020-01-27 14:51:49 -08:00
  • 36e4fc7743 drivers: modem: sara-r4: manage sock->is_connected Michael Scott 2020-01-27 14:45:28 -08:00
  • 6c9bb48ce7 drivers: modem: sara-r4: use 120s connection timeout Michael Scott 2020-01-27 14:37:52 -08:00
  • 8fb3f21e58 drivers: modem: sara-r4: support for 2G on the SARA R412M modem Göran Weinholt 2020-01-22 10:41:24 +01:00
  • bf59ceda0b drivers: modem: sara-r4: support for network indication on SARA modems Göran Weinholt 2020-01-13 10:53:36 +01:00
  • ea99d34e00 drivers: modem: sara-r4: continually signal the modem to power off Göran Weinholt 2019-11-26 15:39:43 +01:00
  • 1db79054af drivers: modem: sara-r4: fix modem reset Hans Wilmers 2020-01-27 12:31:21 +01:00
  • 97921368d3 drivers: modem: sara-r4: adjust send and receive lengths Hans Wilmers 2020-01-27 11:52:00 +01:00
  • a18f78894f drivers: modem: sara-r4: make room for NUL in match_buf Michael Scott 2020-01-27 13:35:55 -08:00
  • 8ef2ae8ce5 drivers: modem: sara-r4: add offloaded DNS handling Michael Scott 2020-01-31 13:47:20 -08:00
  • 50d4e07d0c drivers: modem: sara-r4: remove interface up / down Michael Scott 2020-01-24 12:10:51 -08:00
  • 1265843495 drivers: modem: sara-r4: cleanup offload_recvfrom timeout Michael Scott 2020-01-23 13:04:43 -08:00
  • ba34136581 drivers: modem: sara-r4: dont unblock on sockread Michael Scott 2020-01-23 12:59:29 -08:00
  • 1f68802899 drivers: modem: sara-r4: space for NUL in buffer is optional Michael Scott 2020-01-23 12:56:23 -08:00
  • 179307c723 drivers: modem: sara-r4: return send bytes from send_socket_data Michael Scott 2020-01-23 12:53:10 -08:00
  • 82dc1665af drivers: modem: cmd_handler: fix findcrlf() indentation Michael Scott 2020-02-04 21:53:48 -08:00
  • 74bb1a9be9 drivers: modem: cmd_handler: remove extra comment Michael Scott 2020-02-03 12:18:30 -08:00
  • 44e977c467 drivers: modem: cmd_handler: save 1 char for NUL in match_buf Michael Scott 2020-01-27 13:21:21 -08:00
  • f4b49fbb90 drivers: modem: cmd_handler: cleanup parse_params() Michael Scott 2020-01-27 13:17:05 -08:00
  • 889fc85f67 drivers: modem: socket: add is_connected field to modem_socket Michael Scott 2020-01-27 13:14:49 -08:00
  • 25ce3bf3eb drivers: modem: socket: add modem_socket_next_packet_size Michael Scott 2020-01-27 13:13:01 -08:00
  • e23ada9d4a drivers: modem: socket: reset is_polled in modem_socket_put() Michael Scott 2020-01-27 13:09:26 -08:00
  • 8908c61bcc drivers: modem: socket: add wait_data and data_ready functions Michael Scott 2020-01-27 12:52:56 -08:00
  • 987837ecd8 drivers: modem: socket: introduce locking Michael Scott 2020-01-27 12:59:33 -08:00
  • d4b8b5fcf2 drivers: modem: socket: allow partial packet reads Michael Scott 2020-01-27 12:55:49 -08:00
  • 8a3a4bb589 Bluetooth: controller: split: Fix PHY update tx pause Vinayak Kariappa Chettimada 2020-02-06 21:39:05 +05:30
  • ad9883a15b CODEOWNERS: add owner for .github/ Anas Nashif 2020-02-08 08:42:59 -05:00
  • 3b625aaaa9 ci: add license check using github actions Anas Nashif 2020-02-07 20:51:06 -05:00
  • e089906b33 release: Zephyr 2.2.0-rc1 Johan Hedberg 2020-02-08 14:14:06 +02:00