- Jun 27, 2016
-
-
David Sidrane authored
-
Gregory Nutt authored
Upstream_nucleo 144
-
David Sidrane authored
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
libc/hex2bin: Move the portable library portion of apps/system/hex2bin to nuttx/libc/hex2bin where it can be shared with the OS internals.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Michael Spahlinger authored
are held in the microcontrollers memory and only written to the IO-Expander. This reduces bus traffic and is more error-proof than the normal read- modify-write operation. Retry Mode: If enabled and an error occurs while writing to the IO-Expander the current transmission is automatically repeated once.
-
Gregory Nutt authored
-
Gregory Nutt authored
Add support for the Olimex STM32 E407
-
Gregory Nutt authored
-
Gregory Nutt authored
usb
-
Mateusz Szafoni authored
-
Lok Tep authored
-
Mateusz Szafoni authored
-
- Jun 26, 2016
-
-
Gregory Nutt authored
-
- Jun 25, 2016
-
-
Gregory Nutt authored
Backout most of changes from 4d331ec09b2fc72636f86be628ea2f69381 and 8afe7216. Does not work as expected.
-
Gregory Nutt authored
Upstream_nucleo 144
-
- Jun 24, 2016
-
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Michael Spahlinger authored
- sam_gpioread: Now the actual line level from the pin is read back. This is extremely important for Open-Drain Pins, which can be used bidirectionally - Re-Implemented twi_reset-function and enhanced it so it can be called from inside the driver (see next point) - Glitch-Filter: Added a configuration option to enable the twi-built-in glitch filter - Added a "Single Master Mode": In EMC Testing the TWI-Bus got stuck because the TWI-Master detected a Multi-Master access (but there is no second master). With the option "Single Master" we detect these events and automatically trigger a twi_reset. We also do an automatic recovery if a slave got stuck (SDA stays low). With the above changes I²C-Bus reliability in harsh environments (eg. EMC) is greatly improved. The small change in the GPIO-Driver was necessary because otherwise you cannot read back the correct line status of Open-Drain Outputs and this is needed by the twi_reset function.
-
Alexander Vasiljev authored
-
Gregory Nutt authored
drivrs/ioexpander: Add support for a very simple GPIO drivers. It supports only pre-conrigured input and output pins and only basic input and output operations.
-
Gregory Nutt authored
-
Gregory Nutt authored
Add configuration logic to include a Kconfig file in each custom configuration. Includes adding a dummy custom board configuration directory. A consequence of this that each custom board directory will now need to contain a Kconfig file. NOTE also that the new board directory does not take effect in the configuration menues until the NEXT time you run 'make menuconfig'
-
Gregory Nutt authored
-
Gregory Nutt authored
Stm32can: Port STM32L4 work to STM32
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-