Commit graph

  • 2dc4e270b2 doc: kernel: flatten kernel docs and add API references Anas Nashif 2019-01-21 20:53:59 -05:00
  • 29f37f0ddb doc: threads: merge into one document Anas Nashif 2019-01-21 14:30:35 -05:00
  • 30c3cff842 kernel: add cpu_idle functions to a doxy group Anas Nashif 2019-01-22 08:18:13 -05:00
  • 9b148d2691 doc: whitelist CONFIG_NET_MGMT_EVENT in doxygen Anas Nashif 2019-01-23 12:28:02 -05:00
  • eeb3bf2e39 doc: tweak doxygen css and remove top border Anas Nashif 2019-01-21 16:42:37 -05:00
  • 072c466ff4 doc: add extension for linking github files Anas Nashif 2019-01-20 10:48:54 -05:00
  • 75e7bd4e66 nucleo_f429zi: Add JLink support for flash, as per nucleo_f070rb Dave Marples 2019-01-22 20:37:39 +00:00
  • ee13fb6bff boards: mimxrt1064_evk: add configurations for XIP Ryan QIAN 2019-01-11 09:58:01 +08:00
  • 41a7aa9e03 ext: hal: rt1064: add support for XIP and DCD Ryan QIAN 2019-01-15 07:10:47 +08:00
  • 7a861d5769 boards: arm: Add board support for mimxrt1064_evk Ryan QIAN 2018-10-09 10:14:40 +08:00
  • 74d2974cd3 dts: arm: nxp_rt: add flexspi1 Ryan QIAN 2019-01-14 10:28:12 +08:00
  • fe9ea3b26c arch: arm: nxp: imxrt1064: add device support Ryan QIAN 2018-10-09 10:00:15 +08:00
  • 7c537a7c2d ext: hal: nxp: mcux: Add device files for RT1064 Ryan QIAN 2019-01-07 07:50:00 +08:00
  • 8cdca11620 logging: Replace custom macros with generic ones from util.h Krzysztof Chruscinski 2019-01-23 13:29:43 +01:00
  • 383f7bec91 tests: misc: Add test suite for util.h with tests for COND_CODE_n Krzysztof Chruscinski 2019-01-23 13:27:23 +01:00
  • 70b738f984 misc: Extend util.h with conditional code macros Krzysztof Chruscinski 2019-01-23 13:17:44 +01:00
  • 880bfb37c0 logging: Fix reporting of dropped logs before backend init Krzysztof Chruscinski 2019-01-11 14:39:41 +01:00
  • 668443bc74 drivers: eth_enc28j60: Fix CS GPIO support Kumar Gala 2019-01-23 18:18:31 -06:00
  • 372fb5da51 usb: cdc_acm: Fix composite build Andrei Emeltchenko 2019-01-24 09:50:32 +02:00
  • b2cbbb4a9e dts: arm: nxp: kw2xd: Remove cs-gpios from SPI1 Kumar Gala 2019-01-23 09:31:28 -06:00
  • 4bdd9822ba dts: arm: nxp: Cleanup SPI node on K6X, KW4{0,1}Z Kumar Gala 2019-01-23 09:26:30 -06:00
  • 31d450f310 dts: arm: nxp: Fix dtc warning from nxp_rt.dtsi Kumar Gala 2019-01-16 12:25:49 -06:00
  • aca8ae3fd4 driver/sensor: use lis2dh as common driver among multiple sensors Armando Visconti 2019-01-15 16:20:52 +01:00
  • e35f36966b driver/sensor: lis2dh: align driver to auto-generated dts macros Armando Visconti 2019-01-21 15:26:43 +01:00
  • 0289a410ba riscv32: linker: Link .srodata section Nathaniel Graff 2019-01-23 14:26:34 -08:00
  • eaafdc85fc wifi: eswifi: Use generated SPI CS define Kumar Gala 2019-01-23 04:25:56 -06:00
  • f592c528f4 scripts/dts/extract: Add support for generating SPI GPIO CS defines Kumar Gala 2019-01-22 14:49:45 -06:00
  • 4bd4185a2c scripts/dts/extract: Add single extract to extract_{controller,cells} Kumar Gala 2019-01-23 07:22:01 -06:00
  • 44fd0c5624 scripts/dts/extract: Move extract_{controller,cells} into globals Kumar Gala 2019-01-22 14:36:50 -06:00
  • a6978cd1ad dts: arm: msp432p4xx: Fix memory compatible Kumar Gala 2019-01-22 15:07:58 -06:00
  • 940a931b08 doc: turbo mode for kconfig options Anas Nashif 2019-01-21 13:58:05 -05:00
  • 939f15195d requirements: update to pyocd 0.15.0 Anas Nashif 2019-01-23 14:28:05 -05:00
  • ac36886e62 drivers: nrf: timer: add inline qualifier where inlining is intended Peter A. Bigot 2019-01-21 06:02:12 -06:00
  • 084363a0dc drivers: timer: nrf: refactor for speed and correctness Peter A. Bigot 2019-01-20 06:44:33 -06:00
  • 71882ff8c4 drivers: timer: nrf: drop unnecessary counter mask Peter A. Bigot 2019-01-17 08:55:03 -06:00
  • 4b24e88fa4 drivers: timer: nrf: use irq_lock instead of spinlock Peter A. Bigot 2019-01-17 08:53:25 -06:00
  • b4ece0ad44 kernel: timeout: detect inactive timeouts using dnode linked state Peter A. Bigot 2019-01-02 08:29:43 -06:00
  • 4863aa809c kernel: poll: fix double-remove of node Peter A. Bigot 2018-12-30 06:38:53 -06:00
  • 25fbe7b60d kernel: timeout: remove local fix for double-remove Peter A. Bigot 2018-12-30 06:05:03 -06:00
  • d40b8ce1fb sys: dlist: Add sys_dnode_is_linked Peter A. Bigot 2018-12-30 05:46:41 -06:00
  • 692e1033e7 kernel: sched: fix empty list detection Peter A. Bigot 2019-01-03 23:36:28 -06:00
  • 82ad0d24ca kernel: thread: correct type of dlist node Peter A. Bigot 2019-01-03 23:49:28 -06:00
  • a0e2737aff drivers: nordic: usb: USBD event handling rework Paweł Zadrożniak 2019-01-04 16:20:30 +01:00
  • b7cda2d33a boards: x86: arduino_101: Fix SPI dts node Kumar Gala 2019-01-22 16:08:51 -06:00
  • 717aa9cea7 cmake: dts: Tweak warning flags for unit_address check Kumar Gala 2019-01-18 14:10:04 -06:00
  • 1718b07a91 cmake: dtc: Add ability to check of dtc flag is valid Kumar Gala 2019-01-18 10:46:14 -06:00
  • 677bae5980 boards: nucleo_l496zg: Use shell-uart Ioannis Konstantelias 2018-12-12 00:53:15 +02:00
  • d5d10bcec0 boards: nucleo_l496zg: Add SPI, I2C Ioannis Konstantelias 2018-11-18 19:16:40 +02:00
  • 5151e8a094 boards: nucleo_l496zg: Add pwm mapping and RTC Ioannis Konstantelias 2018-11-14 20:47:25 +02:00
  • 8fc9748a4a boards: nucleo_l496zg: Add docs & flashing support Ioannis Konstantelias 2018-11-12 21:19:23 +02:00
  • 68147a9b83 boards: nucleo_l496zg: Add UART for console Ioannis Konstantelias 2018-11-10 02:09:08 +02:00
  • 3a002da53e boards: arm: Add initial support for NUCLEO-L496ZG Ioannis Konstantelias 2018-10-31 20:17:31 +02:00
  • f0616a4394 subsys/settings: fcb compress areas only once Andrzej Puzdrowski 2019-01-23 11:16:19 +01:00
  • 5b43aa52b5 doc: tools: corrected file path in documentation Varun Sharma 2019-01-23 03:59:42 +05:30
  • 9948eb036c scripts/dts/extract: Don't warn for 'category' merge of 'required' Kumar Gala 2019-01-17 09:58:30 -06:00
  • a6d82db50f ext: lib: crypto: Extend generic mbedTLS config with HAVE_ASM Aurelien Jarno 2019-01-21 22:21:39 +01:00
  • 2a1c94cbc3 Driver: Serial STM32: Fix use of TXE IRQ Benoit Leforestier 2018-11-13 15:26:06 +01:00
  • b8d2e1986d samples: sensor: lsm6dsl Armando Visconti 2018-12-04 14:22:35 +01:00
  • 1195dd07aa boards/arm: 96b_argonkey: add supported sensors to yaml file Armando Visconti 2019-01-21 10:54:35 +01:00
  • 45b6efbaec boards/arm: disco_l475_iot1: add supported sensors to yaml file Armando Visconti 2019-01-22 14:23:48 +01:00
  • 07be92eef8 boards/arm: disco_l475_iot1: Add lsm6dsl int gpio info in dts Armando Visconti 2018-12-04 14:19:27 +01:00
  • 8d352f5882 dts: sensor: lsm6dsl-i2c: Add irq-gpios property Armando Visconti 2018-12-05 11:09:10 +01:00
  • 14e7be3e34 boards: mimxrt1020_evk: Enable mcux lpi2c driver and pins Aurelien Jarno 2019-01-20 15:37:42 +01:00
  • 94bf757d68 drivers/gpio: stm32: Fix gpio_stm32_configure Erwan Gouriou 2019-01-21 17:33:26 +01:00
  • 3b77737208 soc: st: add STM32L452XC Georgij Cernysiov 2019-01-21 15:58:39 +01:00
  • 5478e82993 Bluetooth: shell: Updates related to new ULL LLL architecture Vinayak Kariappa Chettimada 2019-01-09 23:14:36 +05:30
  • 749652080c Bluetooth: controller: Fix control procedure context safety Vinayak Kariappa Chettimada 2019-01-11 02:30:42 +05:30
  • 1475402d41 Bluetooth: controller: Introduce ULL LLL architecture Vinayak Kariappa Chettimada 2018-12-18 05:48:20 +01:00
  • 254a97af93 Bluetooth: controller: Preliminary work in progress mesh ext. Vinayak Kariappa Chettimada 2019-01-09 21:25:14 +05:30
  • 44d046ff8d Bluetooth: controller: Updates to prep to introduce new arch Vinayak Kariappa Chettimada 2019-01-09 21:31:31 +05:30
  • 0989c0f8c2 Bluetooth: controller: Refactor the internal LL interfaces Vinayak Kariappa Chettimada 2018-12-17 10:46:13 +01:00
  • 5a58da57fd Kconfig: STACK_CANARIES: Correct the help text Sebastian Bøe 2019-01-21 14:02:55 +01:00
  • fb3d201cae cmake: STACK_CANARIES: Re-write how compatibility is checked Sebastian Bøe 2018-12-14 09:43:38 +01:00
  • 38a77799d1 doc: add extension to handle HTML redirects Anas Nashif 2019-01-20 08:56:48 -05:00
  • 99aadec857 doc: settings: shorten title Anas Nashif 2019-01-22 11:33:22 -05:00
  • 172fa29485 doc: nvs: Change document title Anas Nashif 2019-01-22 11:31:06 -05:00
  • bea9c6e88d doc: move kernel overview up Anas Nashif 2019-01-21 20:48:51 -05:00
  • 218599d6b7 doc: move source structure to application/ Anas Nashif 2019-01-21 20:45:59 -05:00
  • e0bd4b66d8 doc: move logger to be main logging entry in doc Anas Nashif 2019-01-21 17:14:55 -05:00
  • 9614fb3011 drivers: stm32: fix the STM32F1 series gpio configuration Harry Jiang 2019-01-22 15:53:59 +08:00
  • 0971d80bfc tests: uart: Add tests for async UART API. Mieszko Mierunski 2018-12-18 12:46:41 +01:00
  • 29c71b1fec drivers: nrf: Rework UART shim to support async UART API. Mieszko Mierunski 2018-12-14 16:13:14 +01:00
  • 117c28aad9 api: uart: Add new asynchronous UART API. Mieszko Mierunski 2018-10-24 14:09:31 +02:00
  • bfb23cc5de drivers: usb: Do not enable non-existing USB endpoints Pawel Dunaj 2019-01-22 15:00:47 +01:00
  • fdce786c07 driver/sensor: add LIS2DS12 sensor support Armando Visconti 2019-01-15 14:59:12 +01:00
  • 0e7a6ec9ab boards: mimxrt1020_evk: Enable mcux ethernet driver and pins Aurelien Jarno 2019-01-20 21:14:08 +01:00
  • ba459d002c soc: nxp_imx: Fix enabling ENET PLL outputs Aurelien Jarno 2019-01-20 21:14:08 +01:00
  • 17f4d6bec7 soc: nxp_imx: fix ENET_PLL selection for MIMXRT1021 Aurelien Jarno 2019-01-20 21:14:08 +01:00
  • 87cf468959 drivers: eth: gmac: fix TX descriptor write process Aurelien Jarno 2019-01-18 21:33:03 +01:00
  • afbee4c96a drivers: eth: gmac: conservatively compute the number of descriptors Aurelien Jarno 2019-01-18 21:33:03 +01:00
  • 18b07e09e0 drivers: eth: gmac: drop TX timeout handling Aurelien Jarno 2019-01-18 21:33:03 +01:00
  • 574ec20bbb samples: crypto: Whitelist nrf52840_pca10056 in mbedTLS benchmark tests Robert Lubos 2019-01-22 13:33:45 +01:00
  • 17473e28d9 samples: crypto: Fix mbedtls benchmark time calculations Robert Lubos 2019-01-21 16:17:41 +01:00
  • 858c00bd6b include: remove unused header file gdb_server.h Anas Nashif 2019-01-19 11:44:30 -05:00
  • d9ec5eca24 hpet: remove HPET_TIMER_*_EDGE and HPET_TIMER_LEVEL_* Anas Nashif 2019-01-19 13:02:06 -05:00
  • 1d11945739 hpet: remove unused HPET_TIMER_LEGACY_EMULATION Anas Nashif 2019-01-19 13:00:28 -05:00
  • 2621f6dc40 hpet: remove unused HPET_TIMER_DEBUG option Anas Nashif 2019-01-19 12:57:41 -05:00
  • 6d5e0a3db0 interrupt_controller: cleanup dependencies in kconfig Anas Nashif 2019-01-19 07:40:49 -05:00
  • 5aa44e6108 timer: cleanup dependencies in kconfig Anas Nashif 2019-01-19 07:36:29 -05:00
  • b832a1e264 printk: move into lib/os Anas Nashif 2019-01-19 07:04:48 -05:00