Commit graph

  • d5f523c1e6 gen_mmu.py: verbose mode dump MMU_LIST Andrew Boie 2017-07-05 15:30:43 -07:00
  • c9814f5104 mmustructs: don't use addr to name structures Andrew Boie 2017-07-05 15:13:57 -07:00
  • e55fd562ec tests: protection: don't do exec tests on x86 Andrew Boie 2017-07-05 14:32:32 -07:00
  • ed1962a65c tests: net: remove overriden RAM size Andrew Boie 2017-07-05 14:04:59 -07:00
  • 103d655dee qemu_x86: increase to 8MB of RAM Andrew Boie 2017-07-05 13:59:14 -07:00
  • 304f91c4cb tests: net: route: fix semaphore usage Andrew Boie 2017-06-27 15:30:30 -07:00
  • f253af2d30 drivers: timer: init earlier in boot sequence Andrew Boie 2017-06-27 14:51:57 -07:00
  • 02f021068f linker/common-ram.ld: force input section align Andrew Boie 2017-06-27 14:49:07 -07:00
  • 65a9d2a94a kernel: make K_.*_INITIALIZER private to kernel Andrew Boie 2017-06-27 10:51:23 -07:00
  • 10eea9bb9a net: Fix NULL pointer access Jukka Rissanen 2017-07-10 16:24:52 +03:00
  • dc33d8f49e tests/ieee802154: Fix accessing unmapped memory area Tomasz Bursztyka 2017-07-10 15:18:13 +02:00
  • 2285f17bea net: bt: Check return of bt_conn_get_info Luiz Augusto von Dentz 2017-07-10 13:13:05 +03:00
  • cdeee63fbf net: tcp: Recalculate the tcp checksum when changing tcp header. june li 2017-07-07 23:24:15 +08:00
  • 1405627c37 net: context: Use K_NO_WAIT instead of 0 for timeout Geoff Gustafson 2017-07-07 12:36:33 -07:00
  • ca61452b8e Bluetooth: drivers: Make RX thread priority consistent Johan Hedberg 2017-07-07 14:40:37 +03:00
  • d0424bf730 linker: arm: Split out application from kernel Andy Gross 2017-07-01 00:57:27 -05:00
  • cdda7ceb8c doc: add placeholder for 1.9 release notes David B. Kinder 2017-07-06 10:22:26 -07:00
  • 1bc2fdc704 dts: arm: STM32 boards use DT to configure I2C Yannis Damigos 2017-06-29 17:26:38 +03:00
  • 2cacb07216 dts: yaml: Add yaml files for STM32 I2C support to DT Yannis Damigos 2017-06-29 17:20:30 +03:00
  • 0c6883f25a arm: dts: Modified Atmel SAM family processor's UART to DTS. Justin Watson 2017-06-29 16:44:38 -07:00
  • 9eddc82be3 i2c: remove I2C Slave Read config Kumar Gala 2017-07-06 11:19:23 -05:00
  • 77624aab7e Introduce a CODEOWNERS file for auto-assign of review by GitHub Kumar Gala 2017-07-07 08:56:05 -05:00
  • 5920acef8a samples: mark samples that require usb_device support Kumar Gala 2017-07-07 08:23:38 -05:00
  • 93d238401d boards: introduce usb_device support tag Kumar Gala 2017-07-07 08:22:44 -05:00
  • 5141d526b3 sanitycheck: fix depends_on when multiple dependencies Kumar Gala 2017-07-07 08:05:48 -05:00
  • 5f9cf752f4 net: rpl: Ignore consistent DIO messages Ravi kumar Veeramally 2017-07-07 10:53:40 +03:00
  • ab2dbffc4f net: rpl: Fix invalid access of IPv6 nbr link metric Ravi kumar Veeramally 2017-07-07 10:49:23 +03:00
  • d971d26f84 net: rpl: Fix byte order conversion while preparing message Ravi kumar Veeramally 2017-07-06 11:47:05 +03:00
  • 0aaee54ff0 net: rpl: Fix byte order conversion of sender rank Ravi kumar Veeramally 2017-07-06 11:42:33 +03:00
  • 3ff4d7409f samples: random: Add sentinel to check for buffer overflows Erwin Rol 2017-06-30 23:53:34 +02:00
  • 2fc9dc61d4 drivers: stm32: random: Initial STM32 random number generator driver Erwin Rol 2017-06-30 23:48:22 +02:00
  • 6ce9d8e882 samples: net: zperf: Add net tag Jukka Rissanen 2017-07-06 12:58:23 +03:00
  • e58bc105dc net: Avoid printing non-error cases when parsing packet Jukka Rissanen 2017-07-06 14:21:58 +03:00
  • 9c907fca43 net: tcp: Remove NET_TCP_HDR() macro and direct access to net_buf Jukka Rissanen 2017-06-30 17:51:30 +03:00
  • 3604c391e6 net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf Jukka Rissanen 2017-06-30 17:46:01 +03:00
  • 8476da9d9b net: icmp: Remove NET_ICMP_HDR() macro and direct access to net_buf Jukka Rissanen 2017-06-28 15:34:02 +03:00
  • 7e259e7526 net: ipv6: Handle PAD1 extension header properly Jukka Rissanen 2017-07-04 17:24:36 +03:00
  • a6e876ef5b net: utils: Helper to check if protocol header fits in fragment Jukka Rissanen 2017-07-04 12:50:08 +03:00
  • 2cf47d1778 net: utils: Rework the IP packet checksum calculation Jukka Rissanen 2017-06-28 13:01:12 +03:00
  • b07f20c143 tests/ieee802154: Fix a null pointer deferencing Tomasz Bursztyka 2017-07-07 10:43:08 +02:00
  • be003be10a Bluetooth: Decrease Rx processing priority Vinayak Kariappa Chettimada 2017-07-06 09:38:19 +02:00
  • de3df603fa net: net_app: fix syntax error when accessing remote from default_ctx Robert Chou 2017-07-07 09:41:38 +08:00
  • 054e5453b9 net: tcp: Reset context->tcp to NULL after net_tcp_release. june li 2017-07-06 23:57:42 +08:00
  • e90064f317 samples: net: ieee802154: add KW40Z prj conf file Bogdan Davidoaia 2017-06-13 17:06:30 +03:00
  • e392ef2285 drivers: ieee802154: kw41z: add support for KW40Z Bogdan Davidoaia 2017-06-16 16:49:24 +03:00
  • af98f0a806 ext: mcux: add minimal v2.2 interface for KW40Z XCVR driver Bogdan Davidoaia 2017-06-14 00:44:01 +03:00
  • 9a0ed96ccc ext: mcux: add makefiles for building KW40Z XCVR driver Bogdan Davidoaia 2017-06-14 00:36:52 +03:00
  • 2bb0cbab34 ext: mcux: update KW40Z files for building XCVR driver Bogdan Davidoaia 2017-06-14 00:28:14 +03:00
  • d74ddcc41d ext: mcux: import additional KW40Z header files Bogdan Davidoaia 2017-06-14 00:21:35 +03:00
  • 8feab141de ext: mcux: import XCVR driver for KW40Z Bogdan Davidoaia 2017-05-09 11:52:05 +03:00
  • 3389ee4eb4 drivers: ieee802154: kw41z: fix issue in RX sequence Bogdan Davidoaia 2017-06-13 17:05:39 +03:00
  • 8909be81f9 samples: net: ieee802154: kw41z: reduce log level Bogdan Davidoaia 2017-06-14 14:05:40 +03:00
  • 2b1dfbcd7c drivers: ieee802154: kw41z: remove unnecessary cast for PKT_BUFFER_RX Bogdan Davidoaia 2017-06-16 16:55:38 +03:00
  • 58d87ff530 Bluetooth: conn: Fix notifying all pending tx packets in send_frag() Johan Hedberg 2017-07-06 19:23:24 +03:00
  • f4cc1d10a7 net: route: Do not try to access null link layer address Jukka Rissanen 2017-07-06 16:46:13 +03:00
  • 94f7c4e586 net: route: Do not try to del null route Jukka Rissanen 2017-07-06 15:38:54 +03:00
  • 90fc27e652 tests: net: ip-addr: Fix null pointer access in the test Jukka Rissanen 2017-07-06 15:54:48 +03:00
  • 5f63386c34 tests: crypto: fix coding style Anas Nashif 2017-07-03 09:12:07 -04:00
  • 3ec3276163 kconfig: fixed stray Kconfig variables Anas Nashif 2017-07-02 08:42:44 -04:00
  • d7154d50df samples: wpanusb: add testcases Anas Nashif 2017-06-30 17:18:43 -04:00
  • f131e9f6ea boards: mark boards with built-in networking support Anas Nashif 2017-06-30 10:40:35 -04:00
  • 8f77cddc77 tests: crypto: sha256: limit to systems with >48k of memory Kumar Gala 2017-07-06 09:05:40 -05:00
  • 16ef12c6c8 boards: arm: stm32f3_disco: update yaml to spec ram Kumar Gala 2017-07-06 08:41:12 -05:00
  • 4c233bbc05 i2c: stm32: fix build issue Kumar Gala 2017-07-06 08:34:14 -05:00
  • da7cc84655 subsystem: cleanup misc and make cpp a subsystem Anas Nashif 2017-06-30 07:10:28 -04:00
  • 4f62c07960 Bluetooth: Fix bogus decoding of 8-bit num_handles as 16-bit Johan Hedberg 2017-07-06 15:28:00 +03:00
  • baf4f0c912 Bluetooth: conn: Switch order of tx_notify & tx_queue Johan Hedberg 2017-07-06 12:27:11 +03:00
  • b56768b626 Bluetooth: controller: Fix first interval to be within +/-16us Vinayak Kariappa Chettimada 2017-06-29 10:22:49 +02:00
  • 00ac0487b0 net: context: Remove tcp struct SYN-ACK timer handling Patrik Flykt 2017-07-03 14:17:14 +03:00
  • 117771e633 net: context: Add TCP SYN-ACK timer handling Patrik Flykt 2017-07-03 13:58:36 +03:00
  • 864df870f8 net: tcp: Implement TCP backlog for incoming connections Patrik Flykt 2017-06-28 17:33:34 +03:00
  • 9cc7431b9d net: tcp: Make initial sequence number calculation public Patrik Flykt 2017-06-28 15:30:59 +03:00
  • 7a31d4b8cb net: app: Fix dual IPv4 and IPv6 support Jukka Rissanen 2017-07-01 00:39:16 +03:00
  • 489ea9ba4f net: context: Remove useless asserts when setting net_buf pools Jukka Rissanen 2017-07-06 10:59:58 +03:00
  • 8d108c9d59 tests: mbedtls: cleanup prj.conf Anas Nashif 2017-07-04 12:52:17 -04:00
  • 52a4916cab tests: crypto: do not build when DEBUG is enabled Anas Nashif 2017-07-03 09:12:29 -04:00
  • 882c19ddbc tests: remove build_only tag Anas Nashif 2017-07-03 09:08:35 -04:00
  • c364e06ccb tests: move spi test under tests/ Anas Nashif 2017-07-03 08:36:54 -04:00
  • c69de8b146 samples: remove reference to nimble Anas Nashif 2017-07-03 08:36:37 -04:00
  • a4a9553422 boards: frdm_k64f: enable ethernet for networking Anas Nashif 2017-06-30 15:10:15 -04:00
  • 25a8b88588 sanitycheck: fix supported/depends_on usage Anas Nashif 2017-06-30 10:40:09 -04:00
  • 7318fa22a2 boards: qemu: enable test random generator Anas Nashif 2017-07-01 11:11:31 -04:00
  • d7e15aa415 benchmark: footprint: fixed testcase Anas Nashif 2017-07-01 10:27:16 -04:00
  • 4c56b90fd7 drivers: slip: move doxygen header Anas Nashif 2017-06-30 21:13:19 -04:00
  • 9ed80ad82f drivers: ataes132a: Fix Kconfig name Anas Nashif 2017-07-02 07:40:14 -04:00
  • e32cfe5f09 kconfig: fix typo in Kconfig name: NET_RPL_MC_EXT Anas Nashif 2017-07-02 07:37:04 -04:00
  • 68d7a207ae ethernet: fix Kconfig option for ETHERNET Anas Nashif 2017-07-02 08:12:46 -04:00
  • c2e62f4618 net: kconfig: fix help message for SLIP Anas Nashif 2017-06-30 08:36:19 -04:00
  • c01c074b5b net: fix wrong Kconfig Anas Nashif 2017-06-30 08:29:33 -04:00
  • 8e8d49a620 i2c: stm32: Cleanup how we enable the specific I2C driver Kumar Gala 2017-07-05 11:04:06 -05:00
  • 5ffffb86bf scripts: gen_mmu: Rectified MMU page table generation. Adithya Baglody 2017-07-01 13:23:58 +05:30
  • 70e54f9ef7 scripts: extract_dts_includes.py: Adhere to PEP8 Andy Gross 2017-06-15 13:15:23 -04:00
  • c170855825 Bluetooth: hci_uart: Set the UART TX size correctly Carles Cufi 2017-07-05 14:17:26 +02:00
  • 259701149b Bluetooth: Clean up struct bt_conn Johan Hedberg 2017-07-04 22:03:58 +03:00
  • 8aac831e3c samples: mqtt_publisher: fixed typo Anas Nashif 2017-07-03 11:30:32 -04:00
  • 066edc7bac scripts: extract_dts_includes.py: Fix names generation Andy Gross 2017-07-04 01:36:25 -05:00
  • 30beef9419 Bluetooth: GATT Introduce BT_GATT_CCC_MAX helper define Johan Hedberg 2017-07-04 16:46:13 +03:00
  • dd542e14f6 Bluetooth: GATT: Reorder bt_gatt_ccc_cfg to eliminate padding Johan Hedberg 2017-07-04 16:42:28 +03:00
  • cf1f3c26a5 Bluetooth: Kconfig: let MAX_PAIRED be 0 if SMP is not supported Johan Hedberg 2017-07-04 14:56:40 +03:00
  • d990079f15 Bluetooth: controller: Fix HCI remote version structure Carles Cufi 2017-07-04 11:51:41 +02:00