Commit graph

  • d217705329 nanokernel: Add fiber_config structure and wrapper Vlad Dogaru 2016-05-04 12:06:56 +03:00
  • 4ad41d8d7f arc: early init should invalidate d-cache and set vector table Chuck Jordan 2016-05-09 14:26:28 -07:00
  • bd012c92b3 arc: initialize the i-cache ONLY if it is present Chuck Jordan 2016-05-09 14:18:08 -07:00
  • 486de7aa84 Bluetooth: tester: Fix setting nonconn advertising type Grzegorz Kolodziejczyk 2016-05-11 11:23:33 +02:00
  • 20bfb62308 drivers/nble: Make sure gatt_private is reset properly Luiz Augusto von Dentz 2016-05-10 15:45:13 +03:00
  • cceb766411 mailmap: Fix a couple of incorrect git author names Johan Hedberg 2016-05-10 13:30:15 +03:00
  • 777033f710 Bluetooth: GATT: Make bt_gatt_write take a struct Luiz Augusto von Dentz 2016-05-10 11:28:24 +03:00
  • c7982b65d2 Bluetooth: Use tinycrypt for ecc in LE SC only sample Szymon Janc 2016-05-10 16:06:31 +02:00
  • 232e934351 Bluetooth: SMP: Reduce stack usage when generating ECDH keys Szymon Janc 2016-05-10 16:02:51 +02:00
  • 8171965f75 Bluetooth: GATT: Fix coding style Luiz Augusto von Dentz 2016-05-09 17:36:29 +03:00
  • 6a3d32cbee drivers/nble: Update RPC version to 0510 Andrei Emeltchenko 2016-05-10 13:37:36 +03:00
  • 3828a2008a drivers/nble: Fix NULL pointer dereference Mariusz Skamra 2016-05-10 11:25:43 +02:00
  • a146f9ef28 Revert "drivers/nble: Update RPC to Nordic BLE to 0509" Andrei Emeltchenko 2016-05-10 11:11:20 +03:00
  • ac594f1da0 net/loopback: add missing license Flavio Santes 2016-04-25 11:02:44 -05:00
  • 5b6175d00c net: configure TCP receive window size jgarcia 2016-05-04 17:29:36 +02:00
  • 7e8e620ddf gpio: For EM Starterkit, some additional GPIO register defines are needed Chuck Jordan 2016-05-09 13:59:49 -07:00
  • f1874fabdd arc: do lr and sr instructions together, avoid instruction pipeline bubble Chuck Jordan 2016-05-06 17:37:40 -07:00
  • a364a628b0 arc: Add CONFIG_HARVARD since some ARC CPU Architectures are Harvard. Chuck Jordan 2016-05-06 17:23:05 -07:00
  • 49dec0dad5 arc: clarify in comment that ARC must have timer0 Chuck Jordan 2016-05-06 12:56:17 -07:00
  • 12e29fe653 console: fix spelling error in comment Chuck Jordan 2016-05-06 12:43:56 -07:00
  • ac6f97893b arc: more improvements to use isa-16 instructions Chuck Jordan 2016-05-06 11:40:16 -07:00
  • f5912a46ce arc: Add defines for many more useful auxiliary registers Chuck Jordan 2016-05-06 11:28:24 -07:00
  • 7ff96dc4a4 nios2: implement _arch_irq_lock / unlock Andrew Boie 2016-05-06 15:14:05 -07:00
  • c5a62dcc9c nios2: implement asm_inline_gcc functions for sys_io.h Andrew Boie 2016-05-06 14:30:55 -07:00
  • a43a4ba258 kernel_event_logger: disable on nios2 Andrew Boie 2016-05-06 11:14:53 -07:00
  • 3395211a0b newlib: treat x86 as the special case Andrew Boie 2016-05-06 10:59:10 -07:00
  • e91f7101c6 nios2: update _new_thread prototype to latest changes Andrew Boie 2016-05-05 10:30:14 -07:00
  • cfe645cef3 nios2: add config-independent CPU defines Andrew Boie 2016-05-04 14:28:07 -07:00
  • 8564875a98 nios2: provide and include soc-specific headers Andrew Boie 2016-05-04 13:52:25 -07:00
  • 352f853803 nios2: add missing linker script Andrew Boie 2016-05-04 13:27:52 -07:00
  • 7f7337a0fe nios2: fatal: add _SysFatalErrorHandler and _Fault stub Andrew Boie 2016-05-03 11:49:50 -07:00
  • 2d5645e57a nios2: add minimal crt0.S Andrew Boie 2016-05-03 11:47:01 -07:00
  • ff872dc349 build: rename non-generated linker scripts to .ld extension Andrew Boie 2016-05-04 13:13:56 -07:00
  • bc5497f239 Bluetooth: BR/EDR: Reset pairing context when needed Arkadiusz Lichwa 2016-04-27 12:39:44 +02:00
  • 22ac4fd13e drivers/nble: Fix passing uninitialized write request structure Andrei Emeltchenko 2016-05-09 16:31:28 +03:00
  • 9178dce953 drivers/nble: Fix passing uninitialized scan parameters Andrei Emeltchenko 2016-05-09 16:25:05 +03:00
  • 4616f07f51 drivers/nble: Increase RX buffer pool Andrei Emeltchenko 2016-05-09 12:14:19 +03:00
  • 5a97415bd5 drivers/nble: Fix memory leak with double connection create Andrei Emeltchenko 2016-05-06 17:03:28 +03:00
  • c1ae16adc5 Bluetooth: Use bt_hci_cmd_send_sync in set_ad to catch errors Johan Hedberg 2016-05-09 13:16:58 +03:00
  • a5b6daaee3 Bluetooht: Don't mix ssize_t and int error codes Szymon Janc 2016-05-09 11:49:41 +02:00
  • 2471d506b2 Bluetooth: Use set_random_address for setting Static Random address Szymon Janc 2016-05-09 11:48:20 +02:00
  • 838206f603 Bluetooth: Fix using NRPA for creating connection Szymon Janc 2016-05-09 11:41:14 +02:00
  • c8c078442f Bluetooth: shell: Add BR/EDR PSM server registration Arkadiusz Lichwa 2016-04-26 15:46:47 +02:00
  • 8c1c45cfad event_logger: add arc support for sleep event Juan Manuel Cruz 2016-05-04 11:55:33 -05:00
  • 301572949a qemu: disable vga and avoid annoying warning message Anas Nashif 2016-05-05 10:55:39 -04:00
  • a314368aac drivers/nble: Increase debug for NBLE Andrei Emeltchenko 2016-05-06 17:02:56 +03:00
  • a52d7d7fe0 drivers/nble: Update RPC to Nordic BLE to 0509 Andrei Emeltchenko 2016-05-06 12:21:23 +03:00
  • 68c4555b59 test: fix a comment Chuck Jordan 2016-05-04 11:03:34 -07:00
  • 02c7eaa173 arc: improve code-density by using ld_s and st_s with r0-r3 Chuck Jordan 2016-04-29 15:44:59 -07:00
  • 3545672e57 arc: can use small-variant instructions to load/store %r13 Chuck Jordan 2016-04-29 13:00:32 -07:00
  • f1e90a295c benchmark: fix sema give/take test Benjamin Walsh 2016-05-05 14:51:15 -04:00
  • 77286b3143 arc: Set __start entry point to be same as __reset Chuck Jordan 2016-05-04 17:46:27 -07:00
  • 77850daf11 sensor: sx9500: fix compile error Vlad Dogaru 2016-05-05 15:29:43 +03:00
  • 22fa025157 Bluetooth: Minor fix missing format specifier Mariusz Skamra 2016-05-05 17:55:49 +02:00
  • aaa508a2f8 tests: build using newlib also on ARC Anas Nashif 2016-05-05 09:44:12 -04:00
  • c2216c7088 libc: newlib: fix RAM config names for ARC Bogdan Davidoaia 2016-05-05 16:16:47 +03:00
  • c3d71b5414 Bluetooth: Don't update responder for master role connection Szymon Janc 2016-05-05 12:03:44 +02:00
  • e3013e8ced Bluetooth: Add new conn on LE Connection Complete only for slave Szymon Janc 2016-05-05 12:01:16 +02:00
  • a14c932d91 drivers/nble: Fix setting SCAN_RSP data twice Szymon Janc 2016-05-05 09:26:26 +02:00
  • 149decdcf5 sensor: bmg160: fix compile error when not using trigger Vlad Dogaru 2016-05-05 14:36:55 +03:00
  • 4f07126496 samples: shell now emits a banner Chuck Jordan 2016-05-04 18:38:58 -07:00
  • 1cbfbe8426 checkpatch: Remove Change-Id warning Vlad Dogaru 2016-05-05 10:17:03 +03:00
  • 48e1749721 kernel: _MOVE_INSTR needs to be defined for CONFIG_ARC Chuck Jordan 2016-05-05 00:06:03 -07:00
  • 8b4e0a957e doc: update installation to add PLY library to Python3 Andrew Boie 2016-04-20 13:08:12 -07:00
  • 0c4590d252 test_tickless: improve testcase.ini filter Andrew Boie 2016-03-24 15:08:45 -07:00
  • 3ea7892410 sanitycheck: allow for more expressive filtering in testcase.ini Andrew Boie 2016-03-24 14:46:00 -07:00
  • b4efd548f9 expr_parser.py: simple expression language Andrew Boie 2016-03-24 13:45:46 -07:00
  • b670ddaeec scripts/sysgen: Fix indentation inconsistency Arkadiusz Lichwa 2016-05-04 19:26:32 +02:00
  • 46e6c6f8cb microkernel: lock interrupts in _k_state_bit_[re]set() Peter Mitsis 2016-05-04 10:01:36 -04:00
  • 59c21a5f62 microkernel: Fibers and ISRs may invoke microkernel no-op Peter Mitsis 2016-04-27 14:10:48 -04:00
  • e53c1851e9 nanokernel: Fix nanokernel object timeout recalculation Peter Mitsis 2016-04-26 21:41:50 -04:00
  • 542c37fe9c device: simplify synchronization Peter Mitsis 2016-04-18 15:49:49 -04:00
  • 2cac7eea6a tests: Pend microkernel tasks on nanokernel objects Peter Mitsis 2016-04-13 23:53:00 -04:00
  • 1cbc9089ee nanokernel: [un]block tasks on nanokernel objects infrastructure Peter Mitsis 2016-03-30 16:40:14 -04:00
  • 4ce3c0004b microkernel: [un]block tasks on nanokernel objects infrastructure Peter Mitsis 2016-05-04 09:59:56 -04:00
  • b58878bb89 kernel: Init back pointer to microkernel task Peter Mitsis 2016-02-23 11:36:43 -05:00
  • 8a33d98811 nanokernel: Add back pointer to microkernel task Peter Mitsis 2016-02-23 11:05:14 -05:00
  • f0948a4cbc microkernel: Add TF_NANO wait flag reason Peter Mitsis 2016-02-22 13:37:53 -05:00
  • 251f1cbc28 Bluetooth: monitor: Add 32-bit timestamp support Johan Hedberg 2016-05-04 21:19:49 +03:00
  • 68b3b6135e errno: implement _get_errno() in common code Andrew Boie 2016-05-03 18:56:33 -07:00
  • 2450a56ae5 Bluetooth: Use le_set_rpa in check_pending_conn Szymon Janc 2016-05-04 17:18:50 +02:00
  • ac52cffa32 Bluetooth: Refactor check_pending_conn error handling Szymon Janc 2016-05-04 17:13:16 +02:00
  • 4031d6d160 Bluetooth: Fix connection leak if failed to generate RPA Szymon Janc 2016-05-04 16:49:27 +02:00
  • 20c7f47fc0 drivers/nble: Pass read_params as nble user_data Mariusz Skamra 2016-05-04 15:29:11 +02:00
  • ec8a92b93a drivers/nble: Fix NULL pointer dereference Mariusz Skamra 2016-05-04 15:16:02 +02:00
  • aed8ef4d4c microkernel: events: fix undefined function error Daniel Leung 2016-05-03 13:45:55 -07:00
  • 6fd732f780 arch/arc/include: start_task_arch.h needed so ARC can build microkernel apps Chuck Jordan 2016-04-27 17:34:30 -07:00
  • 42f7741712 drivers/interrupt_controller: initialize only NUM_IRQS interrupts cjordan 2016-04-26 15:41:13 -07:00
  • 822b19ef74 arch/arc: add ICCM_BASE_ADDRESS and ICCM_SIZE Chuck Jordan 2016-04-28 14:22:00 -07:00
  • 9afe58de3e include/arch/arc: fix memory permissions cjordan 2016-04-26 15:45:38 -07:00
  • 736bda177b doc: Fixed broken link to development documentation Genaro Saucedo Tejada 2016-05-03 15:07:50 -05:00
  • 6e60fc8d7c drivers/nble: Update RPC function names Andrei Emeltchenko 2016-05-04 15:56:40 +03:00
  • ea6eac35bb pinmux_dev: Remove PINMUX_SELECT_REGISTER from quark_mcu driver Andre Guedes 2016-05-03 15:35:42 -03:00
  • e4c1d07477 drivers: pinmux: Implement pinmux pin get API for QMSI shim driver Baohong Liu 2016-05-02 16:24:53 -07:00
  • 7cd63abccb ieee802154: cc2520: SPI workaround when QMSI drivers are in use Tomasz Bursztyka 2016-05-04 11:16:17 +02:00
  • 58ab2526e8 Bluetooth: Make UART draining logic consistent across drivers Johan Hedberg 2016-05-04 15:12:16 +03:00
  • 3a5eb1c742 net: timer_expired may not return the right value when called twice Sebastien Griffoul 2016-05-02 18:05:35 +02:00
  • abb86939ca net: Fix ethernet headers in ipv6 Sebastien Griffoul 2016-05-02 10:39:58 +02:00
  • 492448b0f9 drivers/nble: Refactor NBLE RPC function names Andrei Emeltchenko 2016-05-04 13:58:05 +03:00
  • 5841aeae14 sensor: bmg160: add sample application Laurentiu Palcu 2016-04-27 17:35:50 +03:00