zephyr/tests/drivers/build_all/sensor
Henrik Brix Andersen da2a0befbb drivers: can: unify CAN controller configuration in devicetree
Unify the CAN controller configuration done in Zephyr devicetrees:

- Specify a resynchronization jump width (sjw) of 1 time quanta in SoC
  devicetrees as this is the most common. Boards can override this if
  needed.
- Specify a sample point of 87.5% as recommended by CAN in Automation
  (CiA) in SoC devicetrees. Boards can override this if needed.
- Specify a bus speed of 125 kbits/second (arbitration phase) and 1
  Mbits/second (CAN-FD data phase) in board devicetrees as this is what
  is used by all Zephyr CAN samples.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-02-24 13:48:55 -08:00
..
src tests: drivers: remove custom vnd,gpio inst 2022-01-04 09:10:40 -05:00
app.overlay tests: drivers: build_all: Build MHZ19B 2021-12-20 18:47:47 +01:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
gpio.dtsi
i2c.dtsi drivers: sensors: Implement MAX31875 sensor 2022-02-24 08:49:40 -06:00
prj.conf drivers: sensors: Implement MAX31875 sensor 2022-02-24 08:49:40 -06:00
sensors_trigger_own.conf sensors: Implement MPU9250 driver 2022-01-14 12:33:04 +01:00
spi.dtsi drivers: can: unify CAN controller configuration in devicetree 2022-02-24 13:48:55 -08:00
testcase.yaml tests: build_all: Add device pm configuration for sensor drivers 2021-10-26 20:51:13 -04:00
uart.dtsi tests: drivers: build_all: Build MHZ19B 2021-12-20 18:47:47 +01:00