Majenko Technologies
Majenko Technologies
Complete build log: ``` matt@hp:~/libdmg-hfsplus$ mkdir build matt@hp:~/libdmg-hfsplus$ cd build matt@hp:~/libdmg-hfsplus/build$ cmake .. -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 --...
I accidentally changed my VID by omitting the 0x in the config file. As a result it became impossible to use the FTDI chip. This patch adds to the already...
Do you have plans to create an emudev for the 16550 (or 16450, or even 8250) UART? This would massively enhance the PCEmulator and allow it to actually communicate with...
Using the Alt-SysRQ / Mount Disk option doesn't appear to mount the disk (or doesn't inform the system the disk has changed). As soon as you mount a disk all...
Having the global package name "LGT8fx Boards" in the packages .json file makes it awkward to use arduino-cli. All boards, and the core itself, get an awkward name that has...
Some colouring options, such as Mark All Occurrences, only allow you to colour the background of the text, and not set the foreground colour. This really restricts the range of...
Fix for issue #35 This removes code from the header file and places it into a .cpp file. Essentially removing the impl inclusion from the header and renaming it to...
Code goes in .cpp files, not .h files. This library cannot be used across multiple translation units. It needs refactoring into a .h and .cpp pair rather than a monolithic...
Add support for Atmel ATSAMD based boards. This includes: * Arduno's Zero and similar boards * MKR1000 board series * Adafruit's Feather M0 boards * And more.
See the BLE_client in ESP32 example.