Commit graph

  • 9f54c06eac display: ssd1673: replace hardcoded display dimensions by DT values Aurelien Jarno 2019-01-31 22:13:37 +01:00
  • 0a0c5adde5 display: ssd1673: drop unused constants Aurelien Jarno 2019-01-31 22:13:37 +01:00
  • 9d0d5710d8 cfb: increase maximum resolution of the framebuffer Johann Fischer 2019-02-02 01:04:11 +01:00
  • 499feaf50e lib: posix: fix build break due to size comparsion Dominik Rekawek 2019-01-15 17:58:09 +01:00
  • 54dd1a3cf1 tests/threads/thread_apis: Add test for CPU mask API Andy Ross 2019-01-30 20:58:43 -08:00
  • ab46b1b3c5 kernel/sched: CPU mask affinity/pinning API Andy Ross 2019-01-30 15:00:42 -08:00
  • 54d27263fc tests: watchdog: Update test to support drivers with no callback Erwan Gouriou 2019-02-01 16:44:06 +01:00
  • 8ce7921451 drivers/watchdog: stm32: Disable IWDG_STM32_START_AT_BOOT by default Erwan Gouriou 2019-02-01 16:42:01 +01:00
  • f3e5b6f5c8 boards: stm32: watchdog enable watchdog support with dt Erwan Gouriou 2019-02-01 16:12:50 +01:00
  • 7ae381a808 drivers/watchdog: stm32: move driver to dts based configuration Erwan Gouriou 2019-02-01 14:52:38 +01:00
  • 12166b61ee dts: stm32: Add watchdog nodes to STM32 dtsi files Erwan Gouriou 2019-02-01 14:50:46 +01:00
  • 1a05f2fae3 soc: stm32: Extended watchdog support to all series Erwan Gouriou 2019-02-01 13:43:08 +01:00
  • 634e482fe1 samples: watchdog: Remove stm32 iwdg sample qianfan Zhao 2018-11-14 13:37:16 +08:00
  • 107375da8d drivers: iwdg_stm32: Convent STM32 watchdong driver to new API qianfan Zhao 2018-11-14 13:35:29 +08:00
  • 7801221868 boards: Add missing sdram dts compatible to mimxrt10{20,60,64} boards Maureen Helm 2019-02-01 10:29:39 -06:00
  • 659c892b29 soc/intel_s1000: update DTS fixup due to CONFIG_SRAM_* changes Daniel Leung 2019-02-01 09:33:47 -08:00
  • 9856554751 samples: bluetooth: Fix hci_spi sample Andrzej Głąbek 2019-01-31 11:09:42 +01:00
  • 1dbcd0affa samples: bluetooth: hci_spi: Use DT instead of Kconfig to get HW params Andrzej Głąbek 2019-01-31 09:45:15 +01:00
  • f6e42a3ecf dts: bindings: Add separate binding for Nordic nRF Family SPI Slave Andrzej Głąbek 2019-01-31 12:40:54 +01:00
  • c047e8e469 drivers: bluetooth: hci_spi: Use DT instead of Kconfig to get HW params Andrzej Głąbek 2019-01-30 15:17:06 +01:00
  • bf9c6d72e8 usb: Add instance parameter to descriptors definitions Andrei Emeltchenko 2019-01-31 17:23:32 +02:00
  • a49125ca90 tests: usb: Test USB data allocations in sections Andrei Emeltchenko 2019-01-31 10:23:40 +02:00
  • 6d9106f288 kernel/init: Fix dummy thread initialization on SMP systems Andy Ross 2019-02-01 14:42:28 -08:00
  • 634a7d0c54 samples: smp_svr: Surrounding BLE code with #ifdefs Ole Sæther 2019-02-01 12:04:44 +01:00
  • bca692ee8c drivers: i2c_gecko: use DT_<COMPAT>_<INSTANCE>_<PROP> defines Piotr Mienkowski 2019-02-01 15:43:19 +01:00
  • 47fb24fea3 drivers: can: fix typos Erwin Rol 2019-01-19 14:30:54 +01:00
  • 6b3428c7e4 net: Remove net_app references from the code Jukka Rissanen 2019-02-01 16:04:24 +02:00
  • 0a6dabb89b net: shell: Remove HTTP command as it is obsolete Jukka Rissanen 2019-02-01 15:59:25 +02:00
  • 12f737163f ci: run_ci.sh: make script run locally Anas Nashif 2019-01-31 06:55:25 -05:00
  • 8a51a4bf26 ci: do not abort if west is already initialised Anas Nashif 2019-01-31 06:49:56 -05:00
  • dabc99243d ci: do not send CI messages to slack Anas Nashif 2019-01-31 06:43:50 -05:00
  • 08d900df4b usb: fix usb data race Tom Burdick 2019-01-28 16:22:05 -06:00
  • b6b5fdac32 usb: native_posix: Implement other then Control transfers Andrei Emeltchenko 2018-09-19 16:34:49 +03:00
  • 80120871ed usb: native_posix: Move to new logging subsystem Andrei Emeltchenko 2018-09-14 09:19:47 +03:00
  • 9f1443e18a usb: native_posix: Use non-blocking connection socket Andrei Emeltchenko 2018-09-12 17:13:42 +03:00
  • 03b7d9f59d usb: native_posix: Use non-blocking socket Andrei Emeltchenko 2018-09-12 12:35:33 +03:00
  • 071a72dccc doc: Add documentation for using native_posix USB driver Andrei Emeltchenko 2018-09-10 15:38:16 +03:00
  • 45d5340221 native_posix: Enable native posix USB driver if USB enabled Andrei Emeltchenko 2018-09-10 15:32:23 +03:00
  • b483804c75 usb: tests: Add basic unit test for USB drivers Andrei Emeltchenko 2018-09-10 16:10:18 +03:00
  • b8b86c4c75 usb: driver: Add native_posix USB driver Andrei Emeltchenko 2018-09-10 16:07:31 +03:00
  • 6ed355110a pwm: pwm_mcux_ftm: Fixed missed CONFIG_ -> DT_ conversion Kumar Gala 2019-02-01 04:50:37 -06:00
  • f75ddb8dc7 gui: Fix typo in Kconfig option Kumar Gala 2019-02-01 04:47:57 -06:00
  • 2d9afbf423 samples: fxos8700-hid: Don't use CONFIG_ namespace for non Kconfig Kumar Gala 2019-02-01 04:42:44 -06:00
  • 0d7df182e1 spie: spi_sam0: Don't use CONFIG_ namespace for non Kconfig Kumar Gala 2019-02-01 04:40:36 -06:00
  • e6e580305b serial: uart_sam0: Don't use CONFIG_ namespace for non Kconfig Kumar Gala 2019-02-01 04:36:43 -06:00
  • b57357085d drivers: serial: uart_miv: Fix trivial comment mismatch Kumar Gala 2019-02-01 04:34:42 -06:00
  • bd049626c5 kernel/sched: Limit idle testing in preemption hot path Andy Ross 2019-01-28 13:34:07 -08:00
  • 1763a017b4 kernel/sched: Simplify init-time dummy thread & scheduling predicate Andy Ross 2019-01-28 10:59:41 -08:00
  • b2791b0ac8 kernel/sched: Force inlining of some routines within the scheduler guts Andy Ross 2019-01-28 09:36:36 -08:00
  • 4ff2dfce09 kernel/spinlock: Force inlining Andy Ross 2019-01-28 09:35:37 -08:00
  • eda4c027da misc/dlist: Swap insertion API for a faster one Andy Ross 2019-01-28 09:35:27 -08:00
  • aa3c9b7f1e tests/benchmarks: Add scheduler microbenchmark Andy Ross 2019-01-28 09:32:48 -08:00
  • 31503a868b arch: xtensa: dts: Move HAS_DTS to arch level Kumar Gala 2019-02-01 07:52:05 -06:00
  • 55e02d2b99 soc: riscv32: openisa_rv32m1: Remove duplicated HAS_DTS Kumar Gala 2019-02-01 08:00:56 -06:00
  • 03bfb18c61 drivers: watchdog: remove deprecated apis Kumar Gala 2018-10-29 15:37:02 +00:00
  • c3ba7335d9 boards: mimxrt{1020,1050,1060,1064}_evk remove CONFIG_ from dts files Kumar Gala 2018-12-14 12:01:17 -06:00
  • d1e55eb842 boards: colibri_imx7d_m4/warp7_m4: Remove CONFIG_XIP for dts Kumar Gala 2018-12-07 11:01:24 -06:00
  • ce7ed18989 dts: Move CONFIG_SRAM_* & CONFIG_FLASH_* back to Kconfig Kumar Gala 2018-12-07 10:35:04 -06:00
  • 622684ff02 doc: Add docs about kconfigfunctions Kumar Gala 2019-01-22 09:03:51 -06:00
  • fa26ef02d2 doc: Add KCONFIG_DOC_MODE env var handling Carles Cufi 2019-01-30 17:54:21 +01:00
  • 87915cd36f dts: stop generating CONFIG_FLASH_LOAD_{OFFSET,SIZE} Kumar Gala 2018-11-15 11:51:50 -06:00
  • 5977b3db2f dts: Remove mcuboot.overlay Kumar Gala 2018-11-15 09:36:41 -06:00
  • 4b4b9bc49b cmake: Run dts before kconfig Kumar Gala 2019-01-18 09:47:05 -06:00
  • 7e0107b7bc cmake: export PROJECT_BINARY_DIR variable to kconfig Kumar Gala 2018-12-07 08:44:13 -06:00
  • c39bb49e84 power: Implement weak notification functions. Piotr Zięcik 2019-01-29 12:49:15 +01:00
  • 001ef2d500 api: gpio: deprecate all gpio_port_ functions Piotr Mienkowski 2019-01-31 19:31:06 +01:00
  • dc6066946e drivers: mb_display: remove usage of gpio_port_ functions. Piotr Mienkowski 2019-01-31 23:36:30 +01:00
  • 6e48e1ecb5 samples: convert altera_max10/pio to use gpio_pin functions Piotr Mienkowski 2019-01-31 23:20:48 +01:00
  • 4fac841869 debug: CTF Tracing with POSIX backend François Delawarde 2019-01-30 08:19:24 +01:00
  • 43c41d94ea ext: debug: Add C Pre-Processor MAP helper functions for CTF François Delawarde 2019-01-30 08:17:56 +01:00
  • 40e0f18e21 dts: qemu_xtensa/xt-sim: Enable device tree support Savinay Dharmappa 2019-01-31 15:15:32 +05:30
  • daaf02d3f2 power: policy_residency: Fix power level selection Piotr Zięcik 2019-01-02 12:40:52 +01:00
  • 4b78a251d7 net/context: Make recv_cb providing the ip and protocol headers Tomasz Bursztyka 2019-01-30 10:25:03 +01:00
  • e4ebe486b8 net/ip: Let's make public the 2 utility unions for ip/proto headers Tomasz Bursztyka 2019-01-30 10:07:10 +01:00
  • 6a5f12b7f8 net/pkt: Add a debug option to track free pkt access more easily Tomasz Bursztyka 2019-01-24 12:25:39 +01:00
  • 6596c304fb test/net: Quick sample explaining/testing the new net_pkt buffer API Tomasz Bursztyka 2018-10-03 15:29:24 +02:00
  • 0550b8ee27 net/tcp: Fix net_tcp_print_recv/send_info macros Tomasz Bursztyka 2019-01-18 12:42:41 +01:00
  • 1ca48beed8 net/context: Enable support for TCP on new sendto function Tomasz Bursztyka 2019-01-18 09:03:14 +01:00
  • 99dbe467e5 tests/icmpv6: Real packet length must be given Tomasz Bursztyka 2019-01-16 10:38:06 +01:00
  • 8d21c68718 net/tcp: Switch rest of TCP to new net_pkt API Tomasz Bursztyka 2019-01-15 15:09:29 +01:00
  • baa9784008 net/tcp: Apply connection callback signature change Tomasz Bursztyka 2019-01-14 21:08:39 +01:00
  • 118a0f0d22 net/conn: Change callback signature to pass TCP/IP headers Tomasz Bursztyka 2019-01-14 21:07:42 +01:00
  • 199952755d net/tcp: Switch TCP segment preparation to new net_pkt API Tomasz Bursztyka 2019-01-14 11:38:45 +01:00
  • 40ad4b7e3e net/context: Expose new functions to create ipv4/6 packet from context Tomasz Bursztyka 2019-01-14 10:57:42 +01:00
  • 89dae2aabd net/lldp: Switch LLDP to new net_pkt API Tomasz Bursztyka 2019-01-11 12:40:25 +01:00
  • 9a41078c51 net/lldp: Fix where Ethernet PTYPE is set for LLDP message Tomasz Bursztyka 2019-01-11 13:35:11 +01:00
  • aa6af15946 net/pkt: Add a marker to identify LLDP message Tomasz Bursztyka 2019-01-11 13:33:01 +01:00
  • 44964c735e net/gptp: Switch GPTP to new net_pkt API Tomasz Bursztyka 2019-01-11 12:35:12 +01:00
  • 970e234965 net/arp: Switch ARP to new net_pkt API Tomasz Bursztyka 2019-01-11 12:12:40 +01:00
  • a9dd6256a4 net/ipv4: Move autoconf to new net_pkt API Tomasz Bursztyka 2019-01-11 12:05:16 +01:00
  • e04914a963 net/ipv6: Switch sending fragmented IPv6 packet to new API Tomasz Bursztyka 2019-01-10 20:57:21 +01:00
  • 2d5f8b9317 net/ipv6: Re-enable support for fragmented packet at input Tomasz Bursztyka 2019-01-09 15:53:07 +01:00
  • 88f5672e4c net/ipv6: Switch MLD join, leave and report to new net_pkt API Tomasz Bursztyka 2018-12-21 14:10:03 +01:00
  • df8fa6400d net/ipv6: Switch IPv6 sending preparation to new net_pkt API Tomasz Bursztyka 2018-12-21 09:08:19 +01:00
  • ec16928d8b net/icmpv6: Remove various useless get/set hdr functions Tomasz Bursztyka 2018-12-20 17:14:03 +01:00
  • 14f3ae1152 net/ipv6: Switch MLD query msg handler to new net_pkt API Tomasz Bursztyka 2018-12-21 08:40:39 +01:00
  • ae7243b0d5 net/ipv6: Switch RA msg handler to new net_pkt API Tomasz Bursztyka 2018-12-20 15:26:22 +01:00
  • 6dc6499bd5 net/ipv6: Switch NS msg handler to new net_pkt API Tomasz Bursztyka 2018-12-20 14:00:05 +01:00
  • f32de35e27 net/ipv6: Switch NA msg handler to new net_pkt API Tomasz Bursztyka 2018-12-20 13:30:25 +01:00
  • 9a6027ba5c net/icmpv6: Improve callback signature to pass icmp header Tomasz Bursztyka 2018-12-20 12:59:56 +01:00