Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge v0.6 into master #21

Merged
merged 72 commits into from
Feb 20, 2021
Merged

merge v0.6 into master #21

merged 72 commits into from
Feb 20, 2021

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    aa6ada7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ca2134 View commit details
    Browse the repository at this point in the history
  3. UnixHostFS: implement UnixHostDirImpl::fileSize() using lstat(); call…

    … close() inside ~UnixHostFileImpl() to prevent double-free crash
    bxparks committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    1e52e70 View commit details
    Browse the repository at this point in the history
  4. UnixHostFS: Create rootfs directory upon UnixHostFSImpl::begin(); rea…

    …d 'UNIX_HOST_FS_ROOT' environment variable
    bxparks committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    690d13a View commit details
    Browse the repository at this point in the history
  5. UnixHostFS: Implement UnixHostFSImpl::open(); extract flag conversion…

    … into common rsflags() function
    bxparks committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    2da09ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    381a405 View commit details
    Browse the repository at this point in the history
  7. UnixHostFS: Create fileNameConcat() helper; make './fsdata' the root …

    …of UnixHostFS unless overridden by UNIX_HOST_FS_ROOT env variable
    bxparks committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    49bc2cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ecc5a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    659eba3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11c2488 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60e6beb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5efd68f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aa49a95 View commit details
    Browse the repository at this point in the history
  14. UnixHostFS: Implement UnixHostFSImpl::format() using nftw(); move beg…

    …in() code into .cpp file
    bxparks committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    7cb5216 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dad0292 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    810973d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    edf3a2e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7f32fcb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b3a5e4f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c4d3ce8 View commit details
    Browse the repository at this point in the history
  21. UnixHostFS/tests: Disable test for truncate() on actual ESP8266, cras…

    …hes; tweak expected file counts, LittleFS does not seem to have '.' and '..'
    bxparks committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    0016a0c View commit details
    Browse the repository at this point in the history
  22. Extract UnixHostFS project

    bxparks committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    0aa7ec4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5e40b5d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e6e4124 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f4259ac View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5f66295 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7022edd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b4ddf1b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e2c24d7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    236b7eb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Configuration menu
    Copy the full SHA
    d0ed3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044135d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98f46b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1c1631 View commit details
    Browse the repository at this point in the history
  5. EpoxyFS/README.md: Fix 'export' command to set EPOXY_FS_ROOT; add WAR…

    …NING about destructive effects of an incorrect EPOXY_FS_ROOT
    bxparks committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    a32ef11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    408d298 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    f3a7c5f View commit details
    Browse the repository at this point in the history
  2. EpoxyFS/EpoxyFS.cpp: Add parameter comment for 'nopenfd', maximum num…

    …ber of directories concurrently open
    bxparks committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    374cecf View commit details
    Browse the repository at this point in the history
  3. EpoxyFS: EpoxyFSImpl.open() returns a File whose bool() evaluates to …

    …false if file does not exist
    bxparks committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    5c41848 View commit details
    Browse the repository at this point in the history
  4. EpoxyFS: Change default root directory from 'fsdata' to 'epoxyfsdata'…

    …, more self-descriptive
    bxparks committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    3c4eac9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. EpoxyFS: Move sflags() from FS.cpp to new FSImpl.cpp, and expose it f…

    …or unit testing against rsflags()
    bxparks committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    b0eb0da View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Add support for LITTLEFS in ESP32; update README.md code fragment for…

    … defining FILE_SYSTEM macro across different platforms
    bxparks committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    7d90c28 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    de0d769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49dd077 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    f38000a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    9e9b75b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Added IPAddress

    ramboerik committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    61b1751 View commit details
    Browse the repository at this point in the history
  2. Added WCharacter.h

    ramboerik committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    8728622 View commit details
    Browse the repository at this point in the history
  3. Added delayMicroseconds

    ramboerik committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    38b8004 View commit details
    Browse the repository at this point in the history
  4. Added include of math.h in Arduino.h to make sqrt available when only…

    … including Arduino.h
    
    Same behavior as arduino
    ramboerik committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    0265388 View commit details
    Browse the repository at this point in the history
  5. Added empty SPI class

    ramboerik committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    dbde1a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33eef16 View commit details
    Browse the repository at this point in the history
  7. Added copyright text

    ramboerik committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    e700968 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Merge pull request #18 from ramboerik/develop

    Added IPAddress.h SPI.h , WCharacter.h, sqrt and delayMicroseconds
    bxparks authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    08dfd5b View commit details
    Browse the repository at this point in the history
  2. SPI.{h,cpp}: Fix compiler warning by adding a 'return 0' to stub impl…

    …ementation of transfer() (see #18)
    bxparks committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    2f35adb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    779e8b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    511366c View commit details
    Browse the repository at this point in the history
  5. README.md: Add provenance info of various header and source files; mo…

    …stly from arduino:avr 1.8.2 and 1.8.3
    bxparks committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    3802be8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bea530 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #19 from ramboerik/develop

    SPI: Fixed linking error caused by some missing function bodies
    bxparks authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    196ef9a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    c0e244d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fb43bd View commit details
    Browse the repository at this point in the history
  3. github/workflows: Add verification of examples and tests from EpoxyPr…

    …omEsp and EpoxyPromEsp
    bxparks committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    a29bcfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dde0023 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e745b1 View commit details
    Browse the repository at this point in the history
  6. libraries/EpoxyProm*/README.md: Reorg to make Makefile changes more c…

    …lear; add references to EEPROM.h files in various Cores
    bxparks committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    fc91d85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fa0917 View commit details
    Browse the repository at this point in the history
  8. README.md: Remove comment about EEPROM.h being a stub; EpoxyPromAvr a…

    …nd EpoxyPromEsp provide actual implementations
    bxparks committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    e0dfbde View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. libraries/EpoxyProm{Avr,Esp}: Add EPOXY_DUINO_EPOXY_PROM_AVR; make in…

    …clude guard macro consistent
    bxparks committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    b6755b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. libraries/EpoxyProm{Avr,Esp}/README.md: Update documentation to make …

    …difference between AVR and ESP more clear
    bxparks committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    f000934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ee34a View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.6

    bxparks committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    04add48 View commit details
    Browse the repository at this point in the history