Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/ESP8266_RTOS_SDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gitdreambox/ESP8266_RTOS_SDK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 34 files changed
  • 1 contributor

Commits on Dec 13, 2016

  1. add esptool.exe python3 pyinstaller https://github.com/espressif/espt…

    …ool.git  branch python2_and_3
    
    add source insight project file
    gitdreambox committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    b7a6b2d View commit details
    Browse the repository at this point in the history
  2. modify esptool.bat

    gitdreambox committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    f02dfe5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    4554bc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0fcca0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. 在Windows 环境下使用cygwin编译

    添加到环境变量
    D:\cygwin\cygwin\bin
    D:\cygwin\cygwin\opt\xtensa-lx106-elf\bin
    
    添加esptool.bat 工具,一键 编译 下载 串口Log显示
    serialView.exe 使用python2 pyinstaller 打包
    pyinstaller -F serialView.py
    gitdreambox committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    8f69773 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. update ESP8266_RTOS_SDK.PR

    add driver file
    gitdreambox committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    f4ffb94 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. gen_misc.bat 改为相对路径

    修复 每次移动SDK目录需要修改gen_misc.bat的问题
    修复 必需删除Windows本机python,才能正确生成bin文件
    gitdreambox committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    becc0bf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. 修复Windows 与 Linux 路径中 / \ 的问题

    user_main.c:25:24: fatal error: esp_common.h: No such file or directory
    #include "esp_common.h"                       ^
    compilation terminated.
    gitdreambox committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    9f61e11 View commit details
    Browse the repository at this point in the history
Loading