Commit graph

  • 1232b44515 drivers: grove: move to new logger Anas Nashif 2018-10-16 08:20:41 -04:00
  • 0c7a28c4cc drivers: serial: Rework Silabs Gecko UART Driver Diego Sueiro 2018-10-16 17:51:01 +01:00
  • eb20984143 drivers: Add more uart instances for Silabs Devices Diego Sueiro 2018-07-19 05:19:32 +01:00
  • 05c3c1ec11 ext: Silabs Gecko use a different config for uart Diego Sueiro 2018-07-13 17:17:33 +01:00
  • 2acbaf499e tests: dma: use generic callback arg for all dma_callbacks Jun Li 2018-07-18 03:22:00 -07:00
  • 4982fa9858 dma: use user data in callback Jun Li 2018-07-18 01:17:57 -07:00
  • e092fe2b3d api: dma: allow to pass arbitrary user data into callback Jun Li 2018-07-18 01:13:18 -07:00
  • 0fc39343ff cmake: Export the target name of the final elf file to the app Sebastian Bøe 2018-10-16 13:25:04 +02:00
  • 27eb8d3db4 doc: add warning about sphinx errors Marti Bolivar 2018-10-16 08:47:52 -06:00
  • d7dc113783 doc: avoid copying content twice Marti Bolivar 2018-10-16 08:39:35 -06:00
  • 7a035c0dc7 kernel/sched: Fix timeslice accounting for already-elapsed ticks Andy Ross 2018-10-04 09:26:11 -07:00
  • 7617371ecc kernel/timeout: Clamp ticks argument to lower bound Andy Ross 2018-10-04 07:00:48 -07:00
  • a715a5fc57 tests/kernel/context: Skip test_kernel_cpu_idle when tickless Andy Ross 2018-10-03 19:43:40 -07:00
  • 9ce9677888 kernel/timeout: Fix elapsed logic Andy Ross 2018-10-03 15:02:50 -07:00
  • 4f02dd1407 tests/kernel/context: Disable test_kernel_interrupts when tickless Andy Ross 2018-10-03 09:04:52 -07:00
  • 1cfff07480 kernel/timeout: Fix announcement tick logic Andy Ross 2018-10-03 08:50:52 -07:00
  • 3630641bcc include/drivers: Fix docs on z_clock_set_timeout() Andy Ross 2018-10-03 08:18:47 -07:00
  • d8421adadd kernel/timeout: Fix synchronization in z_tick_get_32() Andy Ross 2018-10-02 11:12:08 -07:00
  • 1129ea9394 kernel/sched: Fix timeslicing predicate Andy Ross 2018-10-02 08:18:07 -07:00
  • 2dd9e2cad4 kernel/sched: Remove spurious locking Andy Ross 2018-10-02 08:15:44 -07:00
  • 08397277fc kernel/kconfig: Move TICKLESS options out of power management tree Andy Ross 2018-10-01 11:13:55 -07:00
  • 9202833106 system_timer.h: Update docs Andy Ross 2018-10-01 10:50:48 -07:00
  • cfe62038d2 kernel: Checkpatch fixups Andy Ross 2018-09-29 07:34:55 -07:00
  • af7bf89ed2 tests/kernel: Bump stack size for mem_protect/stackprot Andy Ross 2018-09-28 15:39:44 -07:00
  • 987c0e5fc1 kernel: New timeout implementation Andy Ross 2018-09-27 16:50:00 -07:00
  • 52e444bc05 kernel: Move timeout_remaining API Andy Ross 2018-09-28 09:06:37 -07:00
  • 96013b0375 system_timer.h: Change "now" uptime API to be simpler for drivers Andy Ross 2018-09-27 14:08:46 -07:00
  • fe82f1c2af kernel/timeout: Refactor API Andy Ross 2018-09-26 15:14:21 -07:00
  • 5d203523b6 kernel/timeout: Eliminate wait_q parameters from API Andy Ross 2018-09-26 13:57:34 -07:00
  • d61b1f8ef8 kernel/timeout: Remove timeout wait_q field Andy Ross 2018-09-26 13:36:02 -07:00
  • 15d520819d kernel/timeout: Prepare unification of timeout/thread wait_q fields Andy Ross 2018-09-26 13:19:31 -07:00
  • 2ae8f50936 kernel/include: Move stubs for timeout functions to their declarations Andy Ross 2018-09-26 12:48:15 -07:00
  • 9098a45c84 kernel: New timeslicing implementation Andy Ross 2018-09-25 10:56:09 -07:00
  • bf531ac4fc drivers/timer: Add default z_clock_set_timeout() fallback Andy Ross 2018-09-25 08:53:33 -07:00
  • 8b54953e4b kernel/sys_clock: Fix build when !SYS_CLOCK_EXISTS Andy Ross 2018-09-25 08:19:21 -07:00
  • 0e4532a3d4 sys_clock.h: Remove variance of _TICK_ALIGN with TICKLESS_KERNEL Andy Ross 2018-09-24 09:55:55 -07:00
  • 25863549be kernel: Remove clock_always_on control from k_busy_wait() Andy Ross 2018-09-23 07:11:10 -07:00
  • 1b3149cea1 kernel/sys_clock.c: Add asserts to watch dueling "set time" APIs Andy Ross 2018-09-22 16:03:59 -07:00
  • 1c08aefe56 kernel/timeoutq: Uninline the timeout methods Andy Ross 2018-09-22 15:38:31 -07:00
  • 7aae75bd1c idle: Fix tickless timeout behavior Andy Ross 2018-09-22 09:01:52 -07:00
  • d7b35c9bd6 idle: Remove needless "expired" logic in sys_power_save_idle() Andy Ross 2018-09-22 09:13:13 -07:00
  • 722a888ef7 timer: Clean up hairy tickless APIs Andy Ross 2018-09-21 11:54:57 -07:00
  • 1a1a9539ea include/system_timer.h: Timer API cleanup Andy Ross 2018-09-21 09:33:36 -07:00
  • ab488277bc drivers/timer: Unify timeout setting APIs Andy Ross 2018-09-20 13:56:45 -07:00
  • fa99ad66d0 sys_clock: Fix up tick announce API Andy Ross 2018-09-19 15:22:26 -07:00
  • 47644c2015 system_timer.h: Remove ASMLANGUAGE guard Andy Ross 2018-09-19 14:53:57 -07:00
  • 317178b88f sys_clock: Fix unsafe tick count usage Andy Ross 2018-09-19 14:17:00 -07:00
  • b8ffd9acd6 sys_clock: Make clock_always_on true by default Andy Ross 2018-09-19 13:14:32 -07:00
  • b2e4283555 sys_clock: Make sys_clock_hw_cycles_per_tick() a proper API Andy Ross 2018-09-19 11:33:07 -07:00
  • cbb77be675 sys_clock.h: Remove sys_clock_ticks_per_sec() Andy Ross 2018-09-19 11:13:56 -07:00
  • 393ec71ec3 clock: Remove CONFIG_TICKLESS_KERNEL_TIME_UNIT_IN_MICRO_SECS Andy Ross 2018-09-19 11:08:19 -07:00
  • 220d4f8347 sys_clock.h: Make "global variable" APIs into proper functions Andy Ross 2018-09-19 10:52:07 -07:00
  • 0d1228af36 kernel.h: Header hygine, move clock/timer handling Andy Ross 2018-09-19 09:35:43 -07:00
  • 853b7345e2 sys_clock.h: Remove asm guards Andy Ross 2018-09-19 09:07:00 -07:00
  • 10bdfcfdbe boards: same70: Enable SPI0 on dts qianfan Zhao 2018-10-16 15:02:54 +08:00
  • ae363e54ec drivers: spi_sam: Config chip select pin when driver init qianfan Zhao 2018-10-16 14:38:35 +08:00
  • 29d9004a01 drivers: spi_sam: fix spi peripheral chip select config qianfan Zhao 2018-10-16 11:18:58 +08:00
  • 1eec4bbf30 drivers: spi_sam: fix compiler waring qianfan Zhao 2018-10-16 10:40:08 +08:00
  • fcffebfe15 sanitycheck: whitelist font entry section Johann Fischer 2018-09-13 00:53:15 +02:00
  • f89283b250 samples: add sample for character framebuffer Johann Fischer 2018-07-19 18:18:44 +02:00
  • d10e624907 boards: reel_board: add ssd1673 node and fixup Johann Fischer 2018-09-12 17:51:39 +02:00
  • 3a66b86544 drivers: add SSD1673 EPD controller driver Johann Fischer 2018-07-19 18:15:18 +02:00
  • 419f4b7801 drivers: add SSD1306 display controller driver Johann Fischer 2018-07-19 18:11:50 +02:00
  • f531e0d62e subsys: add monochrome character framebuffer Johann Fischer 2018-07-19 17:43:39 +02:00
  • eb01a012f9 include: display: expand api for monochrome displays Johann Fischer 2018-08-21 14:42:27 +02:00
  • 1422a20093 drivers: wifi: Don't include ti/drivers/net/wifi/bsd from simplelink Sebastian Bøe 2018-10-12 16:17:22 +02:00
  • 7f99086d64 cmake: Fix 'run' command of native_posix Sebastian Bøe 2018-10-16 16:14:02 +02:00
  • 66a259a22a boards: correct config for openocd for stm32373c Mathieu Audat 2018-07-06 10:52:50 -04:00
  • 58b0ecf78f uncrustify: Add a rule to remove space inside function argument Yasushi SHOJI 2018-10-16 15:05:09 +09:00
  • deaab90641 tests/samples: cleanup tags Anas Nashif 2018-10-15 15:28:35 -04:00
  • 20b73e74a1 tests/samples: rename 'app' tag to something meaningful Anas Nashif 2018-10-15 15:13:17 -04:00
  • e11192e4b5 tests: fix test identifier Anas Nashif 2018-10-15 14:42:22 -04:00
  • 733a054ab0 samples: fix sample tags Anas Nashif 2018-10-15 14:41:02 -04:00
  • 5ffbd36f69 tests: pm -> powermanagement Anas Nashif 2018-10-15 14:37:01 -04:00
  • 621f75bfa7 tests: remove bat_commit, replace core with kernel Anas Nashif 2018-10-15 14:36:19 -04:00
  • 1f6122e268 sensors: lis2dh: move header after log module init Anas Nashif 2018-10-16 08:14:54 -04:00
  • e5620a2b87 drivers: sensor: Migrate to new logger Punit Vara 2018-10-10 12:08:54 +05:30
  • 86e69ddd8b drivers/i2s_ll_stm32.c: move to new logger Armando Visconti 2018-10-16 10:05:27 +02:00
  • 912cdc0b8e Bluetooth: host: Allow to disable legacy pairing. Joakim Andersson 2018-10-11 13:39:44 +02:00
  • 51574c177f Bluetooth: controller: Avoid retransmission of NACK-ed Tx PDU Vinayak Kariappa Chettimada 2018-08-17 11:42:22 +02:00
  • c0a680166d drivers: gpio: sifive: Fix GPIO extern interrupts Nathaniel Graff 2018-09-18 12:15:30 -07:00
  • 017a3515e8 samples/sensor/lsm303dlhc: Add LSM303DLHC sample Yannis Damigos 2018-03-03 18:51:51 +02:00
  • 93e049a67a boards/arm/stm32f3_disco: Enable LSM303DLHC MEMS sensors Yannis Damigos 2018-03-03 16:56:52 +02:00
  • aad6ada14c tests: drivers: lsm303dlhc build test Philémon Jaermann 2018-04-16 21:31:14 +02:00
  • c3aff28abc bindings: sensor: Add binding for LSM303DLHC Philémon Jaermann 2018-03-01 22:30:17 +01:00
  • 43bc39e140 drivers: sensor: lsm303dlhc magnetometer driver Philémon Jaermann 2018-03-01 21:54:36 +01:00
  • 0453b2e0dd drivers: sensor: lsm303dlhc accel driver Philémon Jaermann 2018-03-01 00:25:23 +01:00
  • 3fb6ea210a arch: arm: re-program MPU stack guard upon userspace enter Ioannis Glaropoulos 2018-10-09 23:05:13 +02:00
  • 99b5c65edb samples: mpu: migrate sample to the new shell Jakub Rzeszutko 2018-10-15 13:36:23 +02:00
  • 9b2475e175 boards: stm32f746g_disco: Update peripheral mapping doc Christian Taedcke 2018-10-11 22:20:01 +02:00
  • 1cb31b1373 boards: stm32f746g_disco: Enable Ethernet Christian Taedcke 2018-10-09 23:34:21 +02:00
  • 8d1143c838 drivers: ethernet: stm32: Fix typo in comment Christian Taedcke 2018-10-09 23:31:13 +02:00
  • 6e50c39b31 boards: stm32f746g_disco: Update board yaml Christian Taedcke 2018-10-09 23:28:14 +02:00
  • 557f0ed72e usb: Enable log level menu after enabling module Andrei Emeltchenko 2018-10-15 14:11:52 +03:00
  • 7ec9057f51 dts_fixup: fix atmel same70 CONFIG_UART_SAM_PORT_2_NAME define qianfan Zhao 2018-10-15 11:23:32 +08:00
  • 7439367b2e drivers: led_strip: add ws2812 defaults for nRF5 devices Marti Bolivar 2018-02-21 10:28:29 -05:00
  • 7cf2ce6751 drivers: led_strip: guard SPI defaults on stm32f4x kconfig Marti Bolivar 2018-02-21 10:12:10 -05:00
  • bdde886ed5 led_strip: ws2812: HACK: memory-hungry pulse timing bugfix Marti Bolivar 2018-05-24 13:03:57 -04:00
  • ce8035e280 drivers: eth: e1000: Remove unused variable Jukka Rissanen 2018-10-15 17:21:23 +03:00
  • 7b46ea2be9 drivers: clock_control_mcux: register logging module Anas Nashif 2018-10-11 10:27:46 -04:00