nodemcu-firmware/app/include/driver
TerryE 49733f6f6d Add New Tasking I/F and rework GPIO, UART, etc to support it
As with the last commit this rolls up the follwowing, but include the various
review comments on the PR.

-   **Documentation changes**. I've added the taks FAQ as a stub new Extension
developer FAQ, and split the old FAQ into a Lua Developer FAQ and a Hardware
FAQ.

-   **Tasking I/F**.  New `app/task/Makefile`, `app/task/task.c`,
`app/include/task/task.h` and `app/Makefile` as per previous commit.  Cascade
changes to `app/driver/uart.c`, `app/include/driver/uart.h`,
`app/user/user_main.c` and `app/modules/node.c`

-   **GPIO Rework** to `app/modules/gpio.c` and `pin_map.[hc]`, `platform.[hc]`
in `app/platform`

-   **Other Optimisations** Move the `platform_*_exists()` from
`app/platform/common.c` to static inline declarations in `platform.h` as
this generates faster, smaller code. Move lgc.a routines out of iram0.
2016-02-17 17:13:17 +00:00
..
gpio16.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
i2c_master.h migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
key.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
onewire.h deep optimizing ram usage 2015-01-07 01:15:38 +08:00
pwm.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
readline.h enable -std=gnu11 for lua dir 2016-01-24 00:02:27 +01:00
spi.h Extend data type for spi miso/mosi buffer offset to 16 bit. 2016-02-09 22:05:05 +01:00
spi_register.h SPI: Implemented CPOL=1 2016-01-13 22:39:15 -05:00
uart.h Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
uart_register.h uart: fix parity and stopbit generation 2015-12-21 17:51:43 +01:00