127 Commits (199e9314622731714c0331264a52e8b1d00a1d4e)

Author SHA1 Message Date
patacongo 2286099a15 Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- Need to enable CAN1 clocking to use CAN2 13 years ago
patacongo 8974ab15ba Updates to PIC32 USB stall logic -- still doesn't work right 13 years ago
patacongo 8c4a5d2149 Add hooks to support STM32 power management 13 years ago
patacongo ea36e112cf Completes bit definitions for STM32 USB OTG FS registers 13 years ago
patacongo 736fcc20da Add bit definitions for STM32 USB OTG FS Host-mode control and status registers 13 years ago
patacongo 8beb69be2f Add bit definitions for STM32 USB OTG FS Core global control and status registers 13 years ago
patacongo 126f9640b8 More STM32 USB OTG definitions 13 years ago
patacongo 50d489100f Dirty port of LPC17 USB host driver to the STM32 -- nothing more than a name change on initial check-in 13 years ago
patacongo 080b0b41e0 Fix a typo introduce in the last big bunch of checkins for the STM32 F2 13 years ago
patacongo 288631c44f Add support for the STM3220G-EVAL board 13 years ago
patacongo 0cba35270a Add peripheral support for the STM32 F2 family 13 years ago
patacongo 6806ef6e3f Add IRQ/chip support for the STM32 F2 family 13 years ago
patacongo a0b537dd76 Add PIC32 SPI driver 13 years ago
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo d83d1596b0 STM32 Quad Encoder bug fixes 13 years ago
patacongo 56bcc7b105 Extend CDC/ACM driver so that can be connected/disconnected under software control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device 13 years ago
patacongo 2ac7d84029 Overflow position offset not needed if we have only 32-bit counters 13 years ago
patacongo 6dc915199c Add support for mixed 16- and 32-bit timers 13 years ago
patacongo 0c04ea0089 Add logic to support the FSMC SRAM in the NuttX heap 13 years ago
patacongo fcbad8c27f Add support for SRAM on board the STM3240G-EVAL board 13 years ago
patacongo fe55532f34 Fix bugs in lazy FPU register saving 13 years ago
patacongo a69d50a488 Misc quad encoder updates 13 years ago
patacongo 5f00d22a04 Ooops part of last checkin was still in the editor 13 years ago
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 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