Paul Fertser

Results 9 issues of Paul Fertser

Support for more devices can be provided easily by making imageflasher.py not depend on anything related to UI and writing simple instructions to do something like https://github.com/mashed-potatoes/PotatoNV/issues/109#issuecomment-1022324090 manually.

Using arm-none-eabi toolchain from Debian repository some examples (the first being _fatfs_iterate_) fail to link due to missing `_write`, `_read`, `_close` and `_lseek` implementations. This is not manifesting with ARM's...

I assume many libopencm3 users are taking rules.mk from these examples. BTW, is there any reason to not enable LTO by default for libopencm3 itself? An LTO-enabled library can be...

This is a port of Martin Thomas's DS18x20 library and demo application from http://siwawi.bauing.uni-kl.de/avr_projects/tempsensor/index.html Signed-off-by: Paul Fertser [email protected]

enhancement

Hello goebish, First of all, thank you for making this project free software! Let me explain my motivation behind this proposal. I would really like to be able to build...

Hello, Certain part of android userbase is not able to use google push notifications for different reasons (not knowing much about the field I'm listing just the most obvious ones):...

Please feel free to consider this a bug report and fix it yourself if you feel like. I'm just trying to keep OpenWrt downstream patches to the minimum, so sending...

waiting-on-reviewer

omprog: add example script to run an app for each message This adds a simple POSIX shell script that can be used to execute an program for every log message...

As discussed at https://gerrit.openbmc.org/c/openbmc/webui-vue/+/70758/2#message-57c7126ba7a8b3051042cee18201d6c830de717d sometimes webui-vue would really benefit from talking to people intimately familiar with Redfish. Without their feedback wrong solutions get incorporated in the codebase and lead to...

documentation