Li Bo
31f5d3746a
boards: unified common functions
2021-08-11 13:50:38 +08:00
Hao Ning
dc03b336ce
docs:fixed incorrect language links
2021-04-29 16:36:49 +08:00
Li Bo
a43981c841
Translate/provide english version docs
2021-04-27 19:22:13 +08:00
Li Bo
22c8bddb80
docs(readme): modify docs URL
2021-02-20 20:04:37 +08:00
zhouli
72613b217f
docs: modify latex_logo for conf_common.py
2021-02-20 18:31:20 +08:00
Li Bo
7fcfc18eab
docs(readme): add english version readme
2021-02-20 15:30:50 +08:00
Zhou Li
bd507efe56
Merge branch 'refactor/button' into 'develop/v2.0'
...
fix(button): add gpio button and adc button
See merge request rd/esp-iot-solution!494
2021-02-20 02:44:33 +00:00
zhouli
8362118c35
docs: add button document
2021-02-20 10:37:28 +08:00
Hao Ning
c2ec59aaf3
lanuage review for the second batch files
2021-02-09 15:00:36 +08:00
Li Bo
d1568b546e
Merge branch 'refactor/led_indicator' into 'develop/v2.0'
...
led(indicator):support customize multiple blink strategy
See merge request rd/esp-iot-solution!488
2021-02-07 19:26:46 +08:00
Zhou Li
a8606ef887
Merge branch 'bugfix/fix_hmi_examples' into 'develop/v2.0'
...
lvgl: update lvgl and related examples
See merge request rd/esp-iot-solution!487
2021-02-07 19:23:36 +08:00
Li Bo
42a5d75c3c
refactor(led/indicator): refactor with new type led_indicator_blink_type_t to refer blink_steps
2021-02-07 19:18:33 +08:00
xiehanxin
6ca3912d83
add lvgl document
2021-02-05 21:07:49 +08:00
Li Bo
f0275bd4e5
docs(led/indicator): add user guide
2021-02-05 17:32:56 +08:00
Zhou Li
2614928343
Merge branch 'docs/add_screen_resolution_table' into 'develop/v2.0'
...
docs: add screen resolution table
See merge request rd/esp-iot-solution!486
2021-02-03 22:04:10 +08:00
zhouli
2f610a03a7
docs: add screen resolution table
2021-02-03 20:49:40 +08:00
Li Bo
07be844323
docs(gettingstarted): add more detialed getting started
2021-02-03 14:43:48 +08:00
zhouli
affab72796
docs: update touch panel doc
2021-02-02 11:41:39 +08:00
Li Bo
5429c01819
docs(digital_tube): add more detailed descriptions
2021-02-01 21:58:35 +08:00
xiehanxin
5a7c4c17c3
docs:add digital tube rst document
2021-02-01 21:57:01 +08:00
Li Bo
d0742326f2
docs(storage): add storage docs
2021-02-01 11:01:03 +08:00
zhouli
cc835d9c55
docs: update screen driver doc
2021-01-27 11:50:45 +08:00
zhouli
d72d458245
style(screen): reduce abbreviation
2021-01-26 22:00:43 +08:00
zhouli
41e392451f
docs: update dac audio doc
2021-01-22 20:37:47 +08:00
zhouli
31fc6d1592
docs: add pwm aduio doc
2021-01-22 20:37:47 +08:00
Li Bo
bfb8420381
refactor(io_expander): mcp23017 use i2c_bus for read write
2021-01-22 17:31:26 +08:00
Hao Ning
6a29ccdd63
language review for the first batch
2021-01-21 16:42:17 +08:00
zhouli
24ca154c54
chore(servo): rename to iot_servo
2021-01-19 20:34:46 +08:00
Li Bo
2c7efa03f1
docs(servo): update document, add introduction and use guide
2021-01-19 20:30:15 +08:00
zhouli
c6943bea84
docs: add servo docs
2021-01-19 20:30:15 +08:00
Li Bo
b42d1a0c6e
docs: orphan unreferenced docs
...
orphan unreferenced docs and invalid links
2021-01-19 20:05:09 +08:00
Li Bo
92be3bab41
fix(sensor_hub): fix doxyfile include error
2021-01-15 14:48:22 +08:00
Li Bo
76b5476152
docs(sensors):add sensors doc
2021-01-06 21:21:08 +08:00
Li Bo
94aa16e130
docs(sensor_hub): add use guide
2021-01-06 21:21:08 +08:00
Li Bo
1b4185b253
docs(sensor_hub): fix doc and add new diagram
2021-01-06 21:21:08 +08:00
Li Bo
a4f814f550
docs(sensor_hub): add sensor_hub userguide and api reference
2021-01-06 21:21:08 +08:00
zhouli
99af48bd62
docs: add sphinx-known-warnings.txt, and fix some warning
2021-01-06 13:29:55 +08:00
Li Bo
45ec9eaf10
feat(bus): support get device's i2c address through dev_handle
2021-01-06 12:23:25 +08:00
Li Bo
5e2451b996
docs: add boards user guide
2021-01-05 20:48:05 +08:00
Zhou Li
768de5e891
Merge branch 'feature/add_i2s_lcd_driver' into 'develop/v2.0'
...
feat(bus): add driver of i2s lcd mode, supported esp32 and esp32s2
See merge request rd/esp-iot-solution!468
2021-01-04 11:01:01 +08:00
zhouli
1a172350e0
docs: add i2s lcd driver doc
2021-01-04 10:49:35 +08:00
Li Bo
86db43d39b
Merge branch 'docs/modify_contribute' into 'develop/v2.0'
...
docs(contribute): modify contribute guide
See merge request rd/esp-iot-solution!471
2020-12-30 20:33:58 +08:00
Li Bo
3493ae6973
Merge branch 'feature/bus_support_special_transfer' into 'develop/v2.0'
...
feat(bus): bus support more general transmission
## Release notes (Mandatory)
* [bus/spi_bus] sopport transmit `transaction` in thread-safe.
* [bus/i2c_bus] sopport transmit `cmd` in thread-safe.
* [bus/docs] add more detailed instructions and examples.
See merge request rd/esp-iot-solution!470
2020-12-30 15:06:39 +08:00
Li Bo
b82666022d
feat(bus): bus support more general transmission
2020-12-30 15:06:36 +08:00
xiehanxin
c7badefa58
docs: add the language switch link
2020-12-30 14:24:54 +08:00
Li Bo
245f67fba5
docs(contribute): modify contribute guide
2020-12-30 10:29:10 +08:00
zhouli
d764533405
docs: fix incorrect baseurl in link-roles.py
2020-12-24 21:40:44 +08:00
Li Bo
28fc30730c
docs(bus): add bus userguide and api reference
2020-12-24 16:53:24 +08:00
xiehanxin
3d5f09aadb
docs: fix grammer error in rst document
...
1. update pictures
2. update links in documents
3. add rst documents of board in getting started
2020-12-21 15:47:48 +08:00
zhouli
5b1105737d
docs: add Doxyfile and gen-dxd.py
2020-12-15 16:51:30 +08:00