Christoph Honal

Results 96 comments of Christoph Honal

Excellent writeup, thank you for your contribution!

Well there is no technical reason why we could not port a newer version to the P8. However, upstream has deviated quite a bit in the meantime, so rebasing my...

I managed to build a toolchain based on gfortran, dragonegg and emscripten. Then I compiled libgfortran to webassembly in order to provide a runtime. This enabled me to actually compile...

As of the [release notes of LLVM 11.0](https://releases.llvm.org/11.0.0/tools/flang/docs/ReleaseNotes.html), The flang frontend is at this point in time only able to parse and unparse Fortran code into a canonical form. Actual...

I am confident LLVM will eventually properly support Fortran. I tried to integrate my solution into emscripten, but was not able to make much progress due to time limitations and...

Yes, the step counter is not implemented. On the cheaper acceleration sensors of the P8 watches, a lot of manual data processing is needed to analyze the raw signal. See...