- 23 Jun, 2015 1 commit
-
-
Johny Mattsson authored
Accessing 8bit and 16bit constants from ROM rather than RAM comes with a performance cost, as these loads go through the load/store exception vector. Any performance critical constants can be forced back into RAM as RAM_CONST_ATTR. The entry point has changed from call_user_start() to user_start_trampoline() in order for the exception handler to be installed early enough.
-
- 25 Mar, 2015 1 commit
-
-
HuangRui authored
-
- 09 Feb, 2015 1 commit
-
-
zeroday authored
-
- 06 Feb, 2015 1 commit
-
-
Lukas Schauer authored
On modern systems "python" refers to python3, and the script won't work, so I suggest changing it to python2 with this patch. This patch shouldn't break compatibility with older systems.
-
- 10 Jan, 2015 2 commits
-
-
funshine authored
-
Simon John authored
Uses the new elf2image features of esptool.py to do away with the myriad of shell scripts and binaries. Fixed permissions on esptool.py
-
- 09 Jan, 2015 1 commit
-
-
funshine authored
-