Paolo Patruno

Results 87 comments of Paolo Patruno

in Linux I get: ``` nov 12 15:01:48 linux.fritz.box kernel: usb 1-1.1.1: new full-speed USB device number 124 using xhci_hcd nov 12 15:01:48 linux.fritz.box kernel: usb 1-1.1.1: device descriptor read/64,...

those are the most important warning I get on the last git version with gcc 4.8 : ``` arduino_uip/UIPEthernet.cpp In file included from lib/arduino_uip/UIPEthernet.cpp:21:0: lib/arduino_uip/UIPEthernet.h: In constructor 'UIPEthernetClass::UIPEthernetClass()': lib/arduino_uip/UIPEthernet.h:93:11: warning:...

I have the same problem and the cause was an `import imagekit` in `settings.py`. I have some optional apps and I add an application if a specific import do not...

in st32duino version >= 2 variant definitions was changed : https://github.com/stm32duino/Arduino_Core_STM32/releases/tag/2.0.0 https://github.com/stm32duino/wiki/wiki/Add-a-new-variant-%28board%29 you can find new example here: https://github.com/r-map/rmap/blob/master/platformio/test/microduinostm32_F103CB_i2cscanner/platformio.ini The problem not covered by board_build.variants_dir option is that is not...

ok for deprecated Atom, not so ok for VSCode (license), but it do not work for console too pio debug --interface=gdb as show on my previous post

``` pio upgrade --dev Please wait while upgrading PlatformIO ... PlatformIO has been successfully upgraded to 5.2.0a1 Release notes: https://docs.platformio.org/en/latest/history.html [pat1@localhost test_sdcard]$ pio debug --interface=gdb Please wait while upgrading PlatformIO......

Same problem with vscode. The problem seems due to a missed arm-none-eabi-gdb system installed. ln -s /home/pat1/.platformio/packages/[email protected]/bin/arm-none-eabi-gdb /usr/bin/arm-none-eabi-gdb solve the problem for command line and Atom too. So I think...

any news ? As python4android require api >= 26 camera do not work any more.

> i don't think p4a requires api >= 26, buildozer stills default to 21 which i think is the actual minimum https://github.com/kivy/buildozer/blob/master/buildozer/default.spec#L94 @tshirtman I am not shure but here https://python-for-android.readthedocs.io/en/latest/quickstart/#installing-android-sdk...