Skip to content

Latest commit

 

History

History
89 lines (68 loc) · 3.1 KB

revisions.md

File metadata and controls

89 lines (68 loc) · 3.1 KB

Updated (1/8/20 v2.4.2)

  • Fix readme.md ulpcc example.

Updated (8/20/19 v2.4.1)

  • Added lcc copyright file.
  • Fix grammar and spelling of README.md.
  • Fix lcc examples.

Updated (7/14/19 v2.4.0)

  • Added support for ulpcc c compiler :)
  • Cleaned up code.

Updated (2/15/19 v2.3.0)

  • Fixed flash memory allocation.
  • Add custom binary load function("ulptool_load_binary").
  • Use python to run the esp32.ld thru the c preprocessor creating an updated esp32_out.ld
  • Print ulp memory usage in stdout now.

Updated (2/8/19 v2.2.0)

  • Fixed compiling of non ulp projects.
  • Changed example file name from README.ino to ulp_README.ino.
  • All files versions numbers match the global version now.

Updated (2/5/19 v2.1.0)

  • Now compiles for archived cores. i.e esp32 cores v1.0.0 and v1.0.1
  • Changed install procedure, hopefully easier.
  • Now use platform.local.txt, no need for user to edit platform.txt anymore.
  • Cleaned up prints in Windows

Updated (1/8/19 v2.0.0)

  • Updated to use the esp32 core installed by the Arduino board manager now since its the preferred way to install now.

Updated (11/20/18 v1.8.2)
Updated platform.txt to newest version.

Updated (9/8/18 v1.8.1)

  • Fix indents.

Updated (9/8/18 v1.8.0)

  • Now uses cpreprocessor flags from platform.txt instead of being hardcoded.
  • Uses argparse now.

Updated (8/17/18 v1.7.0)

  • Update platform.txt to arduino-esp32 v1.0.0 and ulp assembly compile
  • Add comment to increase ulp memory in examples

Updated (8/16/18 v1.6.1)

  • Added new example sketch from README.md.
  • Fixed binutils-esp32ulp download path.

Updated (4/14/18 v1.6.0)

  • Fixed Windows issue of needing python called explesivly in esp32ulp_build_recipe.py.
  • Tested and works with Linux Ubuntu VR on my Mac.
  • Tested and works with Windows 7 VR on my Mac.

Updated (4/11/18 v1.5.0)

  • Fixed a few OS dependent paths, hopefully windows and linux are fully supported now.
  • Added MIT license.

Updated (4/8/18 v1.4.0)

  • Now handles multiple assembly files.
  • update examples
  • update README.md

Updated (4/5/18 v1.3.0)

  • fixed a bunch of issues with esp32ulp_build_recipe.py
  • update README.md

Updated (4/1/18 v1.2.1)

  • cleaned up readme

Updated (3/28/18 v1.2.0)

  • python - should be platform independent now, windows/linux should work, needs testing
  • python - fixed security issue with popen shell cmd
  • python - close open files correctly before exiting script
  • python - handle stderr better
  • check spelling

Updated (3/28/18 v1.1.0)

  • python - On the road to a platform independent script using os.path in esp32ulp_build_recipe.py
  • Update readme

Updated (3/27/18 v1.0.1)

  • python - Update python script, no structural changes just added comments
  • Update readme

Updated (3/26/18 v1.0.0)

  • Initial commit