summaryrefslogtreecommitdiff
path: root/subsys
AgeCommit message (Expand)Author
2016-11-12Bluetooth: Fix left-over usage of TICKS_NONE and TICKS_UNLIMITEDJohan Hedberg
2016-11-12console : usb: USB UART console output supportJithu Joseph
2016-11-11Bluetooth: Controller: Fix device whitelist featureVinayak Chettimada
2016-11-11Bluetooth: Kconfig: Fix order of default entriesJohan Hedberg
2016-11-11Bluetooth: Controller: Add HCI_LE_Remove_Device_From_White_ListVinayak Chettimada
2016-11-11Bluetooth: hci_ecc: Convert to new thread APIJohan Hedberg
2016-11-11Bluetooth: Rename left-over mentions of "fiber" to "thread"Johan Hedberg
2016-11-11Bluetooth: Controller: Stop using deprecated APIsJohan Hedberg
2016-11-11Bluetooth: RFCOMM: Switch to using k_thread_spawn()Johan Hedberg
2016-11-11Bluetooth: Remove need for fiber offloadJohan Hedberg
2016-11-11Bluetooth: Use k_thread_spawn() instead of deprecated nano_fiber_start()Johan Hedberg
2016-11-11Bluetooth: Use k_yield() instead of deprecated fiber_yield()Johan Hedberg
2016-11-11Bluetooth: Use k_uptime_get() instead of deprecated sys_tick_get_32()Johan Hedberg
2016-11-11Bluetooth: Use proper timeout defines for net_buf_get_timeoutSzymon Janc
2016-11-11Bluetooth: Remove not needed nano_work.h includesSzymon Janc
2016-11-11Bluetooth: HCI: Fix using nano_delayed_work APILuiz Augusto von Dentz
2016-11-11Bluetooth: conn: Fix using nano_delayed_work APILuiz Augusto von Dentz
2016-11-11Bluetooth: SMP: Fix using nano_delayed_work APILuiz Augusto von Dentz
2016-11-11Bluetooth: ATT: Fix using nano_delayed_work APILuiz Augusto von Dentz
2016-11-11Bluetooth: L2CAP: Fix using nano_delayed_work APILuiz Augusto von Dentz
2016-11-11Bluetooth: Use unified k_fifo API for FIFOsSzymon Janc
2016-11-11Bluetooth: Controller: Improve default RX/TX buffer countsJohan Hedberg
2016-11-11Bluetooth: ATT: Fix non-ASCII characters in code commentsSzymon Janc
2016-11-11Bluetooth: RFCOMM: Initiate session connectionJaganath Kanakkassery
2016-11-11Bluetooth: Fine-tune default incoming ACL buffer countJohan Hedberg
2016-11-11Bluetooth: Kconfig: Remove redundant 'default n' declarationsJohan Hedberg
2016-11-11Bluetooth: Kconfig: Restructure for a more logical hierarchyJohan Hedberg
2016-11-11Bluetooth: Dump the content of unhandled events as hexJohan Hedberg
2016-11-11Bluetooth: Controller: Add ASSERT info dump on HCI buildsCarles Cufi
2016-11-11Bluetooth: Controller: Kconfig: Clean up style issuesJohan Hedberg
2016-11-11Bluetooth: ATT: Fix not forwarding error properlyLuiz Augusto von Dentz
2016-11-11usb: class: Using unified kernel thread spawn APISergio Rodriguez
2016-11-09Bluetooth: L2CAP: Add helper function to create LE signalling PDUsLuiz Augusto von Dentz
2016-11-09Bluetooth: Controller: Handle LL_UNKNOWN_RSP PDU for remote featuresCarles Cufi
2016-11-09Bluetooth: Fix usage of C++ reserved wordJohan Hedberg
2016-11-09Bluetooth: HFP HF: SLC connection-Send/Parse BRSFSathish Narasimman
2016-11-09Bluetooth: AT handling error conditionSathish Narasimman
2016-11-09Bluetooth: Implement bt_storage_clear()Johan Hedberg
2016-11-09Bluetooth: storage: Add basic support for internal storageJohan Hedberg
2016-11-09Bluetooth: Controller: Use unified k_sem API for semaphoreSzymon Janc
2016-11-09Bluetooth: Use unified k_sem API for semaphoresSzymon Janc
2016-11-09Bluetooth: Controller: Include zephyr.h instead of nanokernel.hSzymon Janc
2016-11-09Bluetooth: L2CAP: Limit segments to TX MPSLuiz Augusto von Dentz
2016-11-09Bluetooth: Remove workaround for Mynewt firmware bugSzymon Janc
2016-11-09Bluetooth: AVDTP: Set Profile Security Level to MediumArun Jagadish
2016-11-09Bluetooth: L2CAP: Fix regression causing credits not to be restoredLuiz Augusto von Dentz
2016-11-09usb: class: Add USB mass storage class support.Jithu Joseph
2016-11-09usb: Add end-point stall APIs and flow control APISJithu Joseph
2016-11-09fs: expose generic ramdisk/flash disk access functionsJithu Joseph
2016-11-08fs: Add simple shell supportJohan Hedberg