Statistics: Posted by scargill — Mon Jun 01, 2015 2:03 am
Statistics: Posted by costaud — Mon Jun 01, 2015 1:53 am
Statistics: Posted by scargill — Mon Jun 01, 2015 1:51 am
Statistics: Posted by scargill — Mon Jun 01, 2015 1:39 am
Statistics: Posted by costaud — Mon Jun 01, 2015 1:28 am
Statistics: Posted by scargill — Mon Jun 01, 2015 1:22 am
Statistics: Posted by costaud — Mon Jun 01, 2015 1:13 am
Statistics: Posted by scargill — Mon Jun 01, 2015 12:59 am
Code:
diff -r esp_iot_sdk_v1.0.1/include/eagle_soc.h esp_iot_sdk_v1.1.0/include/eagle_soc.h
187c187
< #define PERIPHS_IO_MUX_PULLDWN BIT6
---
> #define PERIPHS_IO_MUX_PULLUP2 BIT6
189c189
< #define PERIPHS_IO_MUX_SLEEP_PULLDWN BIT2
---
> #define PERIPHS_IO_MUX_SLEEP_PULLUP2 BIT2
246,247c246
< #define PIN_PULLDWN_DIS(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME, PERIPHS_IO_MUX_PULLDWN)
< #define PIN_PULLDWN_EN(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME, PERIPHS_IO_MUX_PULLDWN)
---
>
Statistics: Posted by costaud — Tue May 26, 2015 3:34 pm
Statistics: Posted by Guest — Tue May 26, 2015 2:30 pm
Statistics: Posted by ESP_Faye — Tue May 26, 2015 1:36 pm
Code:
diff -r esp_iot_sdk_v1.0.1/include/eagle_soc.h esp_iot_sdk_v1.1.0/include/eagle_soc.h
187c187
< #define PERIPHS_IO_MUX_PULLDWN BIT6
---
> #define PERIPHS_IO_MUX_PULLUP2 BIT6
189c189
< #define PERIPHS_IO_MUX_SLEEP_PULLDWN BIT2
---
> #define PERIPHS_IO_MUX_SLEEP_PULLUP2 BIT2
246,247c246
< #define PIN_PULLDWN_DIS(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME, PERIPHS_IO_MUX_PULLDWN)
< #define PIN_PULLDWN_EN(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME, PERIPHS_IO_MUX_PULLDWN)
---
>
Statistics: Posted by tve — Sat May 23, 2015 11:53 pm
Code:
diff -r esp_iot_sdk_v1.0.1/include/osapi.h esp_iot_sdk_v1.1.0/include/osapi.h
39,41d31
< #define os_timer_done ets_timer_done
< #define os_timer_handler_isr ets_timer_handler_isr
< #define os_timer_init ets_timer_init
45d34
< #define os_update_cpu_frequency ets_update_cpu_frequency
Statistics: Posted by tve — Sat May 23, 2015 11:37 pm