|
bf0b8c8bb6
|
feat(esp8266): Modify old system APIs to new ones
|
2018-06-25 20:37:38 +08:00 |
|
|
c5b9f8ed9d
|
feat(esp8266): Modify ESP8266 system API to be same as esp-idf
|
2018-06-25 20:37:38 +08:00 |
|
|
3f9a75be5b
|
feat(wifi): Add wifi api library
|
2018-06-25 20:11:00 +08:00 |
|
|
ffe1e5c9cd
|
feat(wifi): Add wifi APIs according to IDF
|
2018-06-25 10:15:29 +08:00 |
|
|
5d31b02f9b
|
feat(wifi): Add wifi event APIs according to IDF
|
2018-06-25 10:08:43 +08:00 |
|
|
305a338a27
|
Merge branch 'feature/remove_minic_lib' into 'master'
feat(esp8266): Remove unused libraries
See merge request sdk/ESP8266_RTOS_SDK!234
|
2018-06-22 17:33:51 +08:00 |
|
|
c49f306d76
|
feat(esp8266): Remove unused libraries
Libs: minic && mirom
|
2018-06-21 17:03:12 +08:00 |
|
|
1cde2f5f81
|
feat(bootloader): Add startup function
|
2018-06-21 13:06:08 +08:00 |
|
|
82a8582371
|
feat(log): add log support for bootloader
|
2018-06-19 17:34:54 +08:00 |
|
|
9f58e5aacf
|
fix(esp8266): fix bootloader stuck temporarily
Note: bootloader and phy init data will be compatible to idf, storing init data bin in (last - 3) sector will be as a legancy mode.
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/230
|
2018-06-19 09:10:19 +08:00 |
|
|
462e9d4f81
|
feat(esp8266): Add phy init data in code
Not support to config phy_init_data now, and need real code to use this data.
|
2018-06-15 19:37:58 +08:00 |
|
|
4f5700635e
|
feat(partition_table): Make other components to adjust app offset at ox10000
|
2018-06-15 10:42:06 +08:00 |
|
|
2412d525eb
|
feat(esp8266): add APP_OFFSET in esp8266 temporary
Need to move to partition component
|
2018-06-14 23:48:49 +08:00 |
|
|
a898015d28
|
feat(esp8266): Remove duplicate target in esp8266 Makefile
|
2018-06-14 23:48:49 +08:00 |
|
|
06bbb9e4bf
|
feat(spi_flash): Modify partition driver
Use "sys/queue.h" as default queue header file.
|
2018-06-08 19:26:20 +08:00 |
|
|
df9a5d6bb1
|
feat(spi_flash): Modify SPI flash driver
|
2018-06-08 18:04:38 +08:00 |
|
|
7f91cf4a0e
|
feat(spi_flash): Add SPI flash driver component
|
2018-06-08 17:28:49 +08:00 |
|
|
3629617c52
|
feat(esp8266): Add rtc related attribute
|
2018-06-02 21:22:29 +08:00 |
|
|
58e6abc3ad
|
feat(esp8266): Add rtc segment in ld file
|
2018-06-02 21:22:29 +08:00 |
|
|
797811a626
|
feat(esp8266): Only support 2MB+ spi flash in menuconfig
Default config is 2MB(1024KB + 1024KB)
|
2018-06-01 15:11:15 +08:00 |
|
|
7573b0539b
|
feat(esp8266): Simplify ld files
IMPORTANT:
1. remove 256 + 256, 512 + 512 map ld files;
2. only support 2MB spi flash, and 1024 + 1024 map;
|
2018-06-01 14:54:40 +08:00 |
|
|
9b3ebe24ac
|
Merge branch 'bugfix/fix_include_dependence' into 'master'
fix(esp8266): Fix header files dependency in esp8266
See merge request sdk/ESP8266_RTOS_SDK!207
|
2018-05-31 17:36:12 +08:00 |
|
|
106ff9f5ef
|
Merge branch 'bugfix/fix_warning_in_freertos_port' into 'master'
fix(esp8266): Fix warning in port.c by using different section name
See merge request sdk/ESP8266_RTOS_SDK!206
|
2018-05-31 17:35:46 +08:00 |
|
|
c8ac7cc2be
|
fix(esp8266): Fix header files dependency in esp8266
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/197
|
2018-05-31 17:30:14 +08:00 |
|
|
ed329c10dd
|
fix(esp8266): Fix warning in port.c by using different section name
|
2018-05-31 16:28:18 +08:00 |
|
|
b1a92ea020
|
fix(esp8266): Include dependent header files in ets_sys.h
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/200
|
2018-05-31 15:10:19 +08:00 |
|
|
0ca5fa1850
|
refactor(log): Refactor log to make it easy to use and twice develop
|
2018-05-30 15:33:08 +08:00 |
|
|
e15f211d46
|
feat(esp8266): Add "putc" and "vprintf" of version "ets_"
|
2018-05-25 19:28:36 +08:00 |
|
|
f5dc5fd2a1
|
fix(lwip): Fix warning in dhcpserver
|
2018-05-25 16:39:30 +08:00 |
|
|
37a43c7598
|
fix(net80211): Fix receive unicast packet fail in softap mode
commit wrong lib in 9ad41a53
|
2018-05-25 15:40:57 +08:00 |
|
|
9ad41a5364
|
fix(net80211): Fix receive unicast packet fail in softap mode
|
2018-05-25 14:42:18 +08:00 |
|
|
1cd5a36bdf
|
feat: Don't use esp_common.h in SDK
|
2018-05-25 09:03:45 +08:00 |
|
|
092ecbfdd5
|
feat(esp8266): Remove esp_common.h & espconn.h
|
2018-05-25 09:03:44 +08:00 |
|
|
e518650b36
|
feat: Don't use c_types.h in SDK
|
2018-05-24 20:41:29 +08:00 |
|
|
d0c7e2f1d0
|
feat(esp8266): Remove c_types.h
|
2018-05-24 20:41:29 +08:00 |
|
|
291c94b501
|
feat: Remove the use of os_printf in SDK
|
2018-05-24 19:52:43 +08:00 |
|
|
91f7080231
|
fix: Fix all files when change to use standard typedef
|
2018-05-24 19:27:41 +08:00 |
|
|
27892430ee
|
feat(esp8266): Remove esp typedef
Use standard typedef in stdint.h
|
2018-05-24 15:54:25 +08:00 |
|
|
5ff597c90c
|
fix(driver): Fix the compile issue when STATUS define moved
|
2018-05-24 15:50:19 +08:00 |
|
|
82474c8f63
|
feat(esp8266): Move the define os STATUS to esp_sta.h
|
2018-05-24 15:49:56 +08:00 |
|
|
3ce6c4cc98
|
feat(esp8266): Remove the define of NULL
|
2018-05-24 15:46:47 +08:00 |
|
|
d230288823
|
feat(esp8266): Remove the define of BOOL/TRUE/FALSE
|
2018-05-24 15:35:07 +08:00 |
|
|
16c6784e66
|
feat(esp8266): Remove the define of LOCAL
|
2018-05-24 15:21:10 +08:00 |
|
|
26e825b0de
|
feat(esp8266): Add ets_printf in SDK side
|
2018-05-24 15:04:56 +08:00 |
|
|
98d01eb5f7
|
feat(esp8266): Remove standard prototype in esp_libc.h
|
2018-05-24 14:45:14 +08:00 |
|
|
7d257e3d6a
|
Merge branch 'feature/add_cap_to_heap' into 'master'
Add access align capacity to heap API
See merge request sdk/ESP8266_RTOS_SDK!171
|
2018-05-24 14:11:13 +08:00 |
|
|
29f5577ac6
|
feat(esp8266): Don't use ICACHE_FLASH_ATTR in SDK side
|
2018-05-24 12:38:06 +08:00 |
|
|
2367c49137
|
feat(esp8266): Add new esp attr defines
Remove ICACHE_FLASH_ATTR
|
2018-05-24 12:38:06 +08:00 |
|
|
d75ffa61eb
|
feat(esp8266): Don't use ICACHE_RODATA_ATTR to let string to be in flash
rodata will be in flash by default.
|
2018-05-24 11:02:34 +08:00 |
|
|
46d51ac826
|
Merge branch 'feature/os_printf_equal_to_printf' into 'master'
feat(esp8266): Make os_printf equal to printf
See merge request sdk/ESP8266_RTOS_SDK!179
|
2018-05-24 10:58:39 +08:00 |
|