Thomas

Results 69 comments of Thomas

You don't need authentication, since the underlying HTTP(S) transport protocol already does that for you. I use it to write, or update, files in a Subversion repository (mod_dav_svn implements but...

Hi Richard, Thanks for sharing this. Of course the basic initialization should observe the limits in the specs. Did you observe a performance impact after changing the ADC prescaler settings,...

I did some research: * [AN2659 STM8 in-application programming (IAP)](http://www.st.com/content/ccc/resource/technical/document/application_note/0d/59/82/a6/87/d5/4f/3b/CD00176595.pdf/files/CD00176595.pdf/jcr:content/translations/en.CD00176595.pdf) delegates information about flash programming to the STM8 Standard Peripheral Library * STM8FLASH uses block programming for Flash * [STSW-STM8012...

none of these: `CC := /usr/bin/sdcc`

That's certainly a way to do it :-) The wiki in this repository explains the details: https://github.com/mister-grumbler/w1209-firmware/wiki/FAQ The how-to here might also help: https://github.com/TG9541/stm8ef/wiki/STM8S-Programming

Trace: https://github.com/Edzelf/escom/issues/1

This appears to be working. @edzelf made `stm8ef` the default target. In a test with the [STM8S001J3](https://github.com/TG9541/stm8s001ch330) I copied escom.exe to the STM8 eForth folder and used the following command...

According to [this source](https://stackoverflow.com/questions/1976007/what-characters-are-forbidden-in-windows-and-linux-directory-names) the following characters would need to be escaped: ``` " - double quote * - asterisk . - (trailing) dot / - slash : - colon...

I'm testing a variant where the chars above (maybe safe ".") and "&" need to be escaped. `#ls` might benefit from transparent unescaping so that the user sees, e.g., `."`...