d20cf8fc05
Merge branch 'feature/update_vfs_for_fatfs' into 'master'
...
feat(vfs): update vfs for ESP8266
See merge request sdk/ESP8266_RTOS_SDK!1317
2020-07-23 11:33:15 +08:00
b0e5afe324
Merge branch 'bugfix/uart_cannot_write_completely' into 'master'
...
fix: fix uart write data incomplete
See merge request sdk/ESP8266_RTOS_SDK!1276
2020-03-18 19:02:39 +08:00
5ddea6d655
feat(vfs): modify vfs for ESP8266
2020-02-27 14:10:14 +08:00
9839d41a5d
Merge branch 'bugfix/uart_interrupt_occupy' into 'master'
...
bugfix(uart_interrupt_occupy):disable intr that you are not using
See merge request sdk/ESP8266_RTOS_SDK!1277
2020-02-25 11:08:25 +08:00
117f7ae58c
feat(freertos): speed up CPU hardware interrupt active event
2020-02-19 14:55:12 +08:00
bd415b3626
bugfix(uart_interrupt_occupy):disable intr that you are not using
2020-01-09 17:02:37 +08:00
ae51c20e28
fix: fix uart write data incomplete
2020-01-08 18:01:22 +08:00
47a13e19cc
feature(uart_driver_install): To fit some modules, add invalid parameters in uart_driver_install
2019-09-04 14:47:11 +08:00
d11543400e
feat(vfs): Modify for esp8266
2019-04-15 17:18:42 +08:00
cca26bcb1c
bugfix(uart): fix uart enable swap blockage
2019-04-04 17:26:38 +08:00
ade7165a1a
feature(uart): uart tx done add ticks to wait
2019-03-01 21:38:12 +08:00
def1edc36b
bugfix(uart): fix uart1 interrupt
2018-12-28 14:29:20 +08:00
d1ab0c20dd
bugfix(uart): Open uart_wait_tx_done() function and avoid using tx_buffer in uart1
2018-12-07 18:01:45 +08:00
97335027c7
refactor(driver): Refactor uart driver for esp8266 idf
2018-08-10 13:39:53 +08:00
374657a8c5
feat(esp8266): Remove old drivers
2018-08-09 20:07:23 +08:00
35ee995327
fix(components): Fix all components's compile warning and enable warning checking
2018-08-07 15:42:28 +08:00
1ba1e5ccbd
feat(task): Change all tasks size 4 times the original
2018-07-09 20:11:41 +08:00
9d0b024433
feat(esp8266): Refactor ets system headler file
2018-06-27 11:39:50 +08:00
91f7080231
fix: Fix all files when change to use standard typedef
2018-05-24 19:27:41 +08:00
5ff597c90c
fix(driver): Fix the compile issue when STATUS define moved
2018-05-24 15:50:19 +08:00
3c560f678a
feat(driver): Clean up header files dependency
2018-05-23 16:43:29 +08:00
78bdcf043e
feat(driver): Use standard typedef
2018-05-23 15:24:05 +08:00
3b28e58a3e
feat(driver): Use static instead of LOCAL
2018-05-23 15:17:00 +08:00
a08d0711a4
feat(driver): Use astyle to format the code
2018-05-23 15:16:16 +08:00
ae6c134ec4
feat(driver): Update to use apache license
2018-05-23 15:14:08 +08:00
f82e9be787
fix: Fixing lots of compilation warnings
...
- fix(esp8266):
- Adding includes for missing symbols.
- Removing unused variables.
- Skip unsupported packing pragmas.
- Add rom_functions.h for symbols that come from the ESP ROM. Add attributes on
ets_printf so GCC will check the syntax of the formatting string and types of
the arguments.
- Add ETS_GPIO_INTR_EN(DIS)ABLE macro.
- Use gpio_output_conf instead of gpio_output_set.
- fix(freertos):
- Define functions that are useful.
- Use correct printf symbols when printing.
- fix(lwip):
- Ignore the warning in sntp.
- fix(mqtt):
- `xTicksToWait` is unsigned, can't check for less than zero. Remove
unused variables.
- fix(newlib):
- `_free_r()` returns `void`, not `void *`.
- Adding includes for missing symbols.
- fix(ssl):
- Make sure functions always return a value.
Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/188
2018-05-23 14:52:26 +08:00
3e1f0b973e
feat(esp2866): Move driver to esp8266 of components
2018-04-08 10:38:18 +08:00