682 Commits (ed9fbbce5946d22ded1519ddec1b5ff6a8f2e511)

Author SHA1 Message Date
Lorenz Meier 4673a79e6c USB fixes from Petteri Aimonen, cherry-picked. 12 years ago
Lorenz Meier 4216982d54 Made timeouts configurable, untested 12 years ago
px4dev 0c7c32ce95 Merge whitespace and comments so that we are closer to in sync with trunk. 12 years ago
px4dev 7791704ef2 Back out the ADC DMA support. We aren't using or maintaining it, and it doesn't work "right" either. 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 94360f3474 With the last fixes to the STM32 OTG FS driver, the old poll hack no longer seems necessary 12 years ago
patacongo b433eca18d The STM32 F2/4 OTG FS device driver seems to be functional 12 years ago
patacongo 4a3b0823cb LM4F update from JP 12 years ago
patacongo e44fbfdc5a Add LM3S/4F family definitions 12 years ago
patacongo 37d3293690 Remove the g_iocon[] arrary 12 years ago
patacongo 2ee8d52159 LPC1788 updated from Rommel Marcelo 12 years ago
patacongo 79ccfa4ae6 Add syslog.h; rename lib_rawprintf() to syslog() 12 years ago
patacongo 433dae7422 Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JP 12 years ago
patacongo 12af0cacd6 Misc SYSLOG and STM32 serial fixes 12 years ago
patacongo cc99071a68 Serial driver needed even when no console; Fix user LED settings in all STM32 configurations 12 years ago
patacongo b82c36961a Move stream data from TCB to task group structure. 12 years ago
patacongo 5b6482a22b Move file data from TCB to task group 12 years ago
patacongo 25e9b8d084 Fix poll/select issue reported by Qiang 12 years ago
patacongo 91504abf89 Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JP 12 years ago
patacongo 888306f728 Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JP 12 years ago
px4dev 51c47769f8 Restore the correct handling of the ACK flag at read completion. 12 years ago
patacongo 63f8c0a954 Add option to used keyboard CODEC in apps/examples/keypadtest 12 years ago
patacongo 340a72b7cd Add logic to retain child task exit status if so configured 12 years ago
patacongo f86f863834 Add single-wire UART support to STM32 serial driver 12 years ago
patacongo b10238efee Missed changed from last lpc1788 check-in 12 years ago
patacongo 3cb33101a9 Add lpc178x_iocon.h from Rommel Marcelo 12 years ago
patacongo 336f91b4e6 lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit status 12 years ago
patacongo 7dad51762d Use of BASEPRI to control ARM interrupts is now functional 12 years ago
patacongo 9375b285f2 More logic to use BASEPRI to control interrupts -- still doesn't work 12 years ago
patacongo 4742f55507 Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARMv7-M architectures 12 years ago
patacongo e504d643fc Beginning of support for LCD1602 12 years ago
Simon Wilks ecd01dc2e8 We aren't using RS485 but single wire. 12 years ago
Lorenz Meier c15093bb55 Bringing back old I2C code, just temporary workaround 12 years ago
patacongo 53e8b454bf Add configuration for Wave Share Open1788 (fragmentary) 12 years ago
patacongo eb1e5b46af Add vectors for the LPC1788 - from Rommel Marcelo 12 years ago
patacongo a79a2bfbd6 More LPC1788 register definitions from Rommel Marcelo 12 years ago
patacongo 40041c8792 Refactor all lpc17xx header files (more like STM32 header file structure now) 12 years ago
patacongo 3ff155d048 Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use kconfig-frontends 12 years ago
patacongo 55b9700d59 STM32 I2C changes from Mike Smith 12 years ago
px4dev bc35bb23dd HOTFIX: disable interrupt-driven I2C mode, configure pessimistic I2C timeout, correct handling of the NAK generation for I2C master reads. 12 years ago
patacongo 19e43efe23 NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith 12 years ago
patacongo 90a72e97d3 Implement vfork() for the MIPS32 architecture 12 years ago
patacongo 87b33d3546 Configre configs/ubw32/ostest to use kconfig-frontends 12 years ago
px4dev 5e91a36623 Drop the 'nonstop' flag since we can infer it when we need it. Submitted this version of the serial DMA changes for integration into mainline NuttX. 12 years ago
px4dev 469d13fdfe Implement serial receive DMA for the F1xx. This is not quite working right yet. Some clients work, others not so much. 12 years ago
px4dev e2f7a46812 Clear the interrupting condition when we take the DMA interrupt. 12 years ago
px4dev 770f2545fb Implement non-stop DMA mode (circular) for the F1x DMA driver. 12 years ago
px4dev bd543fd7fc A couple of minor tracing fixes; print the state names in the trace dump, and set the timestamp for each entry (not really a useful number yet…) 12 years ago