479 Commits (d7632b179426bc3544c4bc1a7c024555f3eaafd7)

Author SHA1 Message Date
px4dev adad44a3a9 Avoid a possible issue where an interrupt can intervene at a critical point, possibly leading to excess bytes being transferred on the bus. 13 years ago
px4dev 04b5856764 Avoid a race where up_putc can leave the driver in an inconsistent state (though how is not clear). This manifests as the system hanging after printing "nsh_romfsetc: " 13 years ago
patacongo 2aa4af7139 Remove executable property from source and make files 13 years ago
patacongo 84cfa6fceb Email address change in nuttx/ 13 years ago
patacongo f6ca2227e3 USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation.. 13 years ago
patacongo c7a2544230 The M3 Wildfire port is code complete and ready for test 13 years ago
patacongo a183193473 More progress on the Wildfire STM32 port 13 years ago
patacongo f57a93eaf6 Reconfigured Shenzhou to use JTAG. Misc Kconfig changes 13 years ago
patacongo b68a4b621c Remove some old logic in the arm, x86, hc, and sh linker scripts that was kicked off when CONFIG_BOOT_RUNFROMFLASH=y. 13 years ago
patacongo ab8c622bed Changes to get a clean compile with the Kconfig Shenzhou board. Still some link issues 13 years ago
patacongo 58686d844f Shenzhou board is first to use ONLY Kconfig for configuration 13 years ago
patacongo 8269f5320b Kconfig: Standardize board LED and button configurations 13 years ago
patacongo e41adbb552 More info for the Shenzhou board configuration 13 years ago
patacongo 704679d7b1 Removed delay after receiving in recvfrom(). This was killing network performance 13 years ago
patacongo b53b1fa813 If serial DMA enabled, re-initialize serial console 13 years ago
px4dev e7b29c3eac Fix receive DMA for the console device. Now maybe MAVLink will work better. 13 years ago
patacongo e74b6c382c Repairs needed after Kconfig changes for LPC31 13 years ago
patacongo 941daa511e Add LPC31 Kconfig 13 years ago
patacongo dcd68236b1 Update LPC43 Kconfig 13 years ago
patacongo 8925923a5d configure.sh: Don't append the apps directory path setting if the correct setting is already in defined in the defconfig file. 13 years ago
patacongo 97da506c0c STM32 Kconfig looks good. STM32 external ram configuration changed. 13 years ago
patacongo 2cdd7e7425 LPC17xx Kconfig looks good 13 years ago
patacongo fa252aa84d Update LPC17 Kconfig 13 years ago
patacongo ae148ef09e Add configuration for the LM3S 13 years ago
patacongo 77c753b32a Add Kconfig settings for the LPC17xx 13 years ago
patacongo 8870a08597 Refactor serial configuratin; AVR teensy Kconfig now builds 13 years ago
patacongo 43d533da11 Kconfig changes + back out part of last check-in: The 2STOP setting must be integer 0/1, not boolean 13 years ago
patacongo a32f081a29 Changes to Kconfig and matching defconfig files 13 years ago
patacongo 64e2a8f85c Back out the last STM32 SDIO DMA change. It is incorrect 13 years ago
patacongo c50e166068 Oops... bits in region mask are inverted 13 years ago
patacongo 86beee54a7 STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAM 13 years ago
patacongo d593a95d5a Add support for multiple work queues 13 years ago
patacongo 24a61a9c47 Add USB host support to the STM32F4Discovery board 13 years ago
patacongo 6389a944b5 I think the STM32 UST OTG FS host driver is finally finished 13 years ago
patacongo 9527119f73 Slightly improved delay logic for the USB host 13 years ago
patacongo 4794a491c1 This appears to fix the NAK-issues for IN data transfers. Still an issue with OUT 13 years ago
patacongo 064743fe72 Some STM32 USB OTG FS driver fixes 13 years ago
patacongo 018beb7f1b Fix some NAK race conditions in control transfers (there are more) 13 years ago
patacongo ba1adb705f Dequote Kconfig strings that may be used as components of a path 13 years ago
patacongo ce9b97b8f5 More patches/bugfixes from Kate 13 years ago
patacongo d6b8fcdcf0 Prep for 6.21 release 13 years ago
patacongo 20c7cf9db9 Update STM32 USB OTG FS host driver -- the driver is now marginally functional 13 years ago
patacongo 1dff49d24f STM32 OTG FS host driver: Fix some bad NAK handling 13 years ago
patacongo 73220bb854 Fixes several STM32 USB OTG FS host MSC write transfers 13 years ago
px4dev a3b78163c3 Add locking to the I2C bus reset API to prevent pre-emption and conflict when resetting at the same time that another transaction attempts to use the bus. 13 years ago
px4dev 6669c7faa9 Add an interface to the STM32 I2C driver that provides a way to reset the driver and the bus. 13 years ago
patacongo f1d8a9efab STM32 USB OTG FS host driver -- updates for NAK and data toggle fixes 13 years ago
patacongo b2fb8996ac STM32 USB OTG FS host driver update (almost done) 13 years ago
patacongo 451e17f183 Several more bug fixes for STM32 OTG FS host driver 13 years ago
patacongo 42d23b06d9 Several bug fixes for STM32 OTG FS host driver 13 years ago