186 Commits (199e9314622731714c0331264a52e8b1d00a1d4e)

Author SHA1 Message Date
patacongo 9c338d809e STM32 quad encoder: Don't calculate the timer prescaler value at runtime; pre-calculate it at compiler time 13 years ago
patacongo 9daa6ed1d1 Fixes for the STM32 quadrature encoder 13 years ago
patacongo 4ffc124e0a select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to be functional 13 years ago
patacongo 75aef0be3b OOps... vstm instructions needs to post-increment, not pre-decrement 13 years ago
patacongo 4ccaa081c9 Enable STM32 F4 hardware floating point with the Atollic toolchain 13 years ago
patacongo dbd61e6f83 Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurations 13 years ago
patacongo a16ee47f0e Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smith 13 years ago
patacongo 6c02000ba4 Incoporate new ARMv7-M exception handling logic contributed by Mike Smith 13 years ago
patacongo d8c42f1ed5 Misc fixes to quadrature encoder debug output 13 years ago
patacongo 20b15f2d8c STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes 13 years ago
patacongo a663979a1e Fix SDIO DMA (finally) 13 years ago
patacongo cb971e195e Add logic to STM32 SDIO driver to terminate on a DMA error 13 years ago
patacongo 070f707e7d More STM32 SDIO DMA fixes 13 years ago
patacongo bf06e16a5f Various STM32 SDIO and DMA fixes (SDIO DMA still does not work) 13 years ago
patacongo 12fd26bd67 Fix error in STM32 DMA driver stream index calculation 13 years ago
patacongo a7d27685a4 STM32 SDIO driver now build with DMA enabled 13 years ago
patacongo c3e6ead339 Correct a buffer size error in the STM32 ethernet driver 13 years ago
patacongo f60d578a46 Clear up some configuration naming that was inconsistent accross STM32 chips 13 years ago
patacongo a02dc4c1dc CAN ISO-11783 support contributed by Gary Teravskis 13 years ago
patacongo 3625222c6c Add QE support to STM32F4Discovery; add a test of the quadrature encoder driver 13 years ago
patacongo a1590c1424 I suppose the STM32 F4 is like the F1 in that TIM inputs should not use alternate functions???? 13 years ago
patacongo 21b2d4c8af Fix TIM in/out pin naming 13 years ago
patacongo e123e82e82 Initial fleshing out of the STM32 quadrature encoder driver 13 years ago
patacongo bf22435aa4 More STM32 quadrature encoder code 13 years ago
patacongo 2bc230a0d6 Add an infrastructure to support a generic quadrature encoder driver 13 years ago
patacongo acf1031af3 Add interface to enabled/disable debug output 13 years ago
patacongo 686d0f0daa Fix a small RAM log bug (the RAM log still does not work) 13 years ago
patacongo a563ce3647 Fix some typos and compilation errors introduced in the last checkin 13 years ago
patacongo bdbe8e114c Add logic to re-direct debug output to a sysloggin device 13 years ago
patacongo f03655f43a Add logic so that a RAM log can be used in place of a console device 13 years ago
patacongo 4f5b04c8e5 Remove a couple of warnings 13 years ago
patacongo 032e3ec3df Some changes to the Telnet/FTPD configuration 13 years ago
patacongo 61137a3d22 Fix compile error introduced by recent check-in 13 years ago
patacongo 43542f9f8f Add stm3240g-eval nsh2 configuration: SDIO and no UART 13 years ago
patacongo bede2bcc72 Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device 13 years ago
patacongo ed4ee27f70 Numerous cosmetic changes while debugging a telnet driver issue 13 years ago
patacongo a11ad68eed Candidate fix for the libboard.a dependency problem (from Mike Smith) 13 years ago
patacongo 6c72068d14 Correct a typo in STM32 I2C3 support 13 years ago
patacongo 930ca11f09 More clean up of namespace 13 years ago
patacongo 5db00d175c Add support for stm32 F4 I2C3 13 years ago
patacongo 558771edd8 Corrections for LP17xx UARTs and Nucleus 2G 13 years ago
patacongo f26cad06f6 STM32 F4 I2C updates 13 years ago
patacongo 0068180bf8 Create directory structures to support power-related devices 13 years ago
patacongo b179df901e Add support for extended (29-bit) CAN IDs 13 years ago
patacongo 20c9193e04 Leverage some bit timing logic from LPC17xx to the STM32 CAN driver 13 years ago
patacongo 0202eef05b Fixes to PIC32 USB driver and LPC17xx CAN driver 13 years ago
patacongo b70fafcb80 PIC32 USB: Remove some bad logic in EP0 post-SETUP clean-up 13 years ago
patacongo d7025f7dd0 Add logic to handle state and BDTs correctly with USB packet is dispatched by the class driver 13 years ago
patacongo a9e951e726 Add configuratin to select TSEG1 and TSEG2 values 13 years ago
patacongo b7533eed5d Fix shift value in PIC32 USB header file 13 years ago