Paulo Cabral
Paulo Cabral
Unable to flash the following files: unstable/cheali-charger-Turnigy-Accucel-6-50W-6A_2.01-e10.3.12-20170311_atmega32.bin unstable/cheali-charger-Turnigy-Accucel-6-50W-6A_2.01-e10.3.12-20170311_atmega32.hex cheali-charger-Turnigy-Accucel-6-50W-6A_2.00-e10.3.12-20161016_atmega32.hex Successfully flashed: cheali-charger-Turnigy-Accucel-6-50W-6A_2.00-e10.3.12-20161016_atmega32.bin I did notice the file size did vary... for example: 32K = cheali-charger-Turnigy-Accucel-6-50W-6A_2.00-e10.3.12-20161016_atmega32.bin (This one was successful) 209K...
Allows for Bluetooth dongles to be configured for a specific baud rate without having to reconfigure the BT dongle per protocol.
I would like to propose that we restructure _Config.h in order to better support custom configurations. The following layout Is what I am proposing: _Config.h 1st half of the file...
Trying to build this driver for my AC1200M which uses this chipset for the Mister FPGA platform. The following commands produce this failure: ``` make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- clean #make -C...
Testing a busybox image and we had noticed an issue where the /etc/shadow file is not being updated. However, dropbear should not be referencing /etc/shadow if the 2nd field is...
gnu compiler reported warning and this resolved the issue were atom write would fail write checks. Able to repair mp4 on 32 arm processor.
Code base is now running on ESP32-S3-wroom-1 platform.
Allows for logging framework (printf) to be overridden by alternative frameworks such as Arduino Serial logging or our own implementations. For example: 
Allows for embeddedRTPS sources to be built within a PlatformIO project.
Fixed warning: lib/embeddedRTPS/include/rtps/entities/StatefulReader.tpp: In member function 'bool rtps::StatefulReaderT::onNewGapMessage(const rtps::SubmessageGap&, const rtps::GuidPrefix_t&) [with NetworkDriver = rtps::UdpDriver]': lib/embeddedRTPS/include/rtps/entities/StatefulReader.tpp:115:8: warning: control reaches end of non-void function [-Wreturn-type]