Commit graph

  • 4a36991e66 arch/arc: Move fatal_error.c into 'core' Peter Mitsis 2015-07-09 14:17:14 -04:00
  • 29092fe935 arch/x86: Move sys_fatal_error_handler.c to 'core' Peter Mitsis 2015-07-09 14:13:22 -04:00
  • d1955e06fb arch/arm: Move sysFatalErrorHandler.c from 'bsp' to 'core' Peter Mitsis 2015-07-06 10:44:42 -04:00
  • ccea9d3581 DOC: Split the microkernel object document into a file per object type. Rodrigo Caballero 2015-07-14 16:26:06 -05:00
  • 3fddad2eda DOC: Updated the overview modules to reflect the renaming of files. Rodrigo Caballero 2015-07-14 16:01:17 -05:00
  • 19551729eb DOC: Renames the Object Documentation files prior to restructure. Rodrigo Caballero 2015-07-14 15:29:52 -05:00
  • cb6f2eec67 doc: Memory Pool documentation Carol Lee 2015-07-13 14:21:47 -04:00
  • 04adb5fb79 samples: Revise example memory pool block sizes Allan Stephens 2015-07-14 11:30:05 -04:00
  • cca9dfea44 Remove references to defunct _ContextUsrEntryRtn() Allan Stephens 2015-07-14 11:24:15 -04:00
  • 8486aae9d6 Revise misleading 'channel' references in sample projects Allan Stephens 2015-07-14 11:07:40 -04:00
  • 80b109ae98 Revise misleading 'channel' references in microkernel server code Allan Stephens 2015-07-14 10:58:57 -04:00
  • 319a648267 Revise 'channel' comments in microkernel's pipe code Allan Stephens 2015-07-14 10:56:18 -04:00
  • fce979ef3e init: Change _InitHardware() to be called from init system Dirk Brandewie 2015-07-14 10:28:51 -07:00
  • a88cd0fc34 init: Split pure_init into pure_init_{early,late} levels Dirk Brandewie 2015-07-14 08:38:48 -07:00
  • 03ab32a66a Microkernel timer uses new driver initialization Peter Mitsis 2015-07-06 23:40:39 -04:00
  • b99194ee98 Remove obsolete SYS_PREKERNEL_INIT() macro Peter Mitsis 2015-07-06 22:26:49 -04:00
  • 27e01a060a Nanokernel timer uses new driver initialization Peter Mitsis 2015-07-06 16:20:19 -04:00
  • 6e95fe0356 Update _sys_clock_driver_init() interface Peter Mitsis 2015-07-06 16:31:38 -04:00
  • 2874311ca5 Remove reference to nano_time_init() in sample projects Peter Mitsis 2015-07-06 15:36:59 -04:00
  • 6a09e0235d Remove trailing characters from macro defintion Peter Mitsis 2015-07-06 11:34:51 -04:00
  • 7f998a101b doxygen: mutex: update in-code documentation Daniel Leung 2015-07-13 08:55:32 -07:00
  • fdce514ceb doxygen: scan all of include/ for docs Anas Nashif 2015-07-11 08:09:45 -04:00
  • 86446dab4e doxygen: move mailbox comments to header file Anas Nashif 2015-07-09 10:21:14 -04:00
  • 538cb82151 doxygen: make device and init comments doxygen friendly Anas Nashif 2015-07-10 14:52:53 -04:00
  • 72cb707f20 kconfig: Let the application decide the name of the kernel bin Anas Nashif 2015-07-09 11:32:11 -04:00
  • 4f9a95ff1e kbuild: remove BSP_VARIANT Makefile variable Andrew Boie 2015-07-09 12:43:24 -07:00
  • 7650bc0daa doc: Adds step by step procedure to develop microkernel apps. Rodrigo Caballero 2015-07-08 11:07:38 -05:00
  • e5700b46ab Rename ChRef union and its fields Peter Mitsis 2015-07-08 09:36:22 -04:00
  • 9b8352f7e4 Rename pipe get/set utility parameter names Peter Mitsis 2015-07-07 16:51:59 -04:00
  • e2ab3249f6 Standardize on names for PIPE_REQUEST_STATUS objects Peter Mitsis 2015-07-07 16:48:06 -04:00
  • 22295bc9a4 Standardize on names for _pipe_xfer_req_arg objects Peter Mitsis 2015-07-07 16:28:49 -04:00
  • e2c0574319 Remove unnecessary _pipe_xfer_req_arg pointer definitions Peter Mitsis 2015-07-07 14:24:38 -04:00
  • 8d37ddef02 Rename k_args_args field ChProc to pipe_xfer_req Peter Mitsis 2015-07-07 14:06:55 -04:00
  • a9e4f6520b Standardize on names for _pipe_xfer_ack_arg type objects Peter Mitsis 2015-07-07 13:54:46 -04:00
  • 5f4f274f44 Standardize on names for _pipe_ack_arg type objects Peter Mitsis 2015-07-07 13:16:01 -04:00
  • 367d9e9e3f Rename k_args_args field ChReq to pipe_req Peter Mitsis 2015-07-07 13:12:08 -04:00
  • a2b866ea74 Standardize on names for pipe_desc type objects Peter Mitsis 2015-07-07 13:04:28 -04:00
  • 97580269b3 Rename CHREQ_STATUS to PIPE_REQUEST_STATUS Peter Mitsis 2015-07-07 12:47:01 -04:00
  • f98898b127 Rename k_chproc structure to _pipe_xfer_req_arg Peter Mitsis 2015-06-29 16:43:10 -04:00
  • 91f693e4e2 Rename k_chmovedack structure to _pipe_xfer_ack_arg Peter Mitsis 2015-06-29 16:33:15 -04:00
  • 61f2b49331 Rename k_chack structure to _pipe_ack_arg Peter Mitsis 2015-07-07 12:39:09 -04:00
  • a303bdb85b Rename k_chreq structure to _pipe_req_arg Peter Mitsis 2015-07-07 12:34:01 -04:00
  • a376f0f70d Rename chbuff structure to pipe_desc Peter Mitsis 2015-06-29 15:12:25 -04:00
  • 7c3bc47caf Eliminate unnecessary copying of k_args_args field Peter Mitsis 2015-07-03 10:24:04 -04:00
  • 467d5f54d0 Cosmetic: Fix whitespace issues Peter Mitsis 2015-07-08 11:19:21 -04:00
  • fa21363ef1 spi: Add the generic driver API header for SPI controllers Tomasz Bursztyka 2015-07-02 14:17:16 +03:00
  • 8ee4a9e93d Bluetooth: GATT: Simplify handling of Read Multiple Request Luiz Augusto von Dentz 2015-07-07 14:49:29 +03:00
  • e24f6684cb Bluetooth: ATT: Use BT_ASSERT to check context Luiz Augusto von Dentz 2015-07-06 13:34:03 +03:00
  • 3303864d3b Bluetooth: Fix inverted assert conditions in buf.c Johan Hedberg 2015-07-07 16:56:10 +03:00
  • 710aa2ecc7 Bluetooth: Add gatt-discover-characteristic command to btshell Luiz Augusto von Dentz 2015-07-06 17:09:18 +03:00
  • d87232b2a1 Bluetooth: att: Fix minor coding style issues Johan Hedberg 2015-07-07 12:08:48 +03:00
  • 9a52d396da Bluetooth: Take advantage of BT_ASSERT() macro Johan Hedberg 2015-07-07 12:08:26 +03:00
  • 5e5c87503d Bluetooth: Add BT_ASSERT() helper macro Johan Hedberg 2015-07-07 12:07:50 +03:00
  • df92f7c4c6 Bluetooth: GATT: Add bt_gatt_discover_characteritic Luiz Augusto von Dentz 2015-07-06 13:36:16 +03:00
  • 330846b39a Bluetooth: ATT: Handle Read By Type response Luiz Augusto von Dentz 2015-07-06 13:34:03 +03:00
  • cfb12dbb61 Bluetooth: GATT: Fix not always calling discover destroy callback Luiz Augusto von Dentz 2015-07-06 17:10:45 +03:00
  • bbe73173bb net: Use 2001:db8::/32 address space for sample apps Jukka Rissanen 2015-07-06 16:27:18 +03:00
  • 105624a4a0 Bluetooth: Remove empty line Mariusz Skamra 2015-07-06 14:20:37 +02:00
  • e6d8bc3a59 Bluetooth: Use duplicate filtering policy in passive scanning Mariusz Skamra 2015-07-06 12:00:04 +02:00
  • d0aa85096c Bluetooth: Add simple advertise command to shell app Szymon Janc 2015-07-03 11:42:50 +02:00
  • 0d7739f389 Bluetooth: Add support for enabling security as slave Szymon Janc 2015-07-03 11:09:35 +02:00
  • 59e78e4d41 Bluetooth: SMP: Add support for sending security request Szymon Janc 2015-07-03 10:45:20 +02:00
  • 8beeb0f3d3 Bluetooth: SMP: Fix smp_send_pairing_req function name Mariusz Skamra 2015-07-06 14:47:06 +02:00
  • 4d42645012 net: 15.4: Fix the loopback test Jukka Rissanen 2015-07-06 15:25:52 +03:00
  • ea970e2ce1 net: Change the remaining doxygen comments to javadoc style Jukka Rissanen 2015-07-06 14:05:21 +03:00
  • f48fb5f3ec net: tools: Add IPv4 support for echo-client tool Jukka Rissanen 2015-07-03 11:39:10 +03:00
  • 0605e89ec1 net: apps: Enable IPv4 support for echo-server test application Jukka Rissanen 2015-07-02 11:49:28 +03:00
  • 7ef1a726d4 net: apps: Add IPv4 support for listener application Jukka Rissanen 2015-07-02 11:39:45 +03:00
  • 9a59d70cf5 net: tools: Add tunslip application for IPv4 Jukka Rissanen 2015-07-02 11:27:18 +03:00
  • f2886e2af3 net: uip: Traverse only through valid UDP connections Jukka Rissanen 2015-07-01 16:32:02 +03:00
  • e6020d1701 net: uip: Initial IPv4 support Jukka Rissanen 2015-07-01 16:14:58 +03:00
  • 3c9fd82c5b net: Add INADDR_ANY for IPv4 connectivity Jukka Rissanen 2015-07-03 11:35:32 +03:00
  • 7d743ce57b net: uip: Remove obsolete file Jukka Rissanen 2015-07-01 15:46:17 +03:00
  • d7ccefd0bd Bluetooth: Fix doxygen comment style Johan Hedberg 2015-07-06 13:22:48 +03:00
  • cb73239de2 net: tests: Fix improper rebase Ravi kumar Veeramally 2015-07-06 11:19:26 +03:00
  • 3fcf60a6e6 Bluetooth: Fix sending dummy buffer to kill invalid tx fiber Mariusz Skamra 2015-07-03 12:05:23 +02:00
  • a52d54cc3e Bluetooth: Add gatt-discover command to btshell Luiz Augusto von Dentz 2015-07-03 15:00:06 +03:00
  • 1e7016a823 Bluetooth: GATT: Include uuid.h Luiz Augusto von Dentz 2015-07-03 14:58:10 +03:00
  • 4c640515c7 Bluetooth: GATT: Add bt_gatt_discover Luiz Augusto von Dentz 2015-07-03 14:52:57 +03:00
  • df0cc2697d Bluetooth: ATT: Handle Find By Type response Luiz Augusto von Dentz 2015-07-03 14:48:14 +03:00
  • f6f64c2cda Bluetooth: ATT: Fix missing new line in BT_DBG Luiz Augusto von Dentz 2015-07-03 14:46:43 +03:00
  • f4d142e861 Bluetooth: Remove not needed code Mariusz Skamra 2015-07-03 13:49:18 +02:00
  • 8ce5eda9bd Bluetooth: Move scan_enable check to trigger_scan() Mariusz Skamra 2015-07-03 13:41:42 +02:00
  • d699296a45 Bluetooth: Add passive scanning support Mariusz Skamra 2015-07-02 11:53:54 +02:00
  • 911b91d82e Bluetooth: Move start_scanning stop_scanning and le_create_conn Mariusz Skamra 2015-07-02 14:58:07 +02:00
  • 7ec1617b9f Bluetooth: Introduce BT_CONN_CONNECT_SCAN state Mariusz Skamra 2015-07-02 11:16:55 +02:00
  • 5e571ec7fb net: tests: Update 15.4 test with proper link local addresses Ravi kumar Veeramally 2015-07-02 17:06:33 +03:00
  • 5d2e81c8ab net: Copy mac address to uip_lladdr Ravi kumar Veeramally 2015-07-02 16:58:56 +03:00
  • 5d2e9db894 net: sicslowpan: if compression fails then send uncompressed packet Ravi kumar Veeramally 2015-06-29 16:28:37 +03:00
  • 1f8cb9b4dc net: sicslowpan: Fix length and packetbuf issues Ravi kumar Veeramally 2015-06-29 16:24:14 +03:00
  • 944b580266 net: Remove net_buf forward declaration in sisclowmac Ravi kumar Veeramally 2015-06-29 16:19:42 +03:00
  • fda66bfa34 net: Enable 802.15.4 related macros Ravi kumar Veeramally 2015-07-02 11:20:43 +03:00
  • cc3afa6346 net: Add net_mbuf validation Jukka Rissanen 2015-07-01 10:52:17 +03:00
  • 6ffb93553e net: apps: Do proper initialization for 802.15.4 tester Jukka Rissanen 2015-07-01 10:05:21 +03:00
  • 4f4700e32c net: Use correct IPv6 address when registering UDP socket Jukka Rissanen 2015-07-01 09:29:37 +03:00
  • 17b269682e net: The local address was allocated from stack Jukka Rissanen 2015-06-30 17:51:52 +03:00
  • d644eb8175 net: Add missing curly braces Jukka Rissanen 2015-06-30 17:44:56 +03:00
  • fdadfc95a7 net: uip: Reset the rxbuf if we run out of buffers Jukka Rissanen 2015-06-30 15:42:08 +03:00
  • 5ac5211093 net: uip: Free net_buf if it cannot be pushed to slip rx queue Jukka Rissanen 2015-06-29 15:04:54 +03:00
  • 90ca5ff779 net: Validate that net_buf allocation is correct Jukka Rissanen 2015-06-29 15:01:29 +03:00