no-OS
no-OS copied to clipboard
Software drivers in C for systems without an operating system
- revert commit 6a503d47eb05b2c0159a907e69cb2917ec8bbba0. - Use GPIO_MODE_INPUT instead of MODE_INPUT and GPIO_MODE_OUTPUT_PP instead of MODE_OUTPUT. - Replace the usage of GPIO_MODE mask with the usage of IS_GPIO_MODE to check wether...
The IRQ platform drivers for MAX32670 are same as that of MAX32660. The source files are copied from MAX32660 folder and below changes made: 1. Renamed 'max32660.h' include header with...
使用的开发集成环境为VIVADO VITIS 2021,逻辑端使用的是VIVADO 2021板的,底板使用的是ZC706,加载到AD9371开发板中,进行SPI操作时,片选信号CS0,CS1都会置地,导致读数不正常,请问可能是什么原因呢
Update Wifi for the new interrupts and update iio_add1080 project for wifi purposes.
This was made using scripting and I'm not sure I have checked all lines manually yet. I avoided adv7511 for now since it doesn't use types from stdint.h. I create...
Hi, IIO-Oscilloscope doesn't fill in values on start. I have rewritten the iio_read_all_attr() and iio_write_all_attr() functions. With these in place the values are populated correctly. My libiio/iio-scope version doesn't send...
I have problems getting the no-OS code running on AD9364. It seems there's an issue with the axi_dac_init() code which gave me CPU exceptions (division by 0). Only tested on...
Hi, I have introduced iio_snprintf which should detect when buffer is too small and return error. What do you think about it? > Quote from 'man snprintf': > > The...
This is apparently not documented in any public document. Please see https://github.com/analogdevicesinc/ad936x-filter-wizard/issues/43. This adds check to make sure the Rx and Tx number of FIR taps matches. Signed-off-by: Alexander Vickberg
Several no-os projects are using an explicit DDR memory region for storing samples. This will most likely lead to the program overwriting itself and therefore crashing since it is not...