nodemcu-firmware/app/platform
Johny Mattsson 30d354c290 Rework ADC mode setting approach (#1285)
- Stop fighting against the SDK in terms of owning/writing the init_data block.
  NodeMCU included a default init_data block because originally the SDK did
  not, but by now it's not needed.

- Expose a way to reconfigure the ADC mode from Lua land. With most people
  using the cloud builder and not able to change the #define for byte 107
  this has been a pain point.

- Less confusion about which init_data has been used. Lua code can now simply
  state what mode it wants the ADC to be in, and not worry about the rest of
  the init_data complexities such as the init_data changing location due to
  flashing with wrong flash_size setting, or doing/not doing a chip-erase
  before loading new NodeMCU firmware.
2016-05-18 21:45:15 +02:00
..
Makefile Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
common.c Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
common.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
cpu_esp8266.h Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
flash_api.c Rework ADC mode setting approach (#1285) 2016-05-18 21:45:15 +02:00
flash_api.h Rework ADC mode setting approach (#1285) 2016-05-18 21:45:15 +02:00
flash_fs.c Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
flash_fs.h Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
hw_timer.c Hardware timer support and convert the PWM module to use it 2016-02-17 21:07:33 -05:00
hw_timer.h Hardware timer support and convert the PWM module to use it 2016-02-17 21:07:33 -05:00
pin_map.c Add call to get_pin_map() in pwms_init() 2016-03-01 09:18:36 -05:00
pin_map.h Made level triggers work better than before 2016-02-25 08:38:25 -05:00
platform.c Add support for GPIO open-drain output mode. 2016-03-17 00:21:28 +01:00
platform.h Add support for GPIO open-drain output mode. 2016-03-17 00:21:28 +01:00