1. 26 Feb, 2016 6 commits
  2. 25 Feb, 2016 3 commits
  3. 24 Feb, 2016 4 commits
  4. 23 Feb, 2016 2 commits
  5. 22 Feb, 2016 5 commits
  6. 21 Feb, 2016 7 commits
  7. 20 Feb, 2016 4 commits
  8. 19 Feb, 2016 1 commit
  9. 18 Feb, 2016 5 commits
  10. 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