riban-bw

Results 69 issues of riban-bw

Make fails on cygwin (32-bit - may be same with 64-bit) with errors about undefined reference to libintl... See this post for details of problem and fix: https://sourceware.org/ml/crossgcc/2012-05/msg00012.html.

It may be advantageous to monitor the size of the library to track how it grows (or shrinks) based on commits. This may help to avoid bloat and identify areas...

If you configure an GPIO with mode INPUT_PULLUP then attach an interrupt to the pin, the pull-up does not seem to work. **Example** Connect a push-to-make button between GPIO pin...

It would be advantageous to track progress of issues, knowing whether the issue has been triaged, assigned for resolution, resolved, etc. GitHub only really offers labels for this purpose. In...

If you try to assign multiple interrupts, using different interrupt modes, to the same pin, only the last attached will work and all others are ignored. Example: ``` attachInterrupt(PIN_4, posEdgeInt,...

I accidentally left MIDI recorder running and it created a large file (1200 minutes). The application hosting this (Zynthian) hands for several seconds whilst it parses the file (for its...

Sming framework provides debugging via GDB but it seems that gdb 7.10 fails with ESP8266 and xtensa and Sming. Can esp-open-sdk allow for the selection of which version of each...

I can not see a way to implement a NTP client. NTP client is not a documented feature and the UDP implementation only supports string handling. The NTP message consists...

I can not see a way to implement a NTP client. NTP client is not a documented feature and the UDP implementation only supports string handling. The NTP message consists...

I can not see a way to implement a NTP client. NTP client is not a documented feature and the UDP implementation only supports string handling. The NTP message consists...