Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
8730854206b9b61cdb3551244e6c3767faa5496d
/
samples
/
subsys
9fa8674
samples: fs: Fix possible integer overflow
by Kumar Gala
· 6 years ago
11b3dce
samples: ipc: openamp: Fix missed return error check
by Kumar Gala
· 6 years ago
aa4c30c
samples: usb: hid: remote wakeup in HID mouse example
by Paweł Zadrożniak
· 6 years ago
68ea30c
fs/nvs: Improve init speed and remove fs->locked
by Laczen JMS
· 6 years ago
662b44e
sample/subsys/usb/dfu: correction to documentation
by Andrzej Puzdrowski
· 6 years ago
a64b0fe
shell: Deprecate macros for subcommands creation
by Krzysztof Chruscinski
· 6 years ago
3605e48
shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE
by Krzysztof Chruscinski
· 6 years ago
1b7b384
samples/subsys/nvs: Fix typo in samples description.
by Erwan Gouriou
· 6 years ago
996c252
dfu: mcuboot: rename boot_swap_type> mcuboot_swap_type
by Anas Nashif
· 6 years ago
70e223a
samples/subsys/nvs: Add a clean test termination
by Erwan Gouriou
· 6 years ago
b813ae2
samples: subsys: nvs: Convert FLASH_ERASE_BLOCK_SIZE to DT_
by Kumar Gala
· 6 years ago
dc0ad52
samples: nvs: Convert FLASH_AREA to DT_FLASH_AREA
by Kumar Gala
· 6 years ago
4433041
samples: subsys: ipm_mcux: Convert to use DT_ prefixed defines
by Kumar Gala
· 6 years ago
090ef04
shell: improved shell_prompt_change function
by Jakub Rzeszutko
· 6 years ago
1e92352
samples: cdc_acm_composite: Add README documentation
by Andrei Emeltchenko
· 6 years ago
d1f84ea
samples: cdc_acm: Add composite CDC ACM sample
by Andrei Emeltchenko
· 6 years ago
bf0a4a8
samples: usb: Update samples for new port name
by Andrei Emeltchenko
· 6 years ago
0ccc28c
samples: hid-mouse: Refactor and use new HID Device interface
by Andrei Emeltchenko
· 6 years ago
6cf619f
samples: hid: Use HID Device interface for samples
by Andrei Emeltchenko
· 6 years ago
6aefb16
usb: cdc_acm: Add menuconfig option for multiple instances
by Andrei Emeltchenko
· 6 years ago
c1dce2f
doc: fix misspellings in docs
by David B. Kinder
· 6 years ago
0f3bd0f
samples: subsys: Filesystem API sample with SDHC
by Tavish Naruka
· 6 years ago
ebc79e4
samples: cdc_acm: Add composite test configuration
by Andrei Emeltchenko
· 6 years ago
95df9ff
sample: cdc_acm: Add overlay configuration for composite device
by Andrei Emeltchenko
· 6 years ago
0f419f3
samples: cdc_acm: Remove unneeded config options
by Andrei Emeltchenko
· 6 years ago
fe497cc
shell: update shell_uart backend test condition
by Jakub Rzeszutko
· 6 years ago
70a6d78
shell: add RTT backend to CI tests
by Jakub Rzeszutko
· 6 years ago
4d93a97
doc: changed structure and layout
by Anas Nashif
· 6 years ago
63260bf
drivers: gpio: enable gpio_shell in board_shell
by Anas Nashif
· 6 years ago
634a7d0
samples: smp_svr: Surrounding BLE code with #ifdefs
by Ole Sæther
· 6 years ago
1ef5ad1
samples: power: power_mgr: Remove redundant test
by Piotr Zięcik
· 6 years ago
e2b62b4
samples: openamp: Update sample to OpenAMP v2018.10 release
by Kumar Gala
· 6 years ago
75ad61f
shell: removed foreground command functionality
by Jakub Rzeszutko
· 6 years ago
a756cde
samples: cdc_acm: Remove redundant inclusion
by Yannis Damigos
· 6 years ago
fd0b7f7
shell: removing legacy shell
by Jakub Rzeszutko
· 6 years ago
25572f3
tests: Dont run coverage for select test cases.
by Adithya Baglody
· 6 years ago
b69d0da
arch/x86_64: New architecture added
by Andy Ross
· 6 years ago
c716f9c
usb: hid: macro for report descriptor
by Marcin Szymczyk
· 6 years ago
5060ca6
cmake: increase minimal required version to 3.13.1
by Anas Nashif
· 6 years ago
f0c5470
samples: subsys: usb: dfu: Add intel_s1000 to platform_whitelist
by Savinay Dharmappa
· 6 years ago
74a74bb
power: rename api sys_soc -> sys_
by Anas Nashif
· 6 years ago
9151fbe
power: rename APIs and removing leading _
by Anas Nashif
· 6 years ago
49bf430
samples: subsys: shell: Add foreground command example
by Krzysztof Chruscinski
· 6 years ago
801b54e
usb: hid: boot protocol
by Marcin Szymczyk
· 6 years ago
b0bdc8a
samples: usb: hid-mouse: remove get_report_cb
by Marcin Szymczyk
· 6 years ago
63558ef
samples: usb: hid-mouse: multiple buttons
by Marcin Szymczyk
· 6 years ago
d356977
samples: usb: hid-mouse: type change
by Marcin Szymczyk
· 6 years ago
3064ca4
shell: creating new module for help functionality
by Jakub Rzeszutko
· 6 years ago
e0be6a1
shell: printing command's help by shell engine
by Jakub Rzeszutko
· 6 years ago
5451ff2
shell: remove "options" concept
by Jakub Rzeszutko
· 6 years ago
1ef52f5
samples: console: echo: Be sure to print (both) CR LF in messages
by Paul Sokolovsky
· 6 years ago
079f55d
samples: Add 'U' to unsigned variable assignments
by Patrik Flykt
· 6 years ago
d5b79ff
usb: hid: implement idle rate
by Marcin Szymczyk
· 6 years ago
6a4ddff
usb: hid: default request handlers
by Marcin Szymczyk
· 6 years ago
e4c447a
usb: add SoF event
by Marcin Szymczyk
· 6 years ago
970aef2
kernel: ensure System Power Managment enables Tickless Idle.
by Piotr Mienkowski
· 6 years ago
240b25e
usb: testusb: Add README to the sample
by Andrei Emeltchenko
· 6 years ago
971be35
usb: console: Notify user about incorrect configuration
by Andrei Emeltchenko
· 6 years ago
4619f8f
samples: usb: Fixes usb/console sample for nrf52840
by Tom Burdick
· 6 years ago
27a237f
samples/ipm_imx: Add i.MX7 boards to platform_whitelist
by Diego Sueiro
· 6 years ago
7ca69b3
sample: Add IMX IPM sample application
by Stanislav Poboril
· 6 years ago
325954d
samples: console: echo: Test output-only mode too
by Paul Sokolovsky
· 6 years ago
9a1e7d0
samples: subsys: usb: hid-mouse: Align report descriptor
by Radoslaw Koppel
· 6 years ago
f9be2c5
samples: subsys: usb: hid-mouse: Activate pull on switch pin
by Radoslaw Koppel
· 6 years ago
2020290
dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig
by Andrzej Głąbek
· 6 years ago
6d1a31b
logging: Add uart backend dependency to shell uart backend
by Krzysztof Chruscinski
· 6 years ago
5e34681
logging: Refactor LOG_MODULE_REGISTER and LOG_MODULE_DECLARE macros
by Krzysztof Chruscinski
· 6 years ago
97345db
logging: Fix errors in log usage
by Krzysztof Chruscinski
· 6 years ago
92c7ab7
usb: logs: Rename USB_DBG to LOG_DBG
by Andrei Emeltchenko
· 6 years ago
59c23b1
shell: wildcard active by default
by Jakub Rzeszutko
· 6 years ago
8d138ed
boards: dts: define default console only
by Anas Nashif
· 6 years ago
e8a5972
samples: usb: mass: rewrite documentation
by Aurelien Jarno
· 6 years ago
856decf
samples: Remove board.h include
by Kumar Gala
· 6 years ago
af2ed46
samples: usb: hid-mouse: enable CONFIG_GPIO
by Aurelien Jarno
· 6 years ago
f2b9cc6
cmake: ipc: Fix ipm_mcux sample
by Sebastian Bøe
· 6 years ago
b3d77a0
cmake: openamp: Fix OpenAMP sample
by Sebastian Bøe
· 6 years ago
7eabab2
samples, tests: Use semi-accurate project names
by Reto Schneider
· 6 years ago
147122e
shell: examples unification
by Jakub Rzeszutko
· 6 years ago
8eff21a
drivers: gpio: add shell for controlling GPIO
by Anas Nashif
· 6 years ago
79f4342
shell: kernel: list configured devices
by Anas Nashif
· 6 years ago
9e7f294
samples: USB mass storage sample.yaml cleanup
by Ajay Kishore
· 6 years ago
deaab90
tests/samples: cleanup tags
by Anas Nashif
· 6 years ago
f6197c4
shell: create instances automatically basing on enabled backend
by Jakub Rzeszutko
· 6 years ago
5f74f14
samples: usb: move to new logger
by Anas Nashif
· 6 years ago
7853c32
samples: dfu: move to new logger
by Anas Nashif
· 6 years ago
92ef858
Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's
by Ulf Magnusson
· 6 years ago
47be332
samples: hid: Use new logger
by Andrei Emeltchenko
· 6 years ago
1eb6a01
usb: Use const for status_callback parameter
by Andrei Emeltchenko
· 6 years ago
24b5775
samples: hid: Use delayed work for report send
by Andrei Emeltchenko
· 6 years ago
245b267
samples: hid: Make callbacks static
by Andrei Emeltchenko
· 6 years ago
5534a58
samples: hid-mouse: Trivial README correct
by Andrei Emeltchenko
· 6 years ago
61349e3
samples: hid: Add README for the sample
by Andrei Emeltchenko
· 6 years ago
9047e8e
samples: hid: Refactor basic HID sample
by Andrei Emeltchenko
· 6 years ago
b057174
shell: parsing output LF character
by Jakub Rzeszutko
· 6 years ago
12984c6
subsys: nvs: move to new logger
by Anas Nashif
· 6 years ago
d1a655a
subsys/usb: Move to new logger subsystem
by Yannis Damigos
· 6 years ago
1674d06
drivers: usb: device: Migrate to new logger
by Yannis Damigos
· 6 years ago
4402c4b
samples: logger: exclude qemu_xtensa [REVERTME]
by Anas Nashif
· 6 years ago
771b4de
samples: logger: test sample in CI
by Anas Nashif
· 6 years ago
bc6da1c
shell: Enable backends via Kconfig file
by Jakub Rzeszutko
· 6 years ago
Next »