Steven Varoumas
Steven Varoumas
I'm not quite sure what you are asking here. Can you give me an example of what you're thinking of?
As a matter of facts this has been in the back of our minds for a while (inspired by MicroPython, but I guess it is the same idea). If I...
Yeah its a work in progress for BBC Micro:bit (which is based on ARM Cortex-M0)!
Hello, Are you using a recent version of OCaml? We noticed some issues with OCaml 4.07 because of how the stdlib is now structured (with the new Stdlib module). My...
I'm afraid I cannot replicate your issue. Are you sure you ran `eval $(opam config env)` after switching your ocaml compiler ? Then, did you run `make clean && ./configure...
The elf file is the PC executable (used for simulation / debugging), you should burn the .hex file
did you pick the right model of microcontroller in the configure file ?
Hi, I also have the native behaviour that OP describes where touching the black area on the left of the esc virtual key is recognized as a tap on the...