Commit graph

  • 2810b88971 tests: Enable kernel.device tests for qemu_x86_64 Cinly Ooi 2019-02-27 10:14:55 +08:00
  • 4c77c91f83 soc: intel_s1000_crb: fix GPIO IRQ in dts_fixup.h Daniel Leung 2019-02-26 14:09:32 -08:00
  • f8cafdeb8e soc: intel_s1000: make zephyr_prebuilt.elf a lot smaller Daniel Leung 2019-02-26 16:16:11 -08:00
  • 7db2e20ba3 kconfig: tests: Fix double 'source' of subsys/testsuite/Kconfig Ulf Magnusson 2019-02-26 19:44:47 +01:00
  • 603f068690 uart/ns16550: Use DT_ prefix for remaining device configs Daniel Leung 2019-02-25 14:26:03 -08:00
  • dd5ff3957c doc/guide/dts: Clean up DTS template Ulf Magnusson 2019-02-26 17:20:43 +01:00
  • 13b8c2ccbf doc: net: Change connectivity API doc to use BSD sockets Jukka Rissanen 2019-02-24 13:56:56 +02:00
  • 663460cd21 doc: net: Add socket offload description Robert Lubos 2019-02-26 14:44:42 +01:00
  • d26963fceb net: socket: Add doxygen descriptions for socket offloading Robert Lubos 2019-02-26 13:24:55 +01:00
  • b68f5f0fe1 doc: net: Update network overview chapter Jukka Rissanen 2019-02-24 13:23:00 +02:00
  • 4bcd560985 lib: fdtable: Update for zephyr_write() rename Paul Sokolovsky 2019-02-26 21:48:29 +03:00
  • cd65ed857c boards: nrf52810_pca10040: Override delay loop cycles Andrzej Głąbek 2019-02-26 12:34:44 +01:00
  • e2dd85472a soc: nrf52810: Allow the use of SPI0, TWI0, and UART0 Andrzej Głąbek 2019-02-26 12:26:50 +01:00
  • 91bd31e883 ext: hal: nordic: Update nrfx to version 1.6.2 Andrzej Głąbek 2019-02-07 08:12:50 +01:00
  • c894aa31a6 tests: posix: add newlib cfg option Kumar Gala 2019-02-19 16:39:17 -06:00
  • b5639c4ee2 libc: newlib: Rename adhoc read/write implementation for stdin/stdout Paul Sokolovsky 2019-02-26 13:06:57 +03:00
  • 951d96a3c3 arch: arc: fix the overkilled codes caused by removing APP_MEM Wayne Ren 2019-02-19 11:09:50 +08:00
  • cf856183d1 soc: nxp_imx: mimxrt1064_evk: Enable ethernet support Loic Poulain 2019-02-22 15:17:48 +01:00
  • e980ef8a8e soc: nxp_imx: Add on-chip flash code location support Loic Poulain 2019-02-21 13:18:06 +01:00
  • feab37096b libc: fix CONFIG_STDOUT_CONSOLE semantics Andrew Boie 2019-02-24 13:17:31 -08:00
  • 51a00cf790 include: misc: Use logger in STACK_ANALYZE macro Pawel Dunaj 2019-02-21 14:43:27 +01:00
  • 4fe3aea774 codeowner: add codeowner for ST stm32 development boards Erwan Gouriou 2019-02-25 18:00:46 +01:00
  • 0f6b6fc675 doc: update xcc installation instructions Anas Nashif 2019-02-22 11:26:32 -05:00
  • ee11592186 toolchain: Do not hardcode where the toolchain was installed Anas Nashif 2019-02-22 22:41:31 -05:00
  • 40b5522058 power: doc: fix usage of 'low power state' phrase Piotr Mienkowski 2019-02-24 20:17:25 +01:00
  • f04a4c9deb power: rename CPU_LPS_n power states Piotr Mienkowski 2019-02-24 00:58:38 +01:00
  • c75187587b power: simplify SYS_POWER_*_SUPPORTED Kconfig options Piotr Mienkowski 2019-02-24 00:07:50 +01:00
  • 336d3d3adc xtools: exclude "sources" when searching xtools output dir Daniel Leung 2019-02-22 20:42:37 -08:00
  • 45fdb5d267 drivers: ssd1306: Add high and delay for reset. Kwon Tae-young 2019-02-25 11:09:18 +09:00
  • a4c0810aa0 shell: changed dead code part in function buffer_trim() Maksim Masalski 2019-02-24 22:12:27 +03:00
  • 429b6ed68e net: stats: Wrong Kconfig options were used for statistics Jukka Rissanen 2019-02-25 18:20:00 +02:00
  • c4f2ab143d net: tests: Migrate DHCPv4 tests Ravi kumar Veeramally 2019-02-25 13:43:53 +02:00
  • 985c5d72a5 doc: net: Add documentation for net-shell Jukka Rissanen 2019-02-22 16:11:55 +02:00
  • bcfe86b76b CODEOWNERS: Add hwinfo ownership Alexander Wachter 2019-02-25 17:22:06 +01:00
  • 89ddc391fd CODEOWNERS: CAN ownership Alexander Wachter 2019-02-25 17:15:06 +01:00
  • 79824f4dcc doc: net: Hide misc host connectivity chapters from index Jukka Rissanen 2019-02-24 13:39:14 +02:00
  • c30f6c38d5 doc: net: Enhance Ethernet documentation Jukka Rissanen 2019-02-22 15:16:01 +02:00
  • b04ea677e7 net: ethernet: Place MII defines into separate doxygen group Jukka Rissanen 2019-02-22 15:13:14 +02:00
  • 907ea83b1e net: ethernet: Fix doxygen documentation Jukka Rissanen 2019-02-22 14:08:29 +02:00
  • 10e43e12ed net: sockets: tls: Add missing poll descriptor increment Robert Lubos 2019-02-25 14:04:31 +01:00
  • 6175d1bd8e net: sockets: tls: Detect EOF in poll prepare Robert Lubos 2019-02-25 13:13:53 +01:00
  • 87eb552dd2 net/dns: Switch mdns responder to new net_pkt API Tomasz Bursztyka 2019-02-18 14:58:05 +01:00
  • 7bc61c1366 net/dns: Switch llmnr responder to new net_pkt API Tomasz Bursztyka 2019-02-18 12:31:31 +01:00
  • 675a5056ed net/dns: Switch to new net_context API Tomasz Bursztyka 2019-02-15 10:03:24 +01:00
  • 6435553dea net/context: Add a way to set/get ttl/hop_limit from net_context Tomasz Bursztyka 2019-02-15 09:45:09 +01:00
  • f72b113876 net/dns: Move function declaration after macros and local variables Tomasz Bursztyka 2019-02-07 11:34:27 +01:00
  • 46cefe9155 net/dns: Move common macros in the relevant header Tomasz Bursztyka 2019-02-07 11:30:47 +01:00
  • b48f968f65 doc: net: Add Thread protocol description Robert Lubos 2019-02-22 13:32:06 +01:00
  • f68d62bbdb net: lwm2m: fix float exponent after fraction assign Michael Scott 2019-02-21 00:39:13 -08:00
  • 818050048a boards/intel_s1000_crb: fix image creation with custom filename Daniel Leung 2019-02-25 13:03:46 -08:00
  • 33f57c5971 tests/boards/intel_s1000_crb: fix potential uninit variables Daniel Leung 2019-02-25 12:54:30 -08:00
  • f5951cd88f kernel: syscall_handler: get rid of stdarg Andrew Boie 2019-02-22 15:21:59 -08:00
  • 9a7355dfad x86: gen_idt.py: add docstring Andrew Boie 2019-02-24 11:57:23 -08:00
  • e64d18b343 x86: gen_mmu_x86: add docstring and copyright Andrew Boie 2019-02-24 11:56:50 -08:00
  • a77914c140 x86: gen_mmu_x86.py: simplify usage Andrew Boie 2019-02-24 11:37:42 -08:00
  • b8cbf21990 x86: gen_gdt.py: expand doctsring Andrew Boie 2019-02-24 11:36:31 -08:00
  • cfde940d6d x86: relocate some arch-specific scripts Andrew Boie 2019-02-24 11:12:50 -08:00
  • d30c9aeafd drivers: nrf_power_clock: Migrate to DTS. Piotr Zięcik 2019-02-22 14:33:47 +01:00
  • bb6b1918b2 drivers: can: stm32: Cleanup Kconfig enablement Kumar Gala 2019-02-24 08:28:17 -06:00
  • f502da5b08 drivers/interrupt_controller: stm32: Remove RTC_Alarm IRQ handling Erwan Gouriou 2019-02-25 14:10:17 +01:00
  • ce59f208a4 drivers/interrupt_controller: stm32: Fix issue in irq lines connect Erwan Gouriou 2019-02-20 11:59:23 +01:00
  • df500c164c boards: arm: add Electronut labs papyr (nrf52840_papyr) Tavish Naruka 2019-02-09 17:10:02 +05:30
  • 23ba884b2b tests: can: Fix name of CAN msg and filter structs Jukka Rissanen 2019-02-24 19:03:08 +02:00
  • 7352d2b0c1 CODEOWNERS: update owners and added xcc/s1000 related lines Anas Nashif 2019-02-24 13:04:38 -05:00
  • aa049e5d8f toolchain: abstract setting -nostdinc Anas Nashif 2019-02-21 14:13:28 -05:00
  • 59841c9c67 libc: do not enable newlib on x86_64 Anas Nashif 2019-02-21 14:11:39 -05:00
  • 6cd15825e1 compiler: add xcc as a standalone compiler Anas Nashif 2019-02-21 17:01:20 -05:00
  • 406e942949 CODEOWNERS: Add missing trailing / on some directories Ulf Magnusson 2019-02-24 20:29:12 +01:00
  • 17cc291d68 samples: nrf52: mesh: onoff-app: add missing CONFIG_GPIO Henrik Brix Andersen 2019-02-16 20:12:08 +01:00
  • 69b6cc8956 Revert "tests: posix: add newlib cfg option" Anas Nashif 2019-02-23 16:26:26 -05:00
  • 29dac2233e lib: posix: Fix compile error with time.h and older newlib Kumar Gala 2019-02-23 09:35:55 -06:00
  • 6cc5722a61 lib: posix: Fix compile error with mqueue.h Kumar Gala 2019-02-19 14:14:35 -06:00
  • dc39a9adcf tests: posix: add newlib cfg option Kumar Gala 2019-02-19 16:39:17 -06:00
  • e5ee8035c7 drivers: gpio: Fix mcux driver to init successfully with no irq Maureen Helm 2019-02-22 15:01:42 -06:00
  • ca7b3b3703 net/ieee802154: Switch fragmentation support to new net_pkt API Tomasz Bursztyka 2019-02-20 14:57:58 +01:00
  • 9104211d9e net/6lo: Add a way to get the difference of hdr size after uncompression Tomasz Bursztyka 2019-02-21 19:38:11 +01:00
  • 90ae99274f net/ieee802154: Switch L2 to new net_pkt allocator Tomasz Bursztyka 2019-02-20 13:43:24 +01:00
  • 23251b040d drivers/ieee802154: Switch KW41Z to new net_ptk allocator Tomasz Bursztyka 2019-02-20 12:08:25 +01:00
  • fd721328be drivers/ieee802154: Switch NRF5 to new net_ptk allocator Tomasz Bursztyka 2019-02-20 12:08:00 +01:00
  • f63e9d295b drivers/ieee802154: Switch MCR20A to new net_ptk allocator Tomasz Bursztyka 2019-02-20 12:07:23 +01:00
  • 52fd371504 drivers/ieee802154: Switch CC2520 to new net_ptk allocator Tomasz Bursztyka 2019-02-20 12:06:50 +01:00
  • 7981c2792b drivers/ieee802154: Switch CC1200 to new net_ptk allocator Tomasz Bursztyka 2019-02-20 12:05:53 +01:00
  • 4ce652e4b2 userspace: remove APP_SHARED_MEM Kconfig Andrew Boie 2019-02-22 16:08:44 -08:00
  • f1920fff46 net: sockets: tls: Block DTLS client in poll until handshake is complete Robert Lubos 2019-02-15 15:13:05 +01:00
  • 64ca76f327 net: sockets: tls: Use semaphore to notify that handshake is complete Robert Lubos 2019-02-18 11:44:53 +01:00
  • 756043c2b3 samples: net: lwm2m: Fix system workqueue stack size Robert Lubos 2019-02-18 12:56:25 +01:00
  • f8502a9993 net: lwm2m: Remove misused errno check Robert Lubos 2019-02-18 12:28:56 +01:00
  • cb0fd451c2 cmake: Toolchain abstraction: Assembly Mark Ruvald Pedersen 2019-01-30 21:48:25 +01:00
  • 942d4bba94 misc: rb: Fix possible infinity loop Flavio Ceolin 2019-02-22 22:32:13 -03:00
  • abc394bd4d ext: silabs: rename ramfunc section to match Zephyr's Piotr Mienkowski 2019-02-22 23:22:04 +01:00
  • 743677d743 uart: ns16550: place header in correct spot Andrew Boie 2019-02-22 13:03:38 -08:00
  • e88752f5fe tests: stacks: increase STACK_LEN to 4 Anas Nashif 2019-02-22 22:02:52 -05:00
  • 45631c30ca tests: stackprot: run in user mode Andrew Boie 2019-02-21 15:14:07 -08:00
  • 01100eadb8 kernel: add stack canary to libc partition Andrew Boie 2019-02-21 15:02:22 -08:00
  • 17ce822ed9 app_shmem: create generic libc partition Andrew Boie 2019-02-21 13:44:54 -08:00
  • 80e3a2c246 app_shmem: include stub macro definitions Andrew Boie 2019-02-21 13:41:49 -08:00
  • 992f29a1bc arch: make __ramfunc support transparent Aurelien Jarno 2019-02-10 11:05:51 +01:00
  • eb097bd095 arch: arm: mpu: get the __ramfunc region size from the linker Aurelien Jarno 2019-02-10 11:05:51 +01:00
  • e1cc657941 arm: Placing the functions which holds __ramfunc into '.ramfunc' qianfan Zhao 2018-09-27 14:14:17 +08:00
  • 898973be8a net: ip: Add more documentation to net_ip.h Jukka Rissanen 2019-02-22 13:44:28 +02:00