271 Commits (c21ba6c5007530f22db704924e79e9bb1ea79130)

Author SHA1 Message Date
patacongo 049c934465 drivers/serial.c: Fix some race conditions. Some bad things code happen if we lost a USB connection at certain times. 12 years ago
patacongo c058d84795 Last minute 6.25 change 12 years ago
patacongo a6d4497461 Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25 12 years ago
patacongo 966e801032 Misc clean; mark assertions as non-returning; allow toolchain prefix to be overriden from make command line 12 years ago
patacongo 28a0241ccd Missing calls to class SUSPEND/RESUME methods in all USB drivers 12 years ago
patacongo 9de6f4d501 Fix readline return value; Add support for removable serial devices 12 years ago
patacongo 2946cb47a8 USB monitor daemon updates 12 years ago
patacongo 79ccfa4ae6 Add syslog.h; rename lib_rawprintf() to syslog() 12 years ago
patacongo 02b171cb25 Updates for stm32f4discovery/usbnsh configuration 12 years ago
patacongo b4db7635d8 Add configs/stm32f4discovery/usbnsh 12 years ago
patacongo f914a90556 apps/examples/nettest and poll: Complete Kconfig files 12 years ago
patacongo e504d643fc Beginning of support for LCD1602 12 years ago
patacongo 41b7f883e5 LM3S OpenOCD configuration from Jose Pablo Carballo 12 years ago
patacongo 3ff155d048 Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use kconfig-frontends 12 years ago
patacongo f55cabeb59 Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli) 12 years ago
px4dev f127495caa Manually fixup merge botches via direct comparison with NuttX r5447. 12 years ago
patacongo 322e9d18c7 Completes implementation of posix_spawn. Still untested and undocumented 12 years ago
px4dev 91ca80e634 Fix the handling of FIONREAD/FIONWRITE; thanks Tridge. 12 years ago
Andrew Tridgell 73b787a8dd serial: fixed up FIONREAD and FIONWRITE 12 years ago
px4dev 3916230d8f Add FIONWRITE to allow applications to sniff the amount of writable space on a descriptor. Implement this for serial devices only. 12 years ago
px4dev e787fa5bce Add FIONWRITE to allow applications to sniff the amount of writable space on a descriptor. Implement this for serial devices only. 12 years ago
patacongo d0d3328d9c Misc fixes for LM3S kconfig-frontends build 12 years ago
px4dev eaf1d8063c Build system updates to match the NuttX merge. 12 years ago
patacongo 29da58a677 Updates from Darcy Gong for UG-2864SWEG01 OLED 12 years ago
patacongo e88ff3cdfa Fix the nxlines configuration for the zp214xpa board 12 years ago
patacongo e0be95b9a0 Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with the LPC2148; Add configurations sim/nxlines. convert mcu123-lpc214x/nsh to use the kconfig-frontends. 12 years ago
Lorenz Meier 9e2076b4e4 Cleared last differences, ready for testing 12 years ago
Lorenz Meier 8b8330a015 Reverted nuttx merge, back to master 12 years ago
patacongo 954529e8c5 Add support for key release events 12 years ago
patacongo 88bccb641e Verified USB HID KBD driver encoding of special characters; apps/examples/hidkbd now decodes encoded keyboar characters. 12 years ago
patacongo 8ed19bb07d Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are reawakened in the USB HID keyboard driver 12 years ago
patacongo 373e145e54 Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766stk HID keyboard configuration to use the kconfig-frontends tool 12 years ago
patacongo 7c73fe57c6 Fixes for l3s, USB composite, nfsmount, apps context build problems 12 years ago
patacongo c67fdb87f7 Patches from Petteri Aimonen (plus a few other things) 12 years ago
patacongo 200ce6d7ff configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native 12 years ago
patacongo 93683ae1b5 configs/xtrs/ostest converted to kconfig-frontend and Windows native 12 years ago
patacongo 756aa6b909 Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin 12 years ago
Simon Wilks 097aeddcad Push single wire operations into stm32_serial.c and added a test to verify HoTT telemetry setup. 12 years ago
patacongo 3f5c105156 Another random number generator update 12 years ago
patacongo f63b1d9296 ZNEO now (almost) builds in Windows native environment 12 years ago
patacongo 83b590b946 ZNEO configurations updated to use ZDS-II version 5.0.1 12 years ago
patacongo 7a88e307e8 A few native window build updates 12 years ago
px4dev 1f2ad5029a Improved termios support for the STM32 UART driver. Also add a little more termios processing to the generic serial layer. Implement FIONREAD. 12 years ago
patacongo 1cb21ddcd1 A few more Windows native build fixes for eZ80 12 years ago
patacongo f552862bb5 Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 12 years ago
patacongo d4dca58d93 Most of the changes needed to support Windows native clean; distclean is has a problem 12 years ago
patacongo 2581506dfb Move some (hopefully) un-necessary quotes in Makefiles for Mike 12 years ago
patacongo bcdd7936ce Centralized the definition of the INCDIR script in tools/Config.mk 12 years ago
patacongo 63e8e1bed3 Correct some issues with last check-in; ez80 still does not build 12 years ago
patacongo a42dcee79d Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows build 12 years ago