OVMS3-idf/examples/peripherals
Alex Lisitsyn 16e6e63694 driver: fix driver set rx timeout feature of uart
tout_thr - move calculation and masking into hal layer update driver and uart_ll (add uart_ll_set_rx_tout)
move tout calculation into uart_ll
move calculation of time out in bit time for esp32s2 into low level uart_ll.h file
move uart_hal_get_symb_len() into hal
update set_rx_timeout() to warn user about incorrect value
update HAL, LL 1
fix uart_xx_set_rx_tout() to convert symbol time into bit time
update param description
update tout calculation in LL
update uart_hal_get_max_rx_timeout_thrd() and uart_ll_get_max_rx_timeout_thrd()
2020-03-27 16:20:21 +08:00
..
adc global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
adc2 global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
can can: Refactor CAN to use HAL and LowLevel layers 2020-01-09 16:13:51 +08:00
gpio tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
i2c Fix typo from ic2_tools readme 2020-03-07 12:11:37 +08:00
i2s Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
i2s_adc_dac bugfix(i2s): Updated ESP32-S2 ADC DAC support 2020-03-03 12:59:30 +08:00
ledc global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
mcpwm Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
pcnt Merge branch 'master' into feature/esp32s2beta_update 2019-08-19 15:03:43 +10:00
rmt Update ir_builder_rmt_nec.c 2020-02-17 15:20:41 +08:00
sdio Merge branch 'feat/sdio_example_without_intr' into 'master' 2020-02-17 07:04:31 +08:00
sigmadelta Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
spi_master global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
spi_slave global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
temp_sensor_esp32s2 test, examples: use new component registration function 2020-03-23 10:58:48 +08:00
timer_group bugfix(timer): add a macro to control making the XTAL related functions 2019-11-26 12:39:46 +00:00
touch_pad_interrupt Driver(touch): fix touch sensor driver for esp32s2. 2020-03-25 22:45:57 +08:00
touch_pad_read Driver(touch): fix touch sensor driver for esp32s2. 2020-03-25 22:45:57 +08:00
uart driver: fix driver set rx timeout feature of uart 2020-03-27 16:20:21 +08:00
usb/tusb_sample_descriptor usb: added a tinyusb component; ci; soc. 2020-03-09 07:55:06 +01:00
wave_gen wave_gen example: analog signal generator 2020-01-14 09:23:44 +00:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

Peripherals Examples

This section provides examples how to configure and use ESP32s internal peripherals like GPIO, UART, I2C, SPI, timers, counters, ADC / DAC, PWM, etc.

See the README.md file in the upper level examples directory for more information about examples.