Commit graph

  • 08f8b65f25 arc: move interrupt controller to drivers/ Anas Nashif 2015-06-20 09:26:06 -04:00
  • cfb9332c30 arc: add missing Kconfig/Makefiles to architecture Anas Nashif 2015-06-20 09:23:14 -04:00
  • 478128cf9e Rename kernel's clock_vars.h to sys_clock.h Allan Stephens 2015-06-19 14:22:44 -04:00
  • 22364188a4 Rename nanokernel's offsets/common.h to nano_offsets.h Allan Stephens 2015-06-19 14:19:13 -04:00
  • e8f50f5717 Rename nanokernel's genOffset.h to gen_offset.h Allan Stephens 2015-06-19 14:14:59 -04:00
  • 92c9c47265 Standardize naming of nanokernel core source files for ARM Allan Stephens 2015-06-19 14:06:22 -04:00
  • 35cf49d479 Standardize naming of nanokernel core source files for x86 Allan Stephens 2015-06-19 13:56:08 -04:00
  • c29d41cab7 Rename nanokernel's nanok.h to nano_private.h Allan Stephens 2015-06-19 11:07:02 -04:00
  • 96d746d3c1 Rename microkernel's minik.h to micro_private.h Allan Stephens 2015-06-19 10:56:52 -04:00
  • 7da1dd860b Rename microkernel's kernel_struct.h to micro_private_types.h Allan Stephens 2015-06-19 10:46:53 -04:00
  • 63fae40f7d Eliminate nanokernel's nanometrics.c Allan Stephens 2015-06-19 10:42:12 -04:00
  • b22d902e44 Rename microkernel's global.c to k_init.c Allan Stephens 2015-06-19 10:37:14 -04:00
  • 570eabf9f8 Add k_ prefix to various microkernel source files Allan Stephens 2015-06-19 10:32:52 -04:00
  • e96164aa30 Rename various microkernel source files Allan Stephens 2015-06-19 10:25:37 -04:00
  • bba56b1c8a Rename microkernel/cmdPkt.h to command_packet.h Allan Stephens 2015-06-19 10:09:45 -04:00
  • fa74ff083e Rename microkernel/sema.h to semaphore.h Allan Stephens 2015-06-19 10:07:21 -04:00
  • 829eeeaa98 Rename microkernel/pool.h to memory_pool.h Allan Stephens 2015-06-19 10:05:18 -04:00
  • d261ad0fb6 Rename microkernel/mmap.h to memory_map.h Allan Stephens 2015-06-19 10:03:05 -04:00
  • 4f4a8170ee Rename microkernel/mail.h to mailbox.h Allan Stephens 2015-06-19 09:59:15 -04:00
  • f494cc3e9d Rename microkernel/k_types.h to base_api.h Allan Stephens 2015-06-19 09:55:51 -04:00
  • a0148a8544 Rename sysgen.py to sysgen Allan Stephens 2015-06-19 09:52:04 -04:00
  • 8d065343c2 Use static interrupt registration in device drivers Dmitriy Korovkin 2015-06-04 11:42:35 -04:00
  • b1b20e4129 Conditional build of bluetooth driver uart component Dmitriy Korovkin 2015-06-04 12:07:38 -04:00
  • 660878e4e2 irq_connect for x86 uses static stub array Dmitriy Korovkin 2015-06-01 16:52:11 -04:00
  • f661feee55 IRQ_CONNECT_STATIC implementation for ARM platform Dmitriy Korovkin 2015-06-11 13:52:00 -04:00
  • f41ffb4c43 Change the modules link order Dmitriy Korovkin 2015-06-15 17:27:34 -04:00
  • 6dd108a263 IRQ_CONNECT_STATIC implementation for x86 platform Dmitriy Korovkin 2015-06-01 14:14:31 -04:00
  • 99b340e2ef Kbuild: CFLAGS Review. Juan Manuel Cruz 2015-06-10 16:24:43 -05:00
  • d2b1bdd552 doc: add forgotten index file Anas Nashif 2015-06-20 11:49:30 -04:00
  • 4d819a9c92 doc: use kconfig for code-blocks where it applies Anas Nashif 2015-06-19 17:12:55 -04:00
  • 5e43129aa5 doc: rename |zos| to |codename| Anas Nashif 2015-06-19 16:56:28 -04:00
  • 8b749c4cfe doc: Add development section Anas Nashif 2015-06-19 16:55:13 -04:00
  • 192a316ef4 Remove references to Cortex-M0 Peter Mitsis 2015-06-10 15:27:42 -04:00
  • 8601dc9488 Break forced selection of CPU_CORTEX_M3 Peter Mitsis 2015-06-12 11:04:27 -04:00
  • 25fd37d9d5 Rename option CPU_CORTEXM to CPU_CORTEX_M Peter Mitsis 2015-06-17 11:16:57 -04:00
  • 3e6c31207b Rename option CPU_CORTEXM4 to CPU_CORTEX_M4 Peter Mitsis 2015-06-10 16:27:05 -04:00
  • a9941af3ee Rename option CPU_CORTEXM3 to CPU_CORTEX_M3 Peter Mitsis 2015-06-10 16:16:03 -04:00
  • 9bf659afa5 Introduce CPU_CORTEX_M3_M4 option Peter Mitsis 2015-06-10 16:06:23 -04:00
  • 30a49f8d4a Set Quark as default x86 platform Peter Mitsis 2015-06-17 10:15:31 -04:00
  • 4aac2a5280 Introduce CPU_ATOM for x86 Peter Mitsis 2015-06-11 17:05:13 -04:00
  • 83d4ea9caa warn about unset ZEPHYR_GCC_VARIANT variable Anas Nashif 2015-06-18 18:59:37 -04:00
  • 27603f4801 Revert "Kbuild: Tools build at TIMO_BASE directory." Anas Nashif 2015-06-18 10:46:52 -04:00
  • 0180a63d62 Revert "Kconfig stop creating empty header files." Anas Nashif 2015-06-18 10:42:14 -04:00
  • fda70d2130 Revert "Kconfig: Create dependency header files in outpur directory." Anas Nashif 2015-06-18 10:41:12 -04:00
  • d12fcef665 doc: Add microkernel mutex object info Carol Lee 2015-06-15 14:32:29 -04:00
  • 3831217a98 Bluetooth: Fix scan_type in le_set_scan_params Mariusz Skamra 2015-06-18 09:28:30 +02:00
  • fa1bf41477 Bluetooth: Fix minor coding style issues Johan Hedberg 2015-06-18 12:51:27 +03:00
  • 4905835bad Bluetooth: Fix max_latency calculation comment Johan Hedberg 2015-06-18 12:51:07 +03:00
  • ac98b4e221 Bluetooth: Handle update connection parameters Arkadiusz Lichwa 2015-06-12 14:47:54 +02:00
  • a9e4291d4b Bluetooth: Use address instead of connection ID in shell Szymon Janc 2015-06-18 10:49:03 +02:00
  • 441e01ec04 Bluetooth: Add bt_conn_get_dst function Szymon Janc 2015-06-18 09:36:59 +02:00
  • b40b3363e4 Bluetooth: Enable basic interaction with LE scan Arkadiusz Lichwa 2015-06-18 10:57:14 +02:00
  • 5a72e9aaaa Bluetooth: Add doxygen documentation for buf.h Johan Hedberg 2015-06-18 11:29:48 +03:00
  • f77d80121e Bluetooth: Clean up doxygen documentation in gatt.h Johan Hedberg 2015-06-18 10:59:11 +03:00
  • 640a8cdc96 Bluetooth: Add doxygen documentation to conn.h Johan Hedberg 2015-06-18 10:51:01 +03:00
  • 0344c11ad7 net: Add preliminary UDP support Jukka Rissanen 2015-04-28 16:44:56 +03:00
  • e024dba08f net: uip: Add support for user data in simple UDP API Jukka Rissanen 2015-04-28 16:41:56 +03:00
  • 7e0951982a net: Add helper function to context for getting recv queue Jukka Rissanen 2015-04-28 16:36:59 +03:00
  • e494de2449 net: Simple UDP process declaration was missing Jukka Rissanen 2015-04-28 16:33:07 +03:00
  • 7d7d4e4161 net: Enable logging in uIP stack Jukka Rissanen 2015-04-28 16:23:43 +03:00
  • cc4b282e46 net: Make sure to get the debug prints from uIP to console Jukka Rissanen 2015-04-28 15:59:58 +03:00
  • 53fd129094 net: Add max length of the IPv6 address as a string Jukka Rissanen 2015-04-28 10:07:49 +03:00
  • 66fc2795e5 net: Add loopback and any IPv6 address definitions Jukka Rissanen 2015-04-28 10:06:06 +03:00
  • 6b3c739d7d net: Add helper function to set the link local address Jukka Rissanen 2015-05-22 12:40:38 +03:00
  • 0028a541f6 net: uip: Set the link local IPv6 address according to linkaddr Jukka Rissanen 2015-06-15 14:06:56 +03:00
  • 8ccc4b229a net: Make the union in net_addr anonymous Jukka Rissanen 2015-06-16 16:29:28 +03:00
  • 32388b9a5f Bluetooth: Clean up doxygen documentation in bluetooth.h Johan Hedberg 2015-06-18 10:43:23 +03:00
  • 8dcb1494a9 net: Fix the environment variable in Makefile Jukka Rissanen 2015-06-16 16:31:39 +03:00
  • 55218cd6de Bluetooth: Be consistent with the spelling of 'Bluetooth' Johan Hedberg 2015-06-17 23:17:43 +03:00
  • 1d748ba760 Bluetooth: Address conversion user helpers Arkadiusz Lichwa 2015-06-17 15:46:38 +02:00
  • d81689e915 Bluetooth: Introduce LE scan callback Arkadiusz Lichwa 2015-06-02 17:28:00 +02:00
  • e41d9512ce Bluetooth: Update shell doxygen comments Szymon Janc 2015-06-17 15:34:18 +02:00
  • e35a5294fc Bluetooth: Fix typo in shell application Szymon Janc 2015-06-17 14:51:24 +02:00
  • 0c421b038c Bluetooth: Make command handler in shell app return void Szymon Janc 2015-06-17 14:40:45 +02:00
  • c14b14953d Bluetooth: Use argc/argv for commands in shell application Szymon Janc 2015-06-17 14:35:51 +02:00
  • afc6628c26 Bluetooth: Use hexadecimal format when printing GATT handles Luiz Augusto von Dentz 2015-06-17 13:50:29 +03:00
  • 168446d058 Bluetooth: Disable GATT notifications while disconnected Luiz Augusto von Dentz 2015-06-17 13:31:00 +03:00
  • ea15db12ba Bluetooth: Make bt_conn_lookup_addr_le public Johan Hedberg 2015-06-17 12:47:06 +03:00
  • 029046e02e Bluetooth: Make connection lookup functions return a new ref Johan Hedberg 2015-06-17 12:42:54 +03:00
  • 89e775c1f6 Bluetooth: Fix coding style (missing braces) Johan Hedberg 2015-06-17 12:37:08 +03:00
  • 4ccef33723 Bluetooth: Add interactive connection and disconnection commands Mariusz Skamra 2015-06-16 16:18:57 +02:00
  • 0b501a1f5c Bluetooth: Add defines of HCI error codes Mariusz Skamra 2015-06-17 09:43:39 +02:00
  • fe669a52e8 Bluetooth: Clean up document style in bluetooth.h Johan Hedberg 2015-06-16 17:38:26 +03:00
  • 8c26ce63d1 Bluetooth: Remove bt_hci_reset() API Johan Hedberg 2015-06-16 17:36:16 +03:00
  • f56636e90b Bluetooth: Fix typo in shell sample app Johan Hedberg 2015-06-16 17:35:34 +03:00
  • 9bea2c3cfc Bluetooth: Move HCI driver API to dedicated header file Johan Hedberg 2015-06-16 17:31:09 +03:00
  • 939544b75d Bluetooth: Move logging helpers to a dedicated header file Johan Hedberg 2015-06-16 17:25:37 +03:00
  • d90ce68d9d Bluetooth: Add central and tester samples to bt_regression Szymon Janc 2015-06-15 10:32:45 +02:00
  • c816923003 Bluetooth: Add missing stddef.h include for size_t Johan Hedberg 2015-06-17 08:59:06 +03:00
  • 19fe40764c Bluetooth: Make bt_stop_scanning parameters explicit void Szymon Janc 2015-06-16 15:21:52 +02:00
  • 801c09757e Bluetooth: Add support for ATT Read Multiple Luiz Augusto von Dentz 2015-06-15 17:10:13 +03:00
  • 32eb9150f7 Bluetooth: Make Bluetooth UUID defines consistent Luiz Augusto von Dentz 2015-06-15 12:32:30 +03:00
  • f9281b7eef Bluetooth: Update documentation of Bluetooth UUID API Luiz Augusto von Dentz 2015-06-15 12:28:24 +03:00
  • b2574b645b Bluetooth: Terminate connection Mariusz Skamra 2015-06-12 15:18:15 +02:00
  • f5ae4b70f1 Bluetooth: Add basic interface for LE connection Arkadiusz Lichwa 2015-05-18 15:00:58 +02:00
  • 26be0d55f2 Bluetooth: Use ccflags-y instead of EXTRA_CFLAGS Szymon Janc 2015-06-15 10:19:27 +02:00
  • 224abaab0e Bluetooth: Update bt_conn_cb to pass bt_conn instead of bt_addr_le_t Johan Hedberg 2015-06-15 11:23:04 +03:00
  • 27a9a48f64 Bluetooth: Fix public Bluetooth includes Johan Hedberg 2015-06-15 11:17:10 +03:00
  • 2b61b44cbc Bluetooth: Add conn.h public header file Johan Hedberg 2015-06-15 11:15:01 +03:00
  • 651e9a4b2e Bluetooth: Rename conn.h to conn_internal.h Johan Hedberg 2015-06-15 11:05:35 +03:00