Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a5094412101c287409c954d3f0dc7931c71bd235
/
tests
/
drivers
c7bc909
tests/ztest: rename assert macros to be zephyr specific
by Kumar Gala
· 8 years ago
b84dc2e
kernel: remove all remaining references to nanokernel
by Anas Nashif
· 8 years ago
9f98bb4
tests: driver: uart: fix unchecked return value
by Qiu Peiyang
· 8 years ago
a89ed6d
tests: dma: Initialise callback enable flags
by Jon Medhurst
· 8 years ago
fe415db
tests: drivers: spi: fix variable type mismatches
by Qiu Peiyang
· 8 years ago
25aa9e8
tests: enable syslog for sensors
by Anas Nashif
· 8 years ago
8d4f1bc
tests/gpio: enable gpio cases to run on more platforms
by Qiu Peiyang
· 8 years ago
935663f
tests: fix disabling of GPIO interrupt issue
by Qiu Peiyang
· 8 years ago
2d03348
tests: add zephyr pinmux driver api test case
by Qiu Peiyang
· 8 years ago
1124da1
tests: add zephyr SPI driver api test case
by Qiu Peiyang
· 8 years ago
fbde97d
tests: drivers: uart: fix variable type mismatches
by Jithu Joseph
· 8 years ago
e895d57
tests: update uart driver api test case
by Erwan Gouriou
· 8 years ago
b6cf56e
tests: watchdog: Interrupt reset mode modifications
by Sergio Rodriguez
· 8 years ago
4533734
aon_counter test: fix misspelling in the header include guard
by Kuo-Lang Tseng
· 8 years ago
fe118c4
license: replace APL2.0 license with SPDX
by Anas Nashif
· 8 years ago
34b53f1
tests: add zephyr uart driver api test case
by Qiu Peiyang
· 8 years ago
4462509
spi_test: fix variable type mismatches
by Jithu Joseph
· 8 years ago
0c87784
tests/gpio: fix test GPIO_INT_EDGE bug
by Qiu Peiyang
· 8 years ago
bc2faf3
tests/pwm: enable PWM case to work on D2000 board
by Qiu Peiyang
· 8 years ago
484f07c
tests: add zephyr adc driver api test case
by jing wang
· 8 years ago
45c579a
tests: add zephyr counter and timer api test
by Qiu Peiyang
· 8 years ago
59b8af5
tests: dma: update dma loop transfer app
by Baohong Liu
· 8 years ago
0021038
tests: dma: update dma block transfer app
by Baohong Liu
· 8 years ago
61e5438
tests: add zephyr i2c driver api test
by jing wang
· 8 years ago
0a37380
pinmux: unify galileo pinmux driver
by Anas Nashif
· 8 years ago
42e1c9c
pinmux: make pinmux_dev the default pinmux driver for quark
by Anas Nashif
· 8 years ago
41ffe02
tests/gpio: fix test GPIO_INT_LEVEL bug
by Qiu Peiyang
· 8 years ago
cbeac3e
tests/gpio: don't call risk function
by Qiu Peiyang
· 8 years ago
06bd605
tests: Update spi driver test for mcux
by Maureen Helm
· 8 years ago
ac74d8b
license: Replace Apache boilerplate with SPDX tag
by David B. Kinder
· 8 years ago
a1ae7f5
Merge "Merge arm branch into master"
by Anas Nashif
· 8 years ago
ae2cf51
tests: Add PWM driver api test
by jing wang
· 8 years ago
acca033
pinmux: Merge ksdk pinmux dev into regular ksdk pinmux driver
by Maureen Helm
· 8 years ago
7648063
tests/sensors_n_z.conf: fix duplicated setting of CONFIG options
by Kumar Gala
· 8 years ago
f6e0390
kernel: remove dependency on CONFIG_NANO_TIMERS/TIMEOUTS
by Anas Nashif
· 8 years ago
a6aa60f
tests/gpio: fix typo
by Qiu Peiyang
· 8 years ago
0f08bd8
gpio_basic_api: fix format codes
by Andrew Boie
· 8 years ago
66cfcc2
tests: introduce Makefile.test
by Anas Nashif
· 8 years ago
7297f5d
shell: move shell to its own subsystem
by Anas Nashif
· 8 years ago
b008914
tests: add gpio driver test case
by jing wang
· 8 years ago
3d99a0c
tests: add driver aio comparator test case
by jing wang
· 8 years ago
d15523f
tests: Add watchdog timer test case
by jing wang
· 8 years ago
ed754ec
tests: add rtc driver test case
by jing wang
· 8 years ago
83a388e
tests: spi: correct a spi buffer length issue
by Baohong Liu
· 8 years ago
a162247
drivers: hp206 driver does not need 2000 ticks/s frequency
by Benjamin Walsh
· 8 years ago
1589f2c
sanity: filter the build-all test for ethernet
by Genaro Saucedo Tejada
· 8 years ago
954baea
random: Restructure RANDOM Kconfig
by Marcus Shawcroft
· 8 years ago
4a1c31a
k64: Change the default pinmux driver to the ksdk one
by Maureen Helm
· 8 years ago
f6f60dc
tests/drivers: Update pinmux application
by Flavio Santes
· 8 years ago
d5ccac1
tests: spi: add return value check
by Baohong Liu
· 8 years ago
16b6205
tests: spi_test: fix variable type mismatching issue
by Baohong Liu
· 8 years ago
9e1df6f
tests/drivers/adc: move to ztest to actually test
by Inaky Perez-Gonzalez
· 8 years ago
bcb6ed9
tests/drivers/pci_enum: move to ztest and run in HW when possible
by Inaky Perez-Gonzalez
· 8 years ago
3fe2575
drivers: sensors: use unified kernel threads
by Anas Nashif
· 8 years ago
c9e2959
tests: aonc: skip counter stopping
by Baohong Liu
· 8 years ago
ab96d36
tests: dma: update to unified kernel
by Baohong Liu
· 8 years ago
5e2f899
tests: adc: update to unified kernel
by Baohong Liu
· 8 years ago
5b7bfda
tests/drivers/aon_counter: make a ztest testcase
by Inaky Perez-Gonzalez
· 8 years ago
2c31143
tests: add a dma transfer test with different channel and burstlen
by jing wang
· 8 years ago
d622b09
samples: tests: remove obsolete KERNEL_TYPE and kernel variables
by Anas Nashif
· 8 years ago
5d317a0
tests: do not build sensors for system with < 32k {S}RAM
by Anas Nashif
· 8 years ago
db20018
tests: Add FXOS8700 sensor to driver build_all test.
by Marcus Shawcroft
· 8 years ago
36e1e2d
move tests from samples to tests/
by Anas Nashif
· 8 years ago
e7a9433
test: drivers/build_all support HP206C
by Marcus Shawcroft
· 8 years ago
f201b2e
test: drivers/build_all add CONFIG_WATCHDOG
by Marcus Shawcroft
· 8 years ago
b5dba51
test: drivers/build_all refactor, impose some order...
by Marcus Shawcroft
· 8 years ago
1be63f3
test: Add PINMUX to drivers build_all
by Marcus Shawcroft
· 8 years ago
f603981
sensor/th02: Add missing build_all test.
by Marcus Shawcroft
· 8 years ago
d70d0f9
sensor/sht3xd: Fix build_all sensor test.
by Marcus Shawcroft
· 8 years ago
81da76e
tests: Add sensor HTS221 to driver/build-all test case.
by Marcus Shawcroft
· 8 years ago
f6403ec
tests: Add CONFIG_COUNTER to build_all driver tests.
by Marcus Shawcroft
· 8 years ago
9a60286
tests: Adjust drivers/build_all to build for more boards.
by Marcus Shawcroft
· 8 years ago
9cb925d
filter: exclude sensor tests from assert build
by Genaro Saucedo Tejada
· 8 years ago
342e09c
pinmux: Rename frdm_k64f pinmux driver to k64
by Maureen Helm
· 8 years ago
af18a34
filter: Exclude failing drivers test at debug build
by Genaro Saucedo Tejada
· 8 years ago
f163e11
tests: Add ethernet drivers to drivers/build_all
by Marcus Shawcroft
· 8 years ago
698ef0e
test: build all possible drivers on all platforms
by Anas Nashif
· 8 years ago
0a83707
tests: Add build test for quark clock driver.
by Marcus Shawcroft
· 8 years ago
bf49fee
tests: Add build test for enc28j60 SPI standalone ethernet driver.
by Marcus Shawcroft
· 8 years ago
9b131c7
tests: Build test for nsim uart.
by Marcus Shawcroft
· 8 years ago
cfb5196
sensor/lsm9ds0_gyro: Fix failure to compile, undefined CONFIG_LSM9DS0_SENSOR_INIT_PRIORITY
by Marcus Shawcroft
· 8 years ago
dee749b
sensor/lsm64s0: Make config_info pointers const.
by Marcus Shawcroft
· 8 years ago
db35cc6
sensor/bmi160: Make config_info pointers const.
by Marcus Shawcroft
· 8 years ago
a6f681c
sensor/bmg160: Make config_info pointers const.
by Marcus Shawcroft
· 8 years ago
68b89da
tests: Adding more sensor build tests.
by Marcus Shawcroft
· 8 years ago
e167542
tests: sensors: expand coverage with logging enabled
by Anas Nashif
· 8 years ago
98eb3b2
tests: expand sensor build testing by enabling more sensors
by Anas Nashif
· 8 years ago
d6b88b9
tests: Provide build test for sensor lsm9ds0_mfd
by Marcus Shawcroft
· 8 years ago
315862f
tests: remove redundant PRINT definition
by Anas Nashif
· 8 years ago
5363d14
boards: rename Quark SE Devboard to Quark SE C1000
by Anas Nashif
· 9 years ago
c7faacf
samples: move pci tests to tests/
by Anas Nashif
· 9 years ago
1ecbea2
samples: move spi tests to tests/
by Anas Nashif
· 9 years ago
cf0efbb
drivers/pinmux: delete deprecated PINMUX_DEV_QUARK_MCU
by Qiu Peiyang
· 9 years ago
2b8d362
sanitycheck: Add olimexino_stm32 board to sanitycheck
by Yannis Damigos
· 9 years ago
16d0b8b
tests: enable pinmux build tests
by Daniel Leung
· 9 years ago
65f5382
move driver samples to samples/drivers
by Anas Nashif
· 9 years ago
18cc4a8
move sample apps to top level directory under samples/
by Anas Nashif
· 9 years ago
0d63b2e
tests: move aio and i2c driver build tests
by Anas Nashif
· 9 years ago