Commit graph

  • 0dcad8331b clarify use of term 'context' Benjamin Walsh 2015-08-20 11:04:01 -04:00
  • 849865046b benchmark/app_kernel: fix useless comment Benjamin Walsh 2015-08-20 10:56:58 -04:00
  • b981326ae9 microkernel: remove last remnants of 'process' from text Benjamin Walsh 2015-08-18 11:34:39 -04:00
  • eca929daee microkernel: rename K_CREF.proc to 'task' Benjamin Walsh 2015-08-17 16:34:24 -04:00
  • 8276c32e7c microkernel: rename K_CREF.task to 'task_id' Benjamin Walsh 2015-08-17 16:29:43 -04:00
  • bed144b179 microkernel: rename k_proc to k_task Benjamin Walsh 2015-08-17 16:27:31 -04:00
  • c45fc04952 doc: clean rule removes 'xml' and 'latex' dirs Benjamin Walsh 2015-08-17 15:48:05 -04:00
  • ed9cdac197 i2c: change inline functions to static inline Daniel Leung 2015-08-24 09:57:28 -07:00
  • ea2a07a50e doc: Add nanokernel fiber code sample Peter Mitsis 2015-08-13 14:59:48 -04:00
  • 94718c7392 uart: change inline functions to static inline Daniel Leung 2015-08-24 09:51:47 -07:00
  • ea0c810bc5 kbuild: environmental vars rebuild Juan Manuel Cruz 2015-08-14 11:21:36 -05:00
  • 33b13dc70d Doc: Restructures the documentation collaboration content. Rodrigo Caballero 2015-08-17 10:48:16 -05:00
  • 3acf84edab Doc: Restructures the communication collaboration content. Rodrigo Caballero 2015-08-17 10:42:51 -05:00
  • 03d2a4fcbc Doc: Moves and renames files into the new file structure. Rodrigo Caballero 2015-08-13 11:19:40 -05:00
  • 044bfc60c5 build: INIT_STACKS memset fix. Juan Manuel Cruz 2015-08-17 15:13:56 -05:00
  • 0e46b81faf doc: add documentation of kconfig variables Anas Nashif 2015-08-18 15:50:28 -04:00
  • 4ca0b0b96b add missing includes from toolchain Anas Nashif 2015-08-11 22:07:53 -04:00
  • 6d1ee7e8bf build: avoids link error when CCACHE is not activated Fabien Chereau 2015-08-19 15:34:02 +02:00
  • f5f78432ed x86: fix basic_atom's SYS_CLOCK_HW_CYCLES_PER_SEC Peter Mitsis 2015-08-21 14:05:00 -04:00
  • 8729b3c802 k20: sim: clean up camel case and doxygen for file description Daniel Leung 2015-08-20 16:34:19 -07:00
  • e180fa0ff4 serial: stellaris: cosmetic changes to comments Daniel Leung 2015-08-20 16:08:06 -07:00
  • 3104503d25 serial: stellaris: clean up camel case and function declarations Daniel Leung 2015-08-20 16:03:44 -07:00
  • bd2e264d26 serial: k20: cosmetic changes to comments Daniel Leung 2015-08-20 15:45:34 -07:00
  • e424f1bee1 serial: k20: clean up camel case and function declarations Daniel Leung 2015-08-20 15:41:49 -07:00
  • 7f07e50aa3 serial: ns16550: cosmetic changes to comments Daniel Leung 2015-08-20 15:10:21 -07:00
  • 44d4c2277a serial: ns16550: clean up camel case and function declarations Daniel Leung 2015-08-20 14:58:45 -07:00
  • 9020d7654e doc: Revise description for microkernel semaphore objects Allan Stephens 2015-08-21 11:24:49 -04:00
  • f55bbbcc31 doc: Revise description for microkernel event objects Allan Stephens 2015-08-21 10:32:53 -04:00
  • 1201a73002 doc: Reorder listing of microkernel synchronization objects Allan Stephens 2015-08-21 11:03:21 -04:00
  • 61fa627f74 doc: Terminology change - signalling -> synchronization Allan Stephens 2015-08-20 10:54:36 -04:00
  • a6c11231ad doc: Fix typo in microkernel task documentation Allan Stephens 2015-08-21 10:34:52 -04:00
  • fa05dcee01 Make HPET use level-triggered interrupts on galileo platform Dmitriy Korovkin 2015-08-21 10:27:06 -04:00
  • c1c867af08 Fix HPET interrupt triggering for basic_atom platform Dmitriy Korovkin 2015-08-20 17:45:37 -04:00
  • 35e31e9c0c Fix level triggered interrupt handling Dmitriy Korovkin 2015-08-20 17:43:26 -04:00
  • 93b0ced44b Order hardware and device initialization Dmitriy Korovkin 2015-08-20 15:08:11 -04:00
  • d44e380496 doc: Clean up instructions for defining microkernel objects Allan Stephens 2015-08-18 16:15:10 -04:00
  • b18b992980 doc: Enhance "About Zephyr" into to mention licensing Allan Stephens 2015-08-19 17:57:58 -04:00
  • 1bd6c831ee Fix kernel server argument alignment Dmitriy Korovkin 2015-08-20 16:21:56 -04:00
  • a34780f663 Fix system hardware clock frequency for FRDM k64f platform Dmitriy Korovkin 2015-08-20 14:07:57 -04:00
  • 46c5f12a1f doc: Overhaul of Zephyr Kernel Primer overview section Allan Stephens 2015-08-12 15:46:55 -04:00
  • 42fbd4afd2 cleanup libc kconfig and use choice Anas Nashif 2015-08-12 11:49:10 -04:00
  • 05875f062d toolchain: support toolchain variants Anas Nashif 2015-08-07 20:33:03 -04:00
  • cae3f84d99 idtEnt.h: fixed coding style Anas Nashif 2015-08-18 15:05:51 -04:00
  • b2f5c48755 remove shared/ and create files directly Anas Nashif 2015-08-18 14:57:18 -04:00
  • e564035521 serial: rename struct field int_pri to irq_pri Daniel Leung 2015-08-17 09:05:59 -07:00
  • f06cae3775 samples/benchmark/footprint-min: disable UART console and serial Daniel Leung 2015-08-13 17:20:09 -07:00
  • f20e07003b arch/arm: ti_lm3s6965: do not force enable Stellaris serial Daniel Leung 2015-08-13 17:16:13 -07:00
  • af1a297358 arch/arm: fsl_frdm_k64f: do not force enable K20 serial driver Daniel Leung 2015-08-13 17:15:42 -07:00
  • ad4d624e6b arch/x86: Kconfig: do not force enable NS16550 serial driver Daniel Leung 2015-08-13 15:02:51 -07:00
  • d8f10f4c01 uart_console: make baud rate configurable Daniel Leung 2015-08-13 13:11:18 -07:00
  • 40147440f5 serial: utilize dev->driver_api for new driver model Daniel Leung 2015-08-13 09:51:10 -07:00
  • c384571add console: uart_console: introduces CONFIG_UART_CONSOLE Daniel Leung 2015-08-12 10:33:56 -07:00
  • ad2d29689e console: uart_console: decouple uart console init from UART init Daniel Leung 2015-08-12 10:17:35 -07:00
  • 2fd29e2667 serial: converting to new driver initialization model Daniel Leung 2015-08-10 15:02:04 -07:00
  • 199c47987f serial: introduce CONFIG_SERIAL Daniel Leung 2015-08-11 20:22:49 -07:00
  • 0f7a78ce1b bluetooth: move static device definition to platform configs Daniel Leung 2015-08-10 13:29:53 -07:00
  • a4212108f7 serial: remove unused CONFIG_EXTRA_SERIAL_PORT Daniel Leung 2015-08-07 17:31:55 -07:00
  • 1ad2a56ee3 serial: rework functions to use struct device... Daniel Leung 2015-08-05 12:13:36 -07:00
  • 179f805322 doc: correct 'interrupts' section of fsl_frdm_k64f Benjamin Walsh 2015-08-13 14:48:06 -04:00
  • d3084b41e6 test_task: improve task_sleep test reliability on QEMU Benjamin Walsh 2015-08-13 14:25:45 -04:00
  • 7710d0e083 ffs: change find_[lsb|msb]_set parameter type to uint32_t Benjamin Walsh 2015-08-14 17:22:50 -04:00
  • 1bab46dca1 ffs: rename find_[first|last]_set to find_[lsb|msb]_set Benjamin Walsh 2015-08-14 17:16:16 -04:00
  • 910970ed0f ffs: remove non-inline find_[first|last]_set() Benjamin Walsh 2015-08-14 16:56:51 -04:00
  • c4ad73d3b6 ffs: do not use _inline versions of find_[first|last]_set Benjamin Walsh 2015-08-14 16:26:57 -04:00
  • b9a6f3b9d1 testcases: use SOURCE_DIR instead of relative #include Andrew Boie 2015-08-14 14:58:11 -07:00
  • 7f85fb1a10 HACK: include fifo_timeout.c a different way Andrew Boie 2015-08-14 10:20:35 -07:00
  • bbd670c9fc sanitycheck: add -z option for 'truesize' functionality Andrew Boie 2015-08-17 13:16:11 -07:00
  • ea7928f642 sanitycheck: add --all-deltas option Andrew Boie 2015-08-14 14:27:38 -07:00
  • 0c6b6902fe Bluetooth: Refactor signed write command Andrei Emeltchenko 2015-08-13 11:49:38 +03:00
  • 355ff64175 Bluetooth: Add debug statement Andrei Emeltchenko 2015-08-11 10:26:13 +03:00
  • 8e48fa3fa4 Bluetooth: Verify Signed Write GATT command Andrei Emeltchenko 2015-07-31 11:23:18 +03:00
  • 30c28925fa Bluetooth: Add new attribute with signed write permission Andrei Emeltchenko 2015-07-30 16:48:21 +03:00
  • 2ccf1f11c0 Bluetooth: Add GATT Signed Write to shell Andrei Emeltchenko 2015-07-30 16:07:11 +03:00
  • f9cd4105da Bluetooth: Add GATT Signed Write command Andrei Emeltchenko 2015-07-30 16:06:06 +03:00
  • 2de40248ff Bluetooth: Print sign count in correct byte order Andrei Emeltchenko 2015-08-14 11:12:14 +03:00
  • 15bad51bfb Bluetooth: Increment sign count after signing Andrei Emeltchenko 2015-08-14 11:10:46 +03:00
  • 5c8fda8e67 Bluetooth: Add data signing function Andrei Emeltchenko 2015-07-30 13:56:04 +03:00
  • 6fa1c89b38 net: tinydtls: Include file was missing Jukka Rissanen 2015-08-14 13:40:48 +03:00
  • 947f7100c5 Bluetooth: Validate callbacks in bt_auth_cb_register Szymon Janc 2015-08-05 16:18:13 +02:00
  • 530d2f9175 Bluetooth: Enable LE Remote Features event handler Arkadiusz Lichwa 2015-07-28 13:02:43 +03:00
  • 669454f1e1 Bluetooth: Allow to enable authentication in btshell application Szymon Janc 2015-08-05 16:18:20 +02:00
  • 8423871b90 Bluetooth: Add initial support for authenticated pairing Szymon Janc 2015-08-05 16:18:13 +02:00
  • 9de0ef392f Bluetooth: Add connection security level tracking Szymon Janc 2015-08-05 16:18:05 +02:00
  • faec70c367 Bluetooth: Move security levels to conn.h Szymon Janc 2015-08-05 16:17:29 +02:00
  • 29faed4aa8 net: apps: Add dtls-server test application Jukka Rissanen 2015-08-12 16:35:41 +03:00
  • 89570caab9 net: tools: Add dtls-client test application Jukka Rissanen 2015-08-12 15:29:55 +03:00
  • a6c6245d87 net: Do not check the net_buf validity in rx fiber Jukka Rissanen 2015-08-12 15:17:41 +03:00
  • 249a6d6b18 net: Add minor comment when micro or nano kernel is used Jukka Rissanen 2015-08-12 15:16:46 +03:00
  • abd124c4dc net: Return NULL if we cannot receive a network packet. Jukka Rissanen 2015-08-12 15:14:27 +03:00
  • 1c26158c81 net: Additional check making sure IP stack is not corrupted Jukka Rissanen 2015-08-12 15:12:34 +03:00
  • 0768ed81c6 net: Use the net_buf_datalen() to initialize uIP pointers Jukka Rissanen 2015-08-12 15:09:32 +03:00
  • 9c1a76351a net: contiki: Define network buffer size using default in uipopt.h Jukka Rissanen 2015-08-12 14:56:15 +03:00
  • 664df6db68 net: tinydtls: Allow bigger IPv6 packet to be sent Jukka Rissanen 2015-08-12 14:13:28 +03:00
  • fd6cca42a3 net: contiki: Use appdata pointer in udp callback Jukka Rissanen 2015-08-12 14:12:07 +03:00
  • 766eed3461 net: Document udp connection retrieval function as it is needed Jukka Rissanen 2015-08-12 14:09:30 +03:00
  • 0378a84fef net: Add macros to return IP and UDP info from net_buf Jukka Rissanen 2015-08-12 11:22:44 +03:00
  • b41ec6590c net: contiki: Set the DTLS session IP address and port correctly Jukka Rissanen 2015-08-10 13:00:59 +03:00
  • f6ef316c5b net: contiki: Process context was using wrong variable Jukka Rissanen 2015-08-10 10:36:36 +03:00
  • 3257916346 net: contiki: Set the clock ticks according to system config Jukka Rissanen 2015-08-06 15:37:09 +03:00
  • a895e38ad2 net: Add tinyDTLS support activation Jukka Rissanen 2015-08-03 17:16:14 +03:00