Commit graph

  • 89c23e1c72 soc: stm32f4xx: Document the flash latency values Christer Weinigel 2017-01-29 10:33:15 +01:00
  • 3561c73ece spell: Kconfig help typos: /arch David B. Kinder 2017-04-24 11:30:10 -07:00
  • 73cf531975 soc: stm32f4xx: Make missing flash latency info a compile error Christer Weinigel 2017-01-29 10:35:43 +01:00
  • 4f1e304f68 build: only build gen_idt on x86 Kumar Gala 2017-04-19 11:55:22 -05:00
  • ca441162a7 tests: add fatal test case Andrew Boie 2017-04-19 15:43:05 -07:00
  • 75caa2b084 arm: exception-assisted kernel panic/oops support Andrew Boie 2017-04-19 12:53:48 -07:00
  • 7827b7bf4a x86: exception-assisted panic/oops support Andrew Boie 2017-04-18 15:22:54 -07:00
  • cdb94d6425 kernel: add k_panic() and k_oops() APIs Andrew Boie 2017-04-18 15:22:05 -07:00
  • dc91536855 printk: add vprintk() Marti Bolivar 2017-04-20 15:31:37 -04:00
  • 4a157f3e48 printk: add missing __printf_like attributes Marti Bolivar 2017-04-21 17:33:58 -04:00
  • 3b662555d1 arm: work around QEMU issue with _IsInIsr Andrew Boie 2017-04-19 15:23:51 -07:00
  • e09a04f068 arm: fix exception handling Andrew Boie 2017-04-20 15:32:10 -07:00
  • 61de8f892b spell: Kconfig help typos: /kernel /misc /subsys David B. Kinder 2017-04-21 10:55:27 -07:00
  • 93e4d7258d spell: fix Kconfig help typos: /boards /drivers David B. Kinder 2017-04-21 10:29:51 -07:00
  • 96ee45df8d kernel: refactor thread_monitor_init into common code Kumar Gala 2017-04-21 11:33:57 -05:00
  • b8823c4efd kernel: Refactor common _new_thread init code Kumar Gala 2017-04-21 09:07:34 -05:00
  • 5742a508a2 kernel: cleanup use of naked unsigned in _new_thread Kumar Gala 2017-04-21 11:41:26 -05:00
  • a48e8790d3 checkpatch: update checkpatch to warn about C99 type usage Kumar Gala 2017-04-21 10:53:05 -05:00
  • cc334c7273 Convert remaining code to using newly introduced integer sized types Kumar Gala 2017-04-21 10:55:34 -05:00
  • d9a1e367b2 gpio: Align pin parameter type in configure with all other functions Tomasz Bursztyka 2017-04-21 13:26:13 +02:00
  • 9f3bdcedf7 arch/arc/soc: If IOAPIC is not enabled, gpio_dw should still compile Tomasz Bursztyka 2017-04-19 14:39:56 +02:00
  • d2b5853cd9 drivers/gpio: Use ifdef relevantly in DW drivers Tomasz Bursztyka 2017-04-19 14:37:33 +02:00
  • e9e78878d0 drivers/spi: Get QMSI shim driver following syntax rules Tomasz Bursztyka 2017-04-03 12:51:46 +02:00
  • 83a5990185 docs: convert to using newly introduced integer sized types Kumar Gala 2017-04-19 13:02:23 -05:00
  • ccad5bf3e3 drivers: convert to using newly introduced integer sized types Kumar Gala 2017-04-21 10:03:20 -05:00
  • e547533435 samples: convert to using newly introduced integer sized types Kumar Gala 2017-04-21 09:47:21 -05:00
  • eaaa175b92 tests: convert to using newly introduced integer sized types Kumar Gala 2017-04-21 09:46:47 -05:00
  • 6da829690f subsys: convert to using newly introduced integer sized types Kumar Gala 2017-04-21 09:36:04 -05:00
  • a509441210 net: convert to using newly introduced integer sized types Kumar Gala 2017-04-21 09:27:50 -05:00
  • 7f8d2d198b Merge net branch into master Jukka Rissanen 2017-04-21 16:27:21 +03:00
  • af1e3b9d32 net: shell: Fix compiler error when printing conn handlers Jukka Rissanen 2017-04-21 15:07:24 +03:00
  • d8dd91d7bf net: context: Connect callback was set too late Jukka Rissanen 2017-04-21 14:15:34 +03:00
  • da6eba463d Bluetooth: ipsp: Fix compile error in sample app Jukka Rissanen 2017-04-21 15:35:55 +03:00
  • 36bb36475f spell: fix Kconfig help typos: /arch David B. Kinder 2017-04-20 17:02:29 -07:00
  • bf53ebf2c8 arch: convert to using newly introduced integer sized types Kumar Gala 2017-04-20 13:30:33 -05:00
  • 1bf14853aa net: tcp: Make sure ACK timer is not run if cancelled Jukka Rissanen 2017-04-20 16:24:33 +03:00
  • 137e4e7256 net: context: Set the local port correctly in accept Jukka Rissanen 2017-04-19 14:13:44 +03:00
  • a1c4f3fbd5 net: Print debug info if packet is loopback back to us Jukka Rissanen 2017-04-19 14:11:52 +03:00
  • a71a9f9ad1 net: conn: Utility to print connection handlers Jukka Rissanen 2017-04-19 14:07:20 +03:00
  • f498a90b77 net: pkt: Make the debug print eye friendly Jukka Rissanen 2017-04-20 15:36:35 +03:00
  • 52339cdf5a net: tcp: Avoid unused variable compiler warning Jukka Rissanen 2017-04-20 12:16:53 +03:00
  • f3ff4f7bd3 net_pkt: Let's make all IPv6 related attributes prefixed with ipv6_ Tomasz Bursztyka 2017-04-12 11:29:19 +02:00
  • e5896906f6 net: Rename all *_BUF() macros to *_HDR() Tomasz Bursztyka 2017-04-10 13:03:41 +02:00
  • 02cb7e6e71 net_pkt: Reordering the attributes for better alignment Tomasz Bursztyka 2017-04-07 12:18:45 +02:00
  • c18016b69b net_pkt: Externalize ext_bitmap handling Tomasz Bursztyka 2017-04-07 12:04:28 +02:00
  • 2e331de690 net_pkt: Removing legacy net_dir Tomasz Bursztyka 2017-04-07 11:46:34 +02:00
  • db11fcd174 net/net_pkt: Fully separate struct net_pkt from struct net_buf Tomasz Bursztyka 2017-04-05 08:37:44 +02:00
  • bf964cdd4c net: Renaming net nbuf API to net pkt API Tomasz Bursztyka 2017-04-03 17:14:35 +02:00
  • 9bf3ea071a net: shell: Correct print format specifier Andrei Emeltchenko 2017-04-19 16:51:02 +03:00
  • 504b273b85 net: tcp: Do buf ref when resending a segment june li 2017-04-14 10:07:02 +08:00
  • 7ce82fea82 net: ipv6: Make sure not to access null pointer Jukka Rissanen 2017-04-18 20:33:58 +03:00
  • 651a0cb269 net: zoap: Prepare and send error response separately Ravi kumar Veeramally 2017-04-18 11:31:07 +03:00
  • a8ac7af37a net: zoap: Remove unused helper function Ravi kumar Veeramally 2017-04-13 11:31:32 +03:00
  • 79ff5ed5fa net: zoap: Fix memory overflow issue Ravi kumar Veeramally 2017-04-13 11:25:59 +03:00
  • 09773f5a5f net: zoap: Refactor zoap utilities Ravi kumar Veeramally 2017-04-07 10:51:59 +03:00
  • 2f73c324aa net: rpl: Fix rpl header update Ravi kumar Veeramally 2017-04-12 11:36:29 +03:00
  • d27ca378b6 net: context: Fixing bug in net context put flow Mitul Shah 2017-04-17 10:49:25 +05:30
  • 52e3e5c68d net: shell: conn: Dump local/remote ports for contexts. Paul Sokolovsky 2017-04-16 13:39:19 +03:00
  • 99a7168b08 misc: Support left-justification in printk() Leandro Pereira 2017-04-14 12:47:58 -07:00
  • 37352c809e xtensa port: Added documentation for xt-sim board. Mazen NEIFER 2017-04-14 12:14:42 +02:00
  • d0eb235510 Bluetooth: convert to using newly introduced integer sized types Kumar Gala 2017-04-20 12:00:29 -05:00
  • bf50c245ec misc: convert to using newly introduced integer sized types Kumar Gala 2017-04-19 12:45:08 -05:00
  • 7352c4681d boards: convert to using newly introduced integer sized types Kumar Gala 2017-04-19 12:38:01 -05:00
  • 9a74ee1730 lib: convert to using newly introduced integer sized types Kumar Gala 2017-04-19 13:09:16 -05:00
  • 3c454017b4 Merge "Merge bluetooth branch into master" Kumar Gala 2017-04-20 16:55:36 +00:00
  • 789081673f Introduce new sized integer typedefs Kumar Gala 2017-04-19 10:32:08 -05:00
  • 01e9646638 xtensa port: Clear the CP descriptor of new created thread. Mazen NEIFER 2017-04-13 21:30:11 +02:00
  • 59926490be xtensa: move #include <linker/common-*.ld> up Max Filippov 2017-02-16 08:59:30 -08:00
  • 5c6276da72 toolchain: don't define __stack outside C code Max Filippov 2017-02-16 10:37:25 -08:00
  • c52fa3c424 Merge bluetooth branch into master Johan Hedberg 2017-04-20 18:44:42 +03:00
  • c8112aaeec build: Add separate DTS target Andy Gross 2017-04-18 23:43:58 -05:00
  • 47eb5bf87c Build: Fix outputexports dependencies Andy Gross 2017-04-18 23:36:01 -05:00
  • 242f2ebbd5 MAINTAINERS: remove references to legacy headers Anas Nashif 2017-04-20 09:05:08 -04:00
  • 2ec180aef5 Bluetooth: ATT: Start response timer only after actual transmission Johan Hedberg 2017-03-30 19:46:56 +03:00
  • d893d31c16 Bluetooth: Introduce flow control for outgoing ATT packets Johan Hedberg 2017-03-30 18:45:01 +03:00
  • ea9a067a9a Bluetooth: ATT: Fix bogus CONTAINER_OF() usage Johan Hedberg 2017-04-20 14:49:30 +03:00
  • 501734cbc2 ext: tinycrypt: update README to reflect correct version and hash Anas Nashif 2017-04-19 19:38:51 -04:00
  • 0b1d41d31d kernel: remove mentions of obsolete CONFIG_NANO_TIMERS Anas Nashif 2017-04-19 14:25:16 -04:00
  • e2eb446b7b Bluetooth: Introduce a timeout for synchronous HCI command sending Johan Hedberg 2017-03-20 22:09:20 -07:00
  • 7c81d7f981 samples: remove lsm9ds0 sample code which does nothing Anas Nashif 2017-04-17 20:51:32 -04:00
  • a20464727f Bluetooth: SMP: Track when last key distribution PDU has been sent Johan Hedberg 2017-03-19 12:58:21 +02:00
  • 4a57bf6e6c Bluetooth: ATT: Enforce flow for incoming requests & indications Johan Hedberg 2017-03-19 12:12:06 +02:00
  • 4be4c60ab6 Bluetooth: Add support for tracking transmitted packets Johan Hedberg 2017-03-17 08:02:57 +02:00
  • ac9a2398d8 Bluetooth: hci_raw: Fix ECC support Johan Hedberg 2017-04-20 11:27:56 +03:00
  • fd09c4aacf Bluetooth: L2CAP: Reuse request buffer to respond Luiz Augusto von Dentz 2017-04-04 15:18:18 +03:00
  • 1885edf424 net: buf: Add net_buf_reset Luiz Augusto von Dentz 2017-04-18 14:43:04 +03:00
  • 661c033124 Bluetooth: L2CAP: Try to allocate segment from the original pool Luiz Augusto von Dentz 2017-04-10 16:41:45 +03:00
  • 617842edde Bluetooth: ipsp: Add TX pools for TCP Luiz Augusto von Dentz 2017-04-06 15:39:17 +03:00
  • 392b5deacb Bluetooth: controller: Channel Selection Algorithm #2 Vinayak Chettimada 2017-04-06 05:12:44 +02:00
  • 11a32bf46d Bluetooth: controller: Support BT 5.0 feature set bit fields Vinayak Chettimada 2017-04-18 05:56:16 +02:00
  • a6f6adbd6b Bluetooth: Fix missing LE conn param req bit in set LE evt mask Vinayak Chettimada 2017-04-18 23:19:26 +02:00
  • 045f076e5e Bluetooth: Use event masks instead of bits in controller and host Carles Cufi 2017-04-18 23:02:28 +02:00
  • f860b786a7 Bluetooth: HCI: Add Bluetooth 5.0 FeatureSet field's bit mapping Vinayak Chettimada 2017-04-17 08:35:38 +02:00
  • 2f70a6bcca Bluetooth: controller: Rename channel/chnl to chan Vinayak Chettimada 2017-04-17 06:12:27 +02:00
  • a87e6e1cce Bluetooth: AT: Unit: Fixup include search path Kumar Gala 2017-04-14 11:53:18 -05:00
  • f52a0341ba Bluetooth: AT: Fix building with newlib Kumar Gala 2017-04-14 14:35:58 -05:00
  • 819d3ae9c9 Bluetooth: AT: use explicit unsigned char to avoid array subscript error Kumar Gala 2017-04-14 11:22:04 -05:00
  • 8f9776073f Bluetooth: HCI: Naming consistency tweaks Carles Cufi 2017-04-11 08:39:58 +02:00
  • f82e101e20 Bluetooth: HCI: Add Bluetooth 5.0 LE commands and events Carles Cufi 2017-04-07 15:52:38 +02:00
  • 0ffb648210 spell: fix doxygen comment typos: /subsys David B. Kinder 2017-04-19 11:05:01 -07:00