Commit graph

  • c88d0fb82f kernel: fix typo Benjamin Walsh 2017-02-11 11:29:36 -0500
  • 8d7c274e55 kernel/sched: protect thread sched_lock with compiler barriers Benjamin Walsh 2017-02-11 10:50:27 -0500
  • c73980654c gcc: add compiler_barrier() macro Benjamin Walsh 2017-02-11 10:49:34 -0500
  • 161a863da7 bump version to v1.7.99 Anas Nashif 2017-02-15 05:46:42 -0800
  • e93216f35e Merge "Merge net branch into master" Anas Nashif 2017-02-15 11:56:21 +0000
  • cdf754f8d2 sensor: fix typo in sensor.h Bogdan Davidoaia 2017-02-13 16:30:08 +0200
  • 77b387b82f Merge net branch into master Jukka Rissanen 2017-02-15 12:21:05 +0200
  • a180deaaf5 net: Remove duplicate const specifier Tomasz Bursztyka 2017-02-15 10:16:12 +0100
  • 14034ac515 samples: net: Add README.rst to echo apps Jukka Rissanen 2017-02-14 10:12:12 +0200
  • c1c5e25bbc net/mqtt: Add support for IBM BlueMix Watson topic format Jorge Ramirez-Ortiz 2017-02-03 11:35:08 +0100
  • 057f31e7e9 net/mqtt: Remove length computations for some msg fields Flavio Santes 2017-02-06 12:07:09 -0600
  • 84403077d2 net/mqtt: Add payload size validation Flavio Santes 2017-02-04 20:24:46 -0600
  • 9c8d2d9fb8 net/mqtt: Use uint32_t for Remaining Length encoding/decoding Flavio Santes 2017-02-04 20:16:57 -0600
  • 540505757f net/mqtt: Add support for QEMU x86 Flavio Santes 2017-02-14 09:49:45 -0600
  • f0f9be881f net: Fix a const specifier issue Tomasz Bursztyka 2017-02-14 12:47:42 +0100
  • 7608fcdb75 samples: net: Remove the README file Jukka Rissanen 2017-02-14 09:58:45 +0200
  • 9bfa9ca058 samples: net: Remove obsolete prj_slip.conf from echo-* Jukka Rissanen 2017-02-14 09:22:38 +0200
  • c99901560f doc: boards: Move nRF5x DK board doc from the wiki to git Carles Cufi 2017-02-08 17:55:13 +0100
  • b62fbccce1 tests: gen_isr_table: disable for cortex-m0 Anas Nashif 2017-02-15 00:04:58 -0800
  • 7ac0fd7aed tests: filter out tinytile, it is the same as arduino 101 Anas Nashif 2017-02-14 23:22:25 -0800
  • ae15a26751 arc: add _tsc_read for 64-bit timestamp Chuck Jordan 2017-02-14 13:17:53 -0800
  • 35fcb2736c arc: enable gen_isr_tables mechanism Andrew Boie 2017-02-13 09:36:32 -0800
  • 3944d8313e gen_isr_tables: apply offset to irq parameter Andrew Boie 2017-02-13 09:56:25 -0800
  • 5c335ce55f tests: gen_isr_table: actually run the IRQ Andrew Boie 2017-02-13 09:55:39 -0800
  • bd69c3bdf0 riscv32: enable gen_isr_tables mechanism Andrew Boie 2017-02-13 10:11:54 -0800
  • b2e136c5f0 gen_isr_tables: make vector offset a hidden option Andrew Boie 2017-02-13 12:39:50 -0800
  • 15a6598691 Merge "Merge remote-tracking branch 'origin/core'" Anas Nashif 2017-02-15 04:33:25 +0000
  • 643f3603f1 crypto: include tinycrypt only when enabled Anas Nashif 2017-02-15 06:47:22 +0530
  • 278f05770b ipm: fix Makefile to include drivers correctly Anas Nashif 2017-02-15 06:47:54 +0530
  • 485da78449 ataes132a: Adds a driver to support ATAES132A device Juan Manuel Cruz Alcaraz 2017-01-10 17:03:07 -0600
  • bab3aafa2d qemu_cortex_m3: fixed network connectivity Richard Peters 2017-02-09 01:13:47 +0100
  • b0f2e3ef14 tests: kernel: import obj_tracing test to unified kernel Jithu Joseph 2017-02-06 16:09:38 -0800
  • 38aaa7c955 samples/drivers/crypto: crypto sample app Jithu Joseph 2016-07-19 15:00:38 -0700
  • de106b026a drivers/crypto: TinyCrypt shim driver Jithu Joseph 2016-07-19 14:20:25 -0700
  • 417c341011 include/crypto: Crypto abstraction header Jithu Joseph 2016-07-19 08:15:52 -0700
  • 867e61cbf3 drivers gpio: Fix disabling of interrupts for QMSI shims Iván Briano 2017-02-14 10:28:36 -0800
  • 28e60ef7ed flash/nrf5: fix invalid write access Jorge Ramirez-Ortiz 2017-02-02 19:46:50 +0100
  • 047ae4033c toolchain.gccarmemb: set DTC for building targets that use devicetrees Kumar Gala 2017-02-13 08:32:17 -0600
  • 8bde07dfae Merge "Merge net branch into master" Anas Nashif 2017-02-14 11:08:14 +0000
  • bceabf6a4f tests: kernel: remove unsupported tests Sharron LIU 2017-02-13 14:30:12 +0800
  • 3958177f69 Merge net branch into master Jukka Rissanen 2017-02-14 08:31:15 +0200
  • de60e4c8cd samples/net/http: Add HTTP over TLS sample application Sergio Rodriguez 2017-02-10 11:29:58 -0800
  • f054d3e897 libc/include: Adding time.h Sergio Rodriguez 2017-02-13 17:39:38 -0800
  • 5035f97686 eth/mcux: Add temporary workaround to unbreak IPv6 ND features. Paul Sokolovsky 2017-02-08 13:42:40 +0300
  • d599af40c8 ext/lib/mbedtls: Add the TLS configuration file Flavio Santes 2017-02-12 01:04:39 -0600
  • f994efa8c1 net/mqtt: Add BT support to MQTT publisher sample Jorge Ramirez-Ortiz 2017-02-03 13:45:11 +0100
  • 0296cdd728 net/dhcpv4: Ensure udp header checksum is computed correctly Marcus Shawcroft 2017-02-10 15:13:09 +0000
  • ccd6d8c79f net/dhcpv4: Remove unused dhcpv4 offer state Marcus Shawcroft 2017-02-09 15:57:58 +0000
  • 45e199c812 net/dhcpv4: Fix event/state mismatch Marcus Shawcroft 2017-02-10 15:19:11 +0000
  • d502c24a5d samples: net: Add .conf file for qemu_cortex_m3 in echo_* Richard Peters 2017-02-10 20:48:52 +0100
  • bbada2de50 eth/mcux: Add basic PHY support. Marcus Shawcroft 2017-01-06 22:20:47 +0000
  • f40bdd67ac net/http: Improve network configuration routines Flavio Santes 2017-02-12 00:43:34 -0600
  • 79a064fae8 net/http: Add QEMU support to the HTTP server sample app Flavio Santes 2017-02-12 00:40:09 -0600
  • bed71d0a02 net/mqtt: Fix inline doc for MQTT Flavio Santes 2017-02-08 15:02:58 -0600
  • 449cbbd874 net/dns: Update QEMU prj file Flavio Santes 2017-02-12 20:01:09 -0600
  • d8d16e81f5 iot/zoap: Add missing const modifier to header file Vinicius Costa Gomes 2017-02-09 16:44:14 -0800
  • b032f54f60 iot/zoap: Fix header indentation Vinicius Costa Gomes 2017-02-09 16:43:42 -0800
  • e190ffe200 iot/zoap: Fix handling of 16-bytes block-wise transfers Vinicius Costa Gomes 2017-02-09 10:53:26 -0800
  • 62a6c9c6d0 samples/zoap-server: Update docs with information about libcoap Vinicius Costa Gomes 2017-02-09 16:27:01 -0800
  • 0c94d6a085 iot/zoap: Improve zoap.h documentation Vinicius Costa Gomes 2017-02-01 16:38:35 -0800
  • d4c9a7d80c net: remove obsolete CONFIG_NET_YAIP Anas Nashif 2017-02-13 07:39:34 +0530
  • d0a33869a5 riscv32: move riscv privileged architecture specifics within a common header file Jean-Paul Etienne 2017-02-13 01:17:01 +0100
  • 587ba7b8ea arc: move openocd_dbg section Andrew Boie 2017-02-13 15:40:08 -0800
  • 459e850429 scripts: Fix hardwired python path in extract_dts_include.py Marcus Shawcroft 2017-02-13 21:43:10 +0000
  • 4462509ea7 spi_test: fix variable type mismatches Jithu Joseph 2017-02-13 16:16:12 -0800
  • ecba9dee51 test_mpool_api: fix variable type mismatches Jithu Joseph 2017-02-13 16:09:14 -0800
  • d3455754d3 samples: webusb: fix variable type mismatches Jithu Joseph 2017-02-13 15:49:27 -0800
  • 81dcc0933a boards: tinyTILE: enable USB console by default Anas Nashif 2017-02-12 07:20:14 +0530
  • 29fa81fec2 Merge remote-tracking branch 'origin/core' Andrew Boie 2017-02-13 11:57:25 -0800
  • f1260fb618 arc: linker.ld: fix BSS section declaration Andrew Boie 2017-02-13 09:52:07 -0800
  • da7864e727 REVERTME: tests: crypto: disable on Xtensa Andrew Boie 2017-02-13 11:51:23 -0800
  • 42562b9367 xtensa: fix numerous checkpatch issues Andrew Boie 2017-02-10 12:58:08 -0800
  • 1e4e68b52a sanitycheck: only disable tryrun when using SDK Andrew Boie 2017-02-10 11:40:54 -0800
  • fb5299cd4a Xtensa port: Removed trailing spaces and unused macros. Reformatted comments. Mazen NEIFER 2017-02-10 19:28:13 +0100
  • e861775ebb xtensa port: Added arch .ini file to support xt-sim Mazen NEIFER 2017-01-31 12:29:12 +0100
  • 60823c2325 sanitycheck: fix defconfig regex Andrew Boie 2017-02-10 09:43:07 -0800
  • 4713575cb1 tests: Introduced new config option to add extra stack size for tests. Mazen NEIFER 2017-01-31 23:05:18 +0100
  • 555c60631a REVERTME: tests: stackprot: disable on xtensa Andrew Boie 2017-02-09 15:47:46 -0800
  • 9f1ff3fd85 REVERTME: cpp_synchronization: disable on Xtensa Andrew Boie 2017-02-09 15:45:42 -0800
  • 4bff13e20a Xtensa port: Fixed Xtensa timer in case of tickles idle. Mazen NEIFER 2017-02-10 17:48:01 +0100
  • ff0828faf3 Xtensa port: Fixed compilation errors caused by last rebase on master. Mazen NEIFER 2017-02-09 23:05:30 +0100
  • 74ff1092d4 Xtensa port: Prevent preemption of locked threads. Mazen NEIFER 2017-02-09 22:30:29 +0100
  • 53f66d0bf7 xtensa: remove nonexistent offset Andrew Boie 2017-02-09 10:46:07 -0800
  • de099439b1 xtensa: fix build warning if no coprocessors present Andrew Boie 2017-02-08 15:33:17 -0800
  • 0cfeb626c0 Xtensa port: Fixed scheduling bug caused to missing Endianess related macros. Mazen NEIFER 2017-02-08 16:26:32 +0100
  • 3b95e3d729 Xtensa port: Added support for sample_controller core and set is as default. Mazen NEIFER 2017-02-08 22:35:06 +0100
  • 9249f876a9 xtensa: cleanup fatal error handling Andrew Boie 2017-02-06 12:25:02 -0800
  • ceebd823e7 legacy: work around XCC issue in MDEF threads Andrew Boie 2017-02-08 11:51:42 -0800
  • dec83a7ac2 xcc: add ccache support Andrew Boie 2017-02-07 09:55:47 -0800
  • 44a98fb5fd Xtensa port: Fixed defintion of MAX_HEAP_SIZE, thus, compilation of new_lib. Mazen NEIFER 2017-02-07 14:27:34 +0100
  • a95d524328 xt-run: don't leave dead emulator processes lying around Andrew Boie 2017-02-06 10:35:35 -0800
  • eb50958266 xt-sim: add support for 'make debug' Andrew Boie 2017-02-06 13:46:52 -0800
  • b06115aa7c Xtensa port: Fixed memory corruption in interrupt handler exit function. Mazen NEIFER 2017-02-04 11:59:23 +0100
  • 46c7275831 REVERTME: disable xip test on xtensa Andrew Boie 2017-02-06 12:37:17 -0800
  • 8e3b86fe0a Xtensa port: Connect Xtensa timer to tick IRQ in legacy test_context. Mazen NEIFER 2017-02-06 21:33:01 +0100
  • a6746c83ba Xtensa port: Removed unsupported c++ flags cuasing xt-c++ to throw an error. Mazen NEIFER 2017-02-06 15:15:39 +0100
  • 884005673c Xtensa port: Set Swap function result to -EAGAIN. Mazen NEIFER 2017-02-05 11:51:26 +0100
  • 0cbf12489e Xtensa port: xt*-run requires options to be passed before file to be ran. Mazen NEIFER 2017-02-03 19:00:34 +0100
  • 51efd6d4dc Xtensa port: Moved coprocessor stack area on bottom of stack, just after TCS. Mazen NEIFER 2017-02-03 22:06:07 +0100
  • ef098bf410 Xtensa port: Restore interrupted context the same way as premption resume. Mazen NEIFER 2017-02-03 21:10:45 +0100