Commit graph

  • c76abeeae5 kernel: updated default IDLE_STACK_SIZE to 512 for RISCV32 Jean-Paul Etienne 2017-01-11 00:24:30 +0100
  • 4c6ab7cfcd unified: added _MOVE_INSTR for RISCV32 architecture Jean-Paul Etienne 2017-01-11 00:24:30 +0100
  • cd83e85edc arch: added support for the riscv32 architecture Jean-Paul Etienne 2017-01-11 00:24:30 +0100
  • ba776a1fd1 scripts: added Makefile to handle an external riscv32 toolchain Jean-Paul Etienne 2017-01-11 00:24:30 +0100
  • 85a22063a8 Merge net branch into master Tomasz Bursztyka 2017-01-13 18:07:19 +0100
  • fb5ea68762 net: zoap_server: Enable connecting with bluetooth Luiz Augusto von Dentz 2016-10-31 17:48:42 +0200
  • 6b79ed0428 net: ieee802154: inform about unsupported frames Johann Fischer 2017-01-12 14:42:45 +0100
  • 5ea0612f69 net: echo_client: Enable CONFIG_NET_L2_BLUETOOTH_SHELL in prj_bt.conf Luiz Augusto von Dentz 2017-01-12 16:56:24 +0200
  • 8b185ecc50 net: bt: Add disconnect shell command Luiz Augusto von Dentz 2017-01-12 16:11:21 +0200
  • e13a899280 net: bt: Add disconnect management command Luiz Augusto von Dentz 2017-01-12 15:53:00 +0200
  • 1112c2d382 net: bt: Add scan shell command Luiz Augusto von Dentz 2017-01-10 15:02:07 +0200
  • 4eae48ee64 net: bt: Add scan management command Luiz Augusto von Dentz 2017-01-10 14:43:24 +0200
  • 1bcd12d0d3 net: bt: Add shell support Luiz Augusto von Dentz 2017-01-10 11:23:25 +0200
  • b434d0f50b net: bt: Add connect management command Luiz Augusto von Dentz 2017-01-10 10:23:42 +0200
  • 348f46bf6e net: bt: Fix not showing any logs Luiz Augusto von Dentz 2017-01-11 12:26:50 +0200
  • a70c65d6ff net: echo_client: Don't start sending packets if interface is not UP Luiz Augusto von Dentz 2017-01-10 16:30:48 +0200
  • 04aaab61ca net: echo_client: Fix using CONFIG_NETWORKING_WITH_BT Luiz Augusto von Dentz 2017-01-10 13:46:07 +0200
  • 331c29f96c net: mgmt: Decode event fields Luiz Augusto von Dentz 2017-01-11 13:11:12 +0200
  • 56261b21cc net: mgmt: Make NET_MGMT_GET_* macros return meaningful values Luiz Augusto von Dentz 2017-01-13 15:55:10 +0200
  • 4695e895c8 samples: net: Fix dhcpv4 building with net mgmt event support Tomasz Bursztyka 2017-01-13 11:38:17 +0100
  • 55d653f52f net: mgmt: Silently ignore net_mgmt_event functions if not enabled Tomasz Bursztyka 2017-01-13 11:35:41 +0100
  • 133f2c07d2 net: ieee802154: fix validate_mac_command_cfi_to_mhr Johann Fischer 2017-01-12 14:41:20 +0100
  • fc35e649ff net: tcp: Don't leak net_conn_handles Andy Ross 2017-01-10 11:21:21 -0800
  • 96294b79a7 net: tcp: Signal EOF with a NULL buffer in the callback Andy Ross 2017-01-10 10:37:58 -0800
  • 9a87e403ac net: icmpv4 : calculate ipv4 header chksum li zj 2017-01-12 16:55:56 +0800
  • 0fc1d808a3 net: dhcpv4 : set ciaddr 0.0.0.0 when send DHCPV4_MSG_TYPE_REQUEST li zj 2017-01-12 16:54:43 +0800
  • a972d03ce7 net: ip: save TCP seq/ack values in tcp_synack_received Michael Scott 2017-01-10 09:22:43 -0800
  • f23ca0e5e1 net: ip: reword appdata debug message in packet_received Michael Scott 2017-01-10 09:28:44 -0800
  • 742b5e22ea net: ip: set context state to NET_CONTEXT_CONNECTED on synack success Michael Scott 2017-01-10 09:18:24 -0800
  • c306844583 net: ip: set local address family during TCP connect Michael Scott 2017-01-10 09:14:01 -0800
  • a2464d049f net: ip: on synack copy local/remote data prior to net_tcp_register Michael Scott 2017-01-10 08:45:02 -0800
  • ff1345dbaf net: tcp: replace seq/ack/wnd value shifts with system calls Michael Scott 2017-01-10 08:36:15 -0800
  • 22bd26cba7 net: net_context: state setting is a value not individual bits Michael Scott 2017-01-10 08:28:23 -0800
  • 0f2ce02abe net: Remove NET_SLIP choice from Kconfig Kumar Gala 2017-01-11 10:03:23 -0600
  • 61ac519e1b samples/mbedtls_dtlsserver DTLS server example app using mbedTLS Sergio Rodriguez 2017-01-06 18:26:24 -0800
  • 1452eba464 samples/mbedtls_dtlsclient: IPv6 client version Sergio Rodriguez 2016-12-22 18:08:42 -0800
  • 79aee2e002 samples/mbedtls_dtlsclient: Remove hardcoded IP adresses Sergio Rodriguez 2017-01-10 14:57:09 -0800
  • 3940d9d645 samples/mbedtls_dtlsclient: Change Readme files to rst format Sergio Rodriguez 2017-01-10 14:00:41 -0800
  • 5d82bc7599 samples/mbedtls_dtlsclient: Using printk instead of printf Sergio Rodriguez 2017-01-10 13:37:22 -0800
  • c9a250db11 samples: net: Echo apps need different IP to be able to work Tomasz Bursztyka 2017-01-11 15:07:25 +0100
  • 1f6e8cab32 samples: ieee802154: rename cc2520 to hw Johann Fischer 2017-01-10 15:11:53 +0100
  • ce189f84a9 ieee802154: conf: add common log level Johann Fischer 2017-01-10 14:24:01 +0100
  • cfe4c2cebb samples/net: Update DNS client README file to RST format Flavio Santes 2017-01-07 16:01:53 -0600
  • 38594021d6 samples/net: Update the zperf/README.rst file Flavio Santes 2017-01-07 15:10:06 -0600
  • 447796f4f2 samples/net: Rename prj conf files to avoid breaking the build Flavio Santes 2017-01-07 13:46:07 -0600
  • 24c80faa9c samples/net: Update zperf Makefile Flavio Santes 2017-01-07 13:35:23 -0600
  • 9aa5919dbf samples/net: Update DNS logging info Flavio Santes 2017-01-07 20:45:58 -0600
  • bb542d6b11 samples/net: Remove legacy reference in Makefile Flavio Santes 2017-01-06 21:02:40 -0600
  • 9dcd848faa tests: add timer test case with unified kernel jing wang 2016-12-26 09:17:07 +0800
  • 3c39e55ab1 arc: fix unaligned variables resulting in unaligned k_cpu_sleep_mode Benjamin Walsh 2017-01-12 16:49:58 -0500
  • edf981d44c MAINTAINERS: update sensor drivers section Bogdan Davidoaia 2017-01-12 17:21:30 +0200
  • a1ae7f565b Merge "Merge arm branch into master" Anas Nashif 2017-01-12 18:23:39 +0000
  • 016e7b2de6 samples: task_profiler: Be explicit about python David Brown 2016-12-21 15:45:06 -0700
  • 8405ce13a1 scripts: Explicitly call out python2 David Brown 2016-12-21 15:40:38 -0700
  • ae2cf51591 tests: Add PWM driver api test jing wang 2017-01-10 14:33:38 +0800
  • 78b00d70e6 Merge arm branch into master Kumar Gala 2017-01-12 09:47:04 -0600
  • eb0a2f8516 k64: Remove port clock enables from the soc init Maureen Helm 2017-01-07 09:54:08 -0600
  • 4973787c10 pinmux: Remove the k64 pinmux driver Maureen Helm 2017-01-10 06:38:22 -0600
  • 7682a0d7ca gpio: Remove the k64 gpio driver Maureen Helm 2016-12-12 15:52:54 -0600
  • 4f5c2702da samples: net: Use mcux pinmux driver for frdm_k64f_cc2520 projects Maureen Helm 2017-01-09 20:40:22 -0600
  • a758429b1e frdm_k64f: hexiwear_k64: Remove defaults for the k64 gpio driver Maureen Helm 2017-01-10 10:12:15 -0600
  • 362bdaabeb samples: net: Remove support for the k64 gpio driver Maureen Helm 2017-01-10 10:05:32 -0600
  • fc012feadb k64: Change the default gpio driver to the mcux one Maureen Helm 2016-12-12 15:39:15 -0600
  • 1ca06fc9dc samples: net: Add support for the mcux gpio driver Maureen Helm 2017-01-08 13:55:06 -0600
  • bd40ca8741 frdm_k64f: hexiwear_k64: Add defaults for the mcux gpio driver Maureen Helm 2016-12-12 11:15:27 -0600
  • d71f246855 gpio: Introduce new mcux gpio driver Maureen Helm 2016-12-12 10:50:56 -0600
  • c070aa74dd frdm_k64f: hexiwear_k64: Fix accel interrupt pinmux settings Maureen Helm 2016-12-14 15:45:29 -0600
  • b4254444a8 hexiwear_k64: Fix i2c pinmux settings Maureen Helm 2017-01-07 10:48:08 -0600
  • 4184c7f82e k64: Move uart console pins to board pinmux tables Maureen Helm 2017-01-07 09:32:57 -0600
  • d2c9446163 pinmux: Init mcux pinmux driver in PRE_KERNEL_1 Maureen Helm 2017-01-07 09:12:54 -0600
  • 7aeea1a124 boards: add initial support for STM3210C-EVAL board with SoC STM32F107VC Adam Podogrocki 2016-10-28 10:35:54 +0200
  • 72782f542c clock/stm32: add STM32F107 reset and clock control Adam Podogrocki 2016-10-28 12:46:50 +0200
  • 10b350d854 soc/stm32f1: Add the new type of SoC STM32F107 Adam Podogrocki 2016-10-28 09:48:14 +0200
  • 6dbc818b3e MAINTAINERS: Rename ksdk to mcux Maureen Helm 2017-01-02 15:15:24 -0600
  • 2e6350bfe3 ksdk: mcux: Remove config HAS_KSDK Maureen Helm 2017-01-02 15:43:50 -0600
  • 4183dae89b pinmux: Rename ksdk to mcux Maureen Helm 2017-01-02 15:07:42 -0600
  • e17adf377b flash: Rename ksdk to mcux Maureen Helm 2017-01-02 14:31:32 -0600
  • aa995f8d2f random: Rename ksdk to mcux Maureen Helm 2017-01-02 14:24:58 -0600
  • b22bc6e69b i2c: Rename ksdk to mcux Maureen Helm 2017-01-02 14:16:23 -0600
  • 40f5de5a56 ethernet: Rename ksdk to mcux Maureen Helm 2017-01-02 14:03:19 -0600
  • 8765fbaa5a ksdk: mcux: Rename ksdk to mcux Maureen Helm 2017-01-02 10:19:25 -0600
  • c294ff06f6 samples: net: Remove unnecessary eth_ksdk project settings Maureen Helm 2017-01-04 18:19:14 -0600
  • 9f61bfce9a pinmux: Remove stale ksdk pinmux dev references Maureen Helm 2017-01-02 14:36:41 -0600
  • 219a1e7f0b stm32f4: Update flash to support higher sysclock frequencies Erwan Gouriou 2017-01-02 14:06:36 +0100
  • 7d7158ccaf boards: nucleo: provide button and led for basic samples Erwan Gouriou 2017-01-02 16:46:37 +0100
  • 9bc293c827 cc3200: Use peripheral driver library functions from ROM Gil Pitney 2016-12-13 19:48:15 -0800
  • 84cb997c62 arm: Adjust cortex-m7 support to reflect its ARMv7-M architecture. Marcus Shawcroft 2016-12-31 14:41:19 +0000
  • ef8200dfcd arm: Replace CONFIG_CPU_CORTEX_M3_M4 with CONFIG_ARMV7_M Marcus Shawcroft 2016-12-31 13:21:43 +0000
  • 727dc2c5d6 arm: Replace CONFIG_CPU_CORTEX_M0_M0PLUS with CONFIG_ARMV6_M Marcus Shawcroft 2016-12-31 14:09:41 +0000
  • e2d3cc4b81 arm: Restructure ARM cpu related preprocessor conditionals. Marcus Shawcroft 2016-12-31 13:18:25 +0000
  • 36ab9dd31d arm: cortex-m memory map is CPU specific Marcus Shawcroft 2016-12-31 14:35:36 +0000
  • 3de84ae88e arm: Fix assembler layout. Marcus Shawcroft 2016-12-31 13:03:53 +0000
  • acca033468 pinmux: Merge ksdk pinmux dev into regular ksdk pinmux driver Maureen Helm 2016-12-18 16:19:27 -0600
  • fabc001ff3 frdm_k64f: Disable unused pinmux ports by default Maureen Helm 2016-12-18 18:11:58 -0600
  • d072d2979e hexiwear_k64: Disable unused pinmux ports by default Maureen Helm 2016-12-18 18:07:52 -0600
  • 646ed9c56f boards: arm: v2m_beetle: Add documentation. Vincenzo Frascino 2017-01-11 16:44:06 +0000
  • a3629e838c kernel: have boot banner depend on console existing Kumar Gala 2017-01-11 08:05:20 -0600
  • 4d58bad266 board: nucleo_f411re: fix newline missing at end of file Kumar Gala 2017-01-09 16:21:38 -0600
  • 5bc458a0fa util.h: Add IS_ENABLED() macro for expression-legal ifdef-checking Andy Ross 2016-08-16 09:47:16 -0700
  • f1d0c2b0ad shell: add stacks command Anas Nashif 2017-01-10 08:41:12 -0500