Commit graph

  • c94fc1ee60 Add detailed documentation guidelines. Rodrigo Caballero 2015-06-08 11:03:57 -0500
  • 8ad4878e52 Fix kernel version generation Anas Nashif 2015-06-23 10:29:17 -0400
  • 47f8088e26 cflags: disable -Werror=date-time Anas Nashif 2015-06-22 19:44:37 -0400
  • d695b9f41f Doc: Fix code-block syntax bug Andrei Emeltchenko 2015-06-12 16:43:34 +0300
  • c35a1b21cb Doc: Add Bluetooth basic documentation Andrei Emeltchenko 2015-06-11 11:22:15 +0300
  • 66f83ece6e arc: make the defconfig use a nano kernel by default Anas Nashif 2015-06-22 16:56:09 -0400
  • ac47c45ca0 Rename Zephyr OS into Zephyr Kernel Anas Nashif 2015-06-19 21:21:48 -0400
  • bde0949049 Update default configurations Anas Nashif 2015-06-19 20:57:45 -0400
  • ef1e338c4e kconfig: Rename Zephyr OS -> Zephyr Kernel Anas Nashif 2015-06-22 13:53:38 -0400
  • edb02f0274 kconfig: move bootloader options to misc/ Anas Nashif 2015-06-20 10:55:30 -0400
  • def4fc89c1 kconfig: move bootloader options to misc/ Anas Nashif 2015-06-20 10:50:49 -0400
  • 1971988397 kconfig: add menu for networking Anas Nashif 2015-06-20 10:47:30 -0400
  • b3234bd349 kconfig: move printk under debugging options Anas Nashif 2015-06-20 10:46:15 -0400
  • 6eb30a3edb kconfig: remove MAX_PCI_DEVS, it is not being used Anas Nashif 2015-06-20 10:44:35 -0400
  • 36b05de231 kconfig: metrics depends on experimental Anas Nashif 2015-06-20 10:41:04 -0400
  • 10487575c9 kconfig: Create a menu for PCI Anas Nashif 2015-06-20 10:38:01 -0400
  • e943f69950 kconfig: move serial port options to drivers/ Anas Nashif 2015-06-20 09:52:12 -0400
  • fc43a2bb57 arc: move files from bsp directory Anas Nashif 2015-06-20 09:39:52 -0400
  • 1371d5e25e arc: move arc NSIM to drivers/ Anas Nashif 2015-06-20 09:36:57 -0400
  • f547c36df8 arc: move arc timer to drivers/ Anas Nashif 2015-06-20 09:28:13 -0400
  • 9687ed0b37 arc: add defconfig Anas Nashif 2015-06-20 09:44:18 -0400
  • 08f8b65f25 arc: move interrupt controller to drivers/ Anas Nashif 2015-06-20 09:26:06 -0400
  • cfb9332c30 arc: add missing Kconfig/Makefiles to architecture Anas Nashif 2015-06-20 09:23:14 -0400
  • 478128cf9e Rename kernel's clock_vars.h to sys_clock.h Allan Stephens 2015-06-19 14:22:44 -0400
  • 22364188a4 Rename nanokernel's offsets/common.h to nano_offsets.h Allan Stephens 2015-06-19 14:19:13 -0400
  • e8f50f5717 Rename nanokernel's genOffset.h to gen_offset.h Allan Stephens 2015-06-19 14:14:59 -0400
  • 92c9c47265 Standardize naming of nanokernel core source files for ARM Allan Stephens 2015-06-19 14:06:22 -0400
  • 35cf49d479 Standardize naming of nanokernel core source files for x86 Allan Stephens 2015-06-19 13:56:08 -0400
  • c29d41cab7 Rename nanokernel's nanok.h to nano_private.h Allan Stephens 2015-06-19 11:07:02 -0400
  • 96d746d3c1 Rename microkernel's minik.h to micro_private.h Allan Stephens 2015-06-19 10:56:52 -0400
  • 7da1dd860b Rename microkernel's kernel_struct.h to micro_private_types.h Allan Stephens 2015-06-19 10:46:53 -0400
  • 63fae40f7d Eliminate nanokernel's nanometrics.c Allan Stephens 2015-06-19 10:42:12 -0400
  • b22d902e44 Rename microkernel's global.c to k_init.c Allan Stephens 2015-06-19 10:37:14 -0400
  • 570eabf9f8 Add k_ prefix to various microkernel source files Allan Stephens 2015-06-19 10:32:52 -0400
  • e96164aa30 Rename various microkernel source files Allan Stephens 2015-06-19 10:25:37 -0400
  • bba56b1c8a Rename microkernel/cmdPkt.h to command_packet.h Allan Stephens 2015-06-19 10:09:45 -0400
  • fa74ff083e Rename microkernel/sema.h to semaphore.h Allan Stephens 2015-06-19 10:07:21 -0400
  • 829eeeaa98 Rename microkernel/pool.h to memory_pool.h Allan Stephens 2015-06-19 10:05:18 -0400
  • d261ad0fb6 Rename microkernel/mmap.h to memory_map.h Allan Stephens 2015-06-19 10:03:05 -0400
  • 4f4a8170ee Rename microkernel/mail.h to mailbox.h Allan Stephens 2015-06-19 09:59:15 -0400
  • f494cc3e9d Rename microkernel/k_types.h to base_api.h Allan Stephens 2015-06-19 09:55:51 -0400
  • a0148a8544 Rename sysgen.py to sysgen Allan Stephens 2015-06-19 09:52:04 -0400
  • 8d065343c2 Use static interrupt registration in device drivers Dmitriy Korovkin 2015-06-04 11:42:35 -0400
  • b1b20e4129 Conditional build of bluetooth driver uart component Dmitriy Korovkin 2015-06-04 12:07:38 -0400
  • 660878e4e2 irq_connect for x86 uses static stub array Dmitriy Korovkin 2015-06-01 16:52:11 -0400
  • f661feee55 IRQ_CONNECT_STATIC implementation for ARM platform Dmitriy Korovkin 2015-06-11 13:52:00 -0400
  • f41ffb4c43 Change the modules link order Dmitriy Korovkin 2015-06-15 17:27:34 -0400
  • 6dd108a263 IRQ_CONNECT_STATIC implementation for x86 platform Dmitriy Korovkin 2015-06-01 14:14:31 -0400
  • 99b340e2ef Kbuild: CFLAGS Review. Juan Manuel Cruz 2015-06-10 16:24:43 -0500
  • d2b1bdd552 doc: add forgotten index file Anas Nashif 2015-06-20 11:49:30 -0400
  • 4d819a9c92 doc: use kconfig for code-blocks where it applies Anas Nashif 2015-06-19 17:12:55 -0400
  • 5e43129aa5 doc: rename |zos| to |codename| Anas Nashif 2015-06-19 16:56:28 -0400
  • 8b749c4cfe doc: Add development section Anas Nashif 2015-06-19 16:55:13 -0400
  • 192a316ef4 Remove references to Cortex-M0 Peter Mitsis 2015-06-10 15:27:42 -0400
  • 8601dc9488 Break forced selection of CPU_CORTEX_M3 Peter Mitsis 2015-06-12 11:04:27 -0400
  • 25fd37d9d5 Rename option CPU_CORTEXM to CPU_CORTEX_M Peter Mitsis 2015-06-17 11:16:57 -0400
  • 3e6c31207b Rename option CPU_CORTEXM4 to CPU_CORTEX_M4 Peter Mitsis 2015-06-10 16:27:05 -0400
  • a9941af3ee Rename option CPU_CORTEXM3 to CPU_CORTEX_M3 Peter Mitsis 2015-06-10 16:16:03 -0400
  • 9bf659afa5 Introduce CPU_CORTEX_M3_M4 option Peter Mitsis 2015-06-10 16:06:23 -0400
  • 30a49f8d4a Set Quark as default x86 platform Peter Mitsis 2015-06-17 10:15:31 -0400
  • 4aac2a5280 Introduce CPU_ATOM for x86 Peter Mitsis 2015-06-11 17:05:13 -0400
  • 83d4ea9caa warn about unset ZEPHYR_GCC_VARIANT variable Anas Nashif 2015-06-18 18:59:37 -0400
  • 27603f4801 Revert "Kbuild: Tools build at TIMO_BASE directory." Anas Nashif 2015-06-18 10:46:52 -0400
  • 0180a63d62 Revert "Kconfig stop creating empty header files." Anas Nashif 2015-06-18 10:42:14 -0400
  • fda70d2130 Revert "Kconfig: Create dependency header files in outpur directory." Anas Nashif 2015-06-18 10:41:12 -0400
  • d12fcef665 doc: Add microkernel mutex object info Carol Lee 2015-06-15 14:32:29 -0400
  • 3831217a98 Bluetooth: Fix scan_type in le_set_scan_params Mariusz Skamra 2015-06-18 09:28:30 +0200
  • fa1bf41477 Bluetooth: Fix minor coding style issues Johan Hedberg 2015-06-18 12:51:27 +0300
  • 4905835bad Bluetooth: Fix max_latency calculation comment Johan Hedberg 2015-06-18 12:51:07 +0300
  • ac98b4e221 Bluetooth: Handle update connection parameters Arkadiusz Lichwa 2015-06-12 14:47:54 +0200
  • a9e4291d4b Bluetooth: Use address instead of connection ID in shell Szymon Janc 2015-06-18 10:49:03 +0200
  • 441e01ec04 Bluetooth: Add bt_conn_get_dst function Szymon Janc 2015-06-18 09:36:59 +0200
  • b40b3363e4 Bluetooth: Enable basic interaction with LE scan Arkadiusz Lichwa 2015-06-18 10:57:14 +0200
  • 5a72e9aaaa Bluetooth: Add doxygen documentation for buf.h Johan Hedberg 2015-06-18 11:29:48 +0300
  • f77d80121e Bluetooth: Clean up doxygen documentation in gatt.h Johan Hedberg 2015-06-18 10:59:11 +0300
  • 640a8cdc96 Bluetooth: Add doxygen documentation to conn.h Johan Hedberg 2015-06-18 10:51:01 +0300
  • 0344c11ad7 net: Add preliminary UDP support Jukka Rissanen 2015-04-28 16:44:56 +0300
  • e024dba08f net: uip: Add support for user data in simple UDP API Jukka Rissanen 2015-04-28 16:41:56 +0300
  • 7e0951982a net: Add helper function to context for getting recv queue Jukka Rissanen 2015-04-28 16:36:59 +0300
  • e494de2449 net: Simple UDP process declaration was missing Jukka Rissanen 2015-04-28 16:33:07 +0300
  • 7d7d4e4161 net: Enable logging in uIP stack Jukka Rissanen 2015-04-28 16:23:43 +0300
  • cc4b282e46 net: Make sure to get the debug prints from uIP to console Jukka Rissanen 2015-04-28 15:59:58 +0300
  • 53fd129094 net: Add max length of the IPv6 address as a string Jukka Rissanen 2015-04-28 10:07:49 +0300
  • 66fc2795e5 net: Add loopback and any IPv6 address definitions Jukka Rissanen 2015-04-28 10:06:06 +0300
  • 6b3c739d7d net: Add helper function to set the link local address Jukka Rissanen 2015-05-22 12:40:38 +0300
  • 0028a541f6 net: uip: Set the link local IPv6 address according to linkaddr Jukka Rissanen 2015-06-15 14:06:56 +0300
  • 8ccc4b229a net: Make the union in net_addr anonymous Jukka Rissanen 2015-06-16 16:29:28 +0300
  • 32388b9a5f Bluetooth: Clean up doxygen documentation in bluetooth.h Johan Hedberg 2015-06-18 10:43:23 +0300
  • 8dcb1494a9 net: Fix the environment variable in Makefile Jukka Rissanen 2015-06-16 16:31:39 +0300
  • 55218cd6de Bluetooth: Be consistent with the spelling of 'Bluetooth' Johan Hedberg 2015-06-17 23:17:43 +0300
  • 1d748ba760 Bluetooth: Address conversion user helpers Arkadiusz Lichwa 2015-06-17 15:46:38 +0200
  • d81689e915 Bluetooth: Introduce LE scan callback Arkadiusz Lichwa 2015-06-02 17:28:00 +0200
  • e41d9512ce Bluetooth: Update shell doxygen comments Szymon Janc 2015-06-17 15:34:18 +0200
  • e35a5294fc Bluetooth: Fix typo in shell application Szymon Janc 2015-06-17 14:51:24 +0200
  • 0c421b038c Bluetooth: Make command handler in shell app return void Szymon Janc 2015-06-17 14:40:45 +0200
  • c14b14953d Bluetooth: Use argc/argv for commands in shell application Szymon Janc 2015-06-17 14:35:51 +0200
  • afc6628c26 Bluetooth: Use hexadecimal format when printing GATT handles Luiz Augusto von Dentz 2015-06-17 13:50:29 +0300
  • 168446d058 Bluetooth: Disable GATT notifications while disconnected Luiz Augusto von Dentz 2015-06-17 13:31:00 +0300
  • ea15db12ba Bluetooth: Make bt_conn_lookup_addr_le public Johan Hedberg 2015-06-17 12:47:06 +0300
  • 029046e02e Bluetooth: Make connection lookup functions return a new ref Johan Hedberg 2015-06-17 12:42:54 +0300