Darius Berghe

Results 17 issues of Darius Berghe

I'm not very used to docker and this kind of stuff, but it seems to me `apparmor` is a dependency that could come through docker ? I had to manually...

bug
dependencies
docker

Recent development in no-OS broke the iio_demo over WiFi project for aducm3029 and some changes were required. This is a continuation of work done by @adrimbarean in #1421 (first 2...

I have this brand new DS4 controller, I paired it with my PC running Linux. Now, moving the left stick moves the mouse by default and square - left clicks,...

$ uname -r 4.9.13-1-MANJARO $ cat /etc/udev/rules.d/50-ds4drv.rules KERNEL=="uinput", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c4", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", KERNELS=="0005:054C:05C4.*", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="09cc", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", KERNELS=="0005:054C:09CC.*", MODE="0666" # By plugging...

Hi, At ADI's no-OS, we use `msdk` to run no-OS projects on several Maxim microcontrollers. We try to support all of them through `msdk` but unfortunately the API (exposed functions...

enhancement
API Change

## Pull Request Description Add posibility to use USB CDC ACM instead of a normal UART for stm32 projects. ## PR Type - [x] Bug fix (change that fixes an...

There is an issue with UART being needlessly reinitialized by calling remove() and init() API's only to change the baudrate. This kind of problem could be solved by adding a...

feature

Context: https://ez.analog.com/microcontroller-no-os-drivers/f/q-a/587353/usage-uart-rx-interrupts-xilinx-platform xilinx_uart lacks the asynchronous_rx feature, we should implement it and get rid of these #ifdefs: https://github.com/analogdevicesinc/no-OS/blob/70d148cd856644520db0109b81af0549886ff0c2/iio/iio_app/iio_app.c#L242-L245

feature

## PR Description Add adis16486, adis16487 and adis16489 devices to the existing adis1648x iio subsystem driver and update the documentation. This is somewhat work in progress as I'm waiting for...

I'm going to stick to the opinion that serial backend should be enabled by default, originally expressed in #684 https://ez.analog.com/linux-software-drivers/f/q-a/590608/iio_info-fail-detect-ad-pqmon-sl/552301 https://ez.analog.com/sw-interface-tools/f/q-a/571152/no-serial-context-available-for-iio-oscilloscope-on-linux/497805 https://ez.analog.com/linux-software-drivers/f/q-a/565555/iio-oscillocope-build-ubuntu-18-04-6-lts/481391 https://ez.analog.com/microcontroller-no-os-drivers/f/q-a/540802/re-ad9371-zc706-no-os-application-generation/412093 https://ez.analog.com/linux-software-drivers/f/q-a/549449/libiio-questions/432018 https://ez.analog.com/microcontroller-no-os-drivers/f/q-a/571627/usrp-e312-ad9361---iio-oscilloscope-doesn-t-work/499466 https://ez.analog.com/linux-software-drivers/f/q-a/583047/libiio-connection/529193 https://ez.analog.com/microcontroller-no-os-drivers/f/q-a/570970/using-iio-oscilloscope-with-no-os-in-zcu102-fmcomms2/497764 https://ez.analog.com/linux-software-drivers/f/q-a/101597/need-help-linux-pc-connect-to-ad9361-and-meet-libiio-usb-backend-issue/302075 These are...