- 29 Feb, 2016 1 commit
-
-
philip authored
commit 2c7c3fc3985cc32866e8af496abea9971eaee90a Merge: 9179dae 41022c3b Author: philip <philip@gladstonefamily.net> Date: Sun Feb 28 14:47:47 2016 -0500 Merge remote-tracking branch 'upstream/dev' into rotary_2 commit 9179dae0824e6b35ad09e5113aacc26dc91692c0 Author: philip <philip@gladstonefamily.net> Date: Fri Feb 26 20:53:27 2016 -0500 Review comments commit 67741170e20ccb2b636e701f0664feff2aafbb4c Author: philip <philip@gladstonefamily.net> Date: Fri Feb 26 20:59:49 2016 -0500 Squashed commit of the following: commit 8c9a64731c4a8b9aedda18a399b433b173d2199f Merge: 085935f 19d3c1d5 Author: philip <philip@gladstonefamily.net> Date: Fri Feb 26 20:58:10 2016 -0500 Merge remote-tracking branch 'upstream/dev' into rotarymod Conflicts: app/platform/platform.c commit 085935fc56986d607ff5e05d1663970331959c34 Author: philip <philip@gladstonefamily.net> Date: Fri Feb 26 20:53:27 2016 -0500 Review comment commit 7732fd2d1044f28b8fcf5b0aa0f76d76fe80f449 Author: philip <philip@gladstonefamily.net> Date: Sat Feb 20 12:10:38 2016 -0500 Module to handle rotary decoders Eliminate ROTARY_DEBUG Remove unused file Eliminate a malloc call Cleaned up the register code. Now 0x114 bytes Fix bug with clearing bits in one case Fix the type in the #define name
-
- 25 Feb, 2016 1 commit
-
-
philip authored
Move the level trigger to be after the callback
-
- 18 Feb, 2016 2 commits
- 17 Feb, 2016 1 commit
-
-
TerryE authored
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.
-
- 15 Feb, 2016 1 commit
-
-
devsaurus authored
-
- 09 Feb, 2016 1 commit
-
-
devsaurus authored
-
- 22 Jan, 2016 1 commit
-
-
devsaurus authored
-
- 20 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plus boat-load of fixes to actually make that build.
-
- 21 Dec, 2015 1 commit
-
-
devsaurus authored
-
- 12 Dec, 2015 2 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
There was only one genuine use of this macro, all other places were using it only as a necessary compensation. While this was fine as long as it was the first meg of flash which was mapped, it became incorrect and quite dangerous whenever this assumption did not hold (such as when running from the second slot in an OTA scenario). The flash API now uses actual addresses, not translated/mapped addresses, and the users of this API have been adjusted accordingly. This makes the flash API work correctly regardless of what flash mapping is in use. The old macro is still available under the new name INTERNAL_FLASH_MAPPED_ADDRESS, and this is used to detect flash writes where the source is mapped flash (and thus has to be bounced), and to adjust the _flash_used_end linker symbol when used with flassh_find_sector() by the filesystem code. The latter usage is not OTA-proof, but in an OTA scenario the filesystem needs a fixed location anyway and thus would not use this code path.
-
- 28 Nov, 2015 1 commit
-
-
btsimonh authored
if n = 0 -> std pinout. if n != 0 -> alternate pinout (gpio13 and gpio15)
-
- 27 Oct, 2015 2 commits
-
-
devsaurus authored
duplex_mode configuration enables/disables receiving with spi.send() spi.send_recv removed
-
Johny Mattsson authored
With the new SDK soft-wdt it is no longer sufficient to tickle the hardware watchdog, so all (found) instances have been changed to system_soft_wdt_feed().
-
- 25 Oct, 2015 1 commit
-
-
devsaurus authored
-
- 18 Oct, 2015 3 commits
- 12 Oct, 2015 1 commit
-
-
Johny Mattsson authored
The ESP never supported internal pulldowns, and the SDK now matches reality.
-
- 03 Oct, 2015 1 commit
-
-
devsaurus authored
-
- 04 Aug, 2015 2 commits
-
-
Johny Mattsson authored
When using the flash write API, the flash is unmapped/uncached, and as such it's not possible to source data directly from flash (e.g. string literals).
-
Bernd Meyer authored
(Occurs e.g. when SPIFFS cache is disabled.) Implementation mirrors the existing handling in the write path.
-
- 11 Feb, 2015 1 commit
-
-
HuangRui authored
-
- 03 Feb, 2015 1 commit
-
-
cle69 authored
Add Bit Rate 1200,2400,4800
-
- 18 Jan, 2015 1 commit
-
-
funshine authored
-
- 16 Jan, 2015 1 commit
-
-
iabdalkader authored
* Add SPI support (master mode only) * Issue #50
-
- 05 Jan, 2015 1 commit
-
-
HuangRui authored
-
- 22 Dec, 2014 1 commit
-
-
funshine authored
-