David Zemon
David Zemon
Your command of `cmake -G 'XCode' ../PropWare` is incorrect, you'll want to use just `..` instead of `../PropWare`. I'll be very curious to find out of the XCode generator actually...
The CMake reference page should get a list of all Make targets https://david.zemon.name/PropWare/#/reference/cmake-reference
I definitely see what you mean. Not only are those two variables missing from the Getting Started instructions, they aren't even mentioned in the [CMake Reference](http://david.zemon.name/PropWare/#/reference/cmake-reference) page. I'll get this...
be2801a6a2b5e9663c49545c4d93a9ddc76cfbe2 added support for reading the log table in ROM. Antilog still to come
Dependent on #19
See also #92 for a similar approach.
Looks like support for reading long filenames would be a good choice, but it may not be worth the trouble to support creating long filenames? http://forums.parallax.com/showthread.php/159721-uSD-read-full-file-names?p=1310895&viewfull=1#post1310895
Can't close this yet. Still need to split up SPI, and maybe I2C
A few more details can be found in [this thread](http://forums.parallax.com/discussion/162851/object-request-c-vga-support-compensation-negotiable). That does look like a decent start, but I would want those two drivers to be swapped for modifiable code,...