Commit graph

  • c9287c2bc2 Bluetooth: SMP: Fix zeroing smp Mariusz Skamra 2015-07-22 18:24:10 +0200
  • 368cfb775e Bluetooth: Add gatt-unsubscribe command to btshell Luiz Augusto von Dentz 2015-07-22 10:54:26 +0300
  • 7006b5ae92 Bluetooth: GATT: Add bt_gatt_unsubscribe Luiz Augusto von Dentz 2015-07-22 10:41:20 +0300
  • d39eb230ee Bluetooth: Add gatt-subscribe command to btshell Luiz Augusto von Dentz 2015-07-22 10:24:41 +0300
  • fac5df2bae Bluetooth: GATT: Add bt_gatt_subscribe Luiz Augusto von Dentz 2015-07-22 10:21:47 +0300
  • d354059ad4 Bluetooth: ATT: Handle Value Notification Luiz Augusto von Dentz 2015-07-22 10:14:05 +0300
  • a6b826e918 Bluetooth: Use connection context in btshell Luiz Augusto von Dentz 2015-07-20 14:22:31 +0300
  • 8ffb486829 Bluetooth: GATT: Fix bt_gatt_discover_characteristic Luiz Augusto von Dentz 2015-07-22 14:55:06 +0300
  • 9698411362 Bluetooth: Minor coding style (white space) fix Johan Hedberg 2015-07-22 13:14:38 +0300
  • 9e1c434ad9 Bluetooth: Move bt_conn timeout handling into conn.c Johan Hedberg 2015-07-22 13:03:51 +0300
  • f3232cb999 Bluetooth: Add simple timeout for connection establishment Mariusz Skamra 2015-07-17 13:11:53 +0200
  • 4e3bce5e96 Add page-aligned padding to initlevel section for Galileo test load Dmitriy Korovkin 2015-07-29 13:34:23 -0400
  • ed610c5bd5 x86: Replace references to BSP with platform Peter Mitsis 2015-07-27 12:19:36 -0400
  • 7175ec33a2 arm: Replace references to BSP with platform Peter Mitsis 2015-07-27 12:09:43 -0400
  • fd0f9a2047 arm: Rename IRQ_VECTOR_TABLE_BSP to IRQ_VECTOR_TABLE_PLATFORM Peter Mitsis 2015-07-27 11:35:44 -0400
  • f1bcbf51f0 arm: Remove obsolete SW_ISR_TABLE_BSP Kconfig option Peter Mitsis 2015-07-27 11:33:31 -0400
  • 2a4a6cf578 Remove references to BSP from drivers/ directory Peter Mitsis 2015-07-27 11:02:41 -0400
  • 7cbad4e7dd Remove references to BSP from include/ directory Peter Mitsis 2015-07-27 09:47:56 -0400
  • 771c5998e9 kbuild: Replace 'bsp-y' with 'platform-y' Peter Mitsis 2015-07-24 17:04:32 -0400
  • 8ff6904084 Remove references to BSP from misc/ directory Peter Mitsis 2015-07-24 16:55:19 -0400
  • c41824b097 Update README file to reference platforms Peter Mitsis 2015-07-24 16:46:57 -0400
  • 99037499b6 Remove references to BSPs from sample projects Peter Mitsis 2015-07-24 16:42:13 -0400
  • ad03f13db5 samples: Update sanity_chk usage notes Peter Mitsis 2015-07-24 16:21:26 -0400
  • 5a57c36a6c Fix galileo configuration to HPET Dmitriy Korovkin 2015-07-24 13:59:55 -0400
  • 6ab23e30da Port basic_atom configuration to HPET Dmitriy Korovkin 2015-07-24 13:58:24 -0400
  • 8b0271dd2c Adapt HPET driver to work with QEMU Dmitriy Korovkin 2015-07-24 13:50:31 -0400
  • 63fe84bdaf Fix PIC shutoff. Dmitriy Korovkin 2015-07-24 13:46:21 -0400
  • b2267b28f1 Correct kernel type in XIP README.txt Peter Mitsis 2015-07-30 16:48:52 -0400
  • 5dd4296a0a Fix obsolete references to resources Peter Mitsis 2015-07-30 16:47:12 -0400
  • 89e922243b arm: Use new SRAM and flash Kconfig options Peter Mitsis 2015-07-24 12:00:02 -0400
  • 741086e119 arm: Add SRAM and flash Kconfig options Peter Mitsis 2015-07-24 11:48:05 -0400
  • 36e352dc2f arm: Improve Kconfig option organization Peter Mitsis 2015-07-28 10:05:39 -0400
  • 916dcff7a8 arm: Move bsp/CortexM to core/cortex_m Peter Mitsis 2015-07-24 14:07:03 -0400
  • 0167aa16fa arm: Fix whitespace Peter Mitsis 2015-07-28 11:11:44 -0400
  • 6acbe63aea initial commit for next-gen sanity checks Andrew Boie 2015-07-17 12:03:52 -0700
  • ef39858deb Zephyr 0.3.0 Anas Nashif 2015-07-30 20:28:06 -0400
  • 22c3fa3742 build: Don't disable the monitor when using QEMU_PIPE Andrew Boie 2015-07-29 14:25:29 -0700
  • 776d5f7c22 build: fix application build in symlinked environment Andrew Boie 2015-07-29 13:21:49 -0700
  • be59308978 doc: Enhancements for microkernel pipe objects Allan Stephens 2015-07-29 12:39:46 -0400
  • 28ad2e2856 Zephyr 0.3.0-rc2 Anas Nashif 2015-07-28 20:49:12 -0400
  • ca3b1044a1 doc: More enhancements for microkernel mailbox objects Allan Stephens 2015-07-28 10:46:57 -0400
  • d64654ec0d gitignore: Do not ignore linker.cmd files under arch/ Anas Nashif 2015-07-28 11:17:39 -0400
  • 7c4056ec84 doc: add note about new ccache feature Andrew Boie 2015-07-28 09:48:19 -0700
  • a9c1163ed9 build: Fix python3 printf syntax Arkadiusz Lichwa 2015-07-28 14:44:03 +0300
  • 9132a13542 build: HACK fix issue where project objects don't end up in $(O) Andrew Boie 2015-07-17 12:03:52 -0700
  • 285c054830 Kbuild: use ccache if USE_CCACHE=1 is set Andrew Boie 2015-07-27 11:04:24 -0700
  • 6fbbcbac22 build: don't use FORCE in deps for sysgen Andrew Boie 2015-07-27 10:43:25 -0700
  • a426390daa doc: Enhancements for microkernel mailbox objects Allan Stephens 2015-07-27 11:11:44 -0400
  • c9b1b61340 cleanup: remove unused CONFIG_TICKLESS_IDLE_UNSUPPORTED Anas Nashif 2015-07-25 10:58:34 -0400
  • 28af7ae1d1 Fix microkernel "unaligned write" exception problem on ARM Dmitriy Korovkin 2015-07-24 16:40:44 -0400
  • f4c7281073 Remove trailing semicolon in definition of CMD_PKT_SET_INSTANCE() Allan Stephens 2015-07-27 14:31:12 -0400
  • fee3e3c308 basic_atom: update default SYS_CLOCK_HW_CYCLES_PER_SEC Peter Mitsis 2015-07-22 16:32:30 -0400
  • d2857404f5 Kconfig: fix SYS_CLOCK_HW_CYCLES_PER_SEC dependencies Peter Mitsis 2015-07-22 16:22:25 -0400
  • d51ed25f79 Doxygen: Nanokernel semaphore APIs comments to header files. Juan Manuel Cruz 2015-07-16 13:05:47 -0500
  • 79c4499fe1 Doc: Restructures the Kbuild documentation. Rodrigo Caballero 2015-06-25 11:45:16 -0500
  • ca12bbb569 fix issue where two outdirs are created Andrew Boie 2015-07-22 16:15:43 -0700
  • 96726f0a58 x86: Move source files from arch/x86/ to arch/x86/core/ Peter Mitsis 2015-07-22 12:35:34 -0400
  • e611fbd811 Fix typo: specifc -> specific Peter Mitsis 2015-07-23 13:30:56 -0400
  • 83b83b5317 Fix typo: accomodate -> accommodate Peter Mitsis 2015-07-23 13:30:30 -0400
  • 0a66ab3f2c doc: Add example of giving a microkernel sempahore from an ISR Allan Stephens 2015-07-24 13:37:49 -0400
  • f297068949 Fix line length warning flagged by checkpatch Peter Mitsis 2015-07-23 13:36:13 -0400
  • 5d4a3178a0 doc: Enhancements for microkernel FIFO objects Allan Stephens 2015-07-23 14:10:06 -0400
  • d8a5c03404 Kconfig: Update timer driver dependencies Peter Mitsis 2015-07-23 12:14:14 -0400
  • dff49566e0 Kconfig: Update CONFIG_IOAPIC dependencies Peter Mitsis 2015-07-23 11:53:47 -0400
  • 61f0ce44c7 Kconfig: Remove option LOAPIC_TIMER_FREQ Peter Mitsis 2015-07-23 12:02:16 -0400
  • dc0fb7ed38 Cosmetic: Fix whitespace in timer driver Kconfig Peter Mitsis 2015-07-23 12:06:15 -0400
  • 53b721a706 Cosmetic: Fix whitespace in interrupt controller Kconfig Peter Mitsis 2015-07-23 11:46:25 -0400
  • 03bec088ef Zypher 0.3.0-rc1 Anas Nashif 2015-07-22 20:46:01 -0400
  • 6b9577d2f5 fix white space issues Anas Nashif 2015-07-22 13:29:26 -0400
  • abeaeacab0 Kconfig: TICKLESS_IDLE_UNSUPPORTED is not used Anas Nashif 2015-07-22 10:39:06 -0400
  • 274cc72aee replace negative CMOV_UNSUPPORTED with CMOV Anas Nashif 2015-07-22 13:34:59 -0400
  • 09821973ca Add missing includes for ARC Anas Nashif 2015-07-21 15:46:38 -0400
  • f45e4aa9a1 Support ARC architecture with kbuild Anas Nashif 2015-05-24 23:46:51 -0400
  • 5118d2fa6a doc: Enhancements for microkernel event objects Allan Stephens 2015-07-22 13:18:06 -0400
  • 359fc6cdfa doc: Enhancements for microkernel semaphore objects Allan Stephens 2015-07-22 13:48:29 -0400
  • fbf9fb3963 Doxygen: Moves the nanokernel LIFO comments from the .c to the .h file. Rodrigo Caballero 2015-07-21 09:27:28 -0500
  • b5f988ea37 net: Fix packetbuf related calls Ravi kumar Veeramally 2015-07-20 13:17:13 +0300
  • 097046e85b Bluetooth: SMP: Minor coding style fix Johan Hedberg 2015-07-20 11:15:30 +0300
  • 13ef99257f Bluetooth: Eliminate tmp buffer using swap_in_place Andrei Emeltchenko 2015-07-14 16:35:39 +0300
  • ef703e1317 Bluetooth: Add local and remote CSRK keys Andrei Emeltchenko 2015-07-15 16:05:10 +0300
  • a7de88f972 Bluetooth: Propagate SMP & L2CAP init failures Andrei Emeltchenko 2015-07-13 11:10:17 +0300
  • 82fddc9cbc Bluetooth: Add AES-CMAC calculation based on AES 128 bit cipher Andrei Emeltchenko 2015-07-07 16:04:51 +0300
  • 9c47d065a7 Bluetooth: GATT: Add missing return documentation to bt_gatt_read Luiz Augusto von Dentz 2015-07-15 16:02:17 +0300
  • 4c2a459305 Bluetooth: Add gatt-write command to btshell Luiz Augusto von Dentz 2015-07-15 13:41:01 +0300
  • dc55a3741e Bluetooth: GATT: Add bt_gatt_write Luiz Augusto von Dentz 2015-07-15 13:28:58 +0300
  • 0b28dbfc19 Bluetooth: ATT: Handle Write response Luiz Augusto von Dentz 2015-07-15 13:27:44 +0300
  • 08230f691c Bluetooth: GATT: Update btshell app Arkadiusz Lichwa 2015-07-09 10:38:08 +0200
  • e4208e065d Bluetooth: Increase max ARGC in btshell Arkadiusz Lichwa 2015-07-09 10:58:28 +0200
  • 70c7e8825c Bluetooth: GATT: Add bt_gatt_read_multiple Arkadiusz Lichwa 2015-07-09 10:14:31 +0200
  • fe41cec885 Bluetooth: Move bt_security to conn.h and rename it appropriately Johan Hedberg 2015-07-15 14:21:37 +0300
  • e060c621d1 Bluetooth: Move le_conn_update() to conn.c Johan Hedberg 2015-07-15 14:08:53 +0300
  • 5f33744a4c Bluetooth: Move le_start_encryption to conn.c Johan Hedberg 2015-07-15 14:04:52 +0300
  • a33047f7a5 Bluetooth: Move bt_connect_le to conn.c and rename it appropriately Johan Hedberg 2015-07-15 13:55:32 +0300
  • e0e6416065 Bluetooth: Export bt_dev through hci_core.h Johan Hedberg 2015-07-15 13:53:17 +0300
  • 7ed81c7a22 Bluetooth: Enhance bt_le_scan_update() for active scanning Johan Hedberg 2015-07-15 13:12:28 +0300
  • 824135122f Bluetooth: Move bt_disconnect to conn.[ch] and rename it appropriately Johan Hedberg 2015-07-15 12:31:08 +0300
  • 79eb002a06 Bluetooth: GATT: Fix not dropping buffer reference Luiz Augusto von Dentz 2015-07-15 11:09:57 +0300
  • 7ea33a436b Bluetooth: Add gatt-read command to btshell Luiz Augusto von Dentz 2015-07-13 15:22:03 +0300
  • d982120a7e Bluetooth: GATT: Add bt_gatt_read Luiz Augusto von Dentz 2015-07-13 14:07:04 +0300
  • 569d5e6fe3 Bluetooth: ATT: Handle Read Blob response Luiz Augusto von Dentz 2015-07-13 14:05:56 +0300