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

Several enhancements for the EspFirmwareFlasher tool #10

Merged
merged 6 commits into from Jul 4, 2018
Merged

Several enhancements for the EspFirmwareFlasher tool #10

merged 6 commits into from Jul 4, 2018

Commits on May 18, 2018

  1. New improved version that embed the esptool.zip

    - Added the LICENSE file for the espressif tool
    - Some bugfixes and improvements
    - Added license headers on top of the C# files
    - Added --backup, --backup_only, --restore options
    - Using JP Dillingham arguments class
    - Using constants for the chip and firmware names
    - Corrected the documentation
    
    Fix #326
    
    Signed-off-by: Matthias Jentsch <info@matthias-jentsch.de>
    MatthiasJentsch committed May 18, 2018
    Configuration menu
    Copy the full SHA
    e446ed3 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. The WifiWaterLevelGaugeFirmware needs also the default data and blank…

    … block bin files
    
    Signed-off-by: Matthias Jentsch <info@matthias-jentsch.de>
    MatthiasJentsch committed May 19, 2018
    Configuration menu
    Copy the full SHA
    c65a252 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. For the WifiWaterLevelGaugeFirmware are now the 1MB, 2MB and 4MB flas…

    …h sizes supported.
    
    Signed-off-by: Matthias Jentsch <info@matthias-jentsch.de>
    MatthiasJentsch committed May 20, 2018
    Configuration menu
    Copy the full SHA
    954ab1d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Several enhancements for the EspFirmwareFlasher tool

    - Updated to the latest ESPTool version 2.4.1
    - After flashing the firmware the device will now reboot via hard reset; done by the DTR serial line
    - New parameter --firmware_tag or -t added. You can now download a special firmware version e.g. 0.1.0-preview.738 for the build version 738
    - removed the chip id for the program because the ESP32 has no "chip-id". The so called chip id is a part of the mac address
    
    Signed-off-by: Matthias Jentsch <info@matthias-jentsch.de>
    MatthiasJentsch committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    e19f98c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/nanoframework/nf-tools

    Signed-off-by: Matthias Jentsch <info@matthias-jentsch.de>
    MatthiasJentsch committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    331b7a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c05d852 View commit details
    Browse the repository at this point in the history