1. 21 Feb, 2016 4 commits
  2. 20 Feb, 2016 3 commits
  3. 19 Feb, 2016 1 commit
  4. 18 Feb, 2016 5 commits
  5. 17 Feb, 2016 3 commits
    • Terry Ellison's avatar
      Merge pull request #902 from Alkorin/ws2812-buffer-1.5 · 16953690
      Terry Ellison authored
      ws2812 strip data buffer
      16953690
    • Terry Ellison's avatar
      Merge pull request #1050 from jfollas/file-exists · 4501f655
      Terry Ellison authored
      Added file.exists() method 
      4501f655
    • TerryE's avatar
      Add New Tasking I/F and rework GPIO, UART, etc to support it · 49733f6f
      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.
      49733f6f
  6. 15 Feb, 2016 3 commits
  7. 14 Feb, 2016 3 commits
  8. 13 Feb, 2016 2 commits
  9. 10 Feb, 2016 5 commits
  10. 09 Feb, 2016 3 commits
  11. 08 Feb, 2016 1 commit
  12. 07 Feb, 2016 3 commits
  13. 06 Feb, 2016 4 commits