374 Commits (c3f866cc2c446a03e034f234c141722360e4b266)

Author SHA1 Message Date
patacongo c3f866cc2c Progress on STM32 OTG FS host driver 13 years ago
patacongo ba31404b97 Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/Kconfig 13 years ago
patacongo e207f076c9 Auto-configuration updates from Richard Cochran 13 years ago
patacongo 5a8984c800 A little more STM32 USB host logic 13 years ago
patacongo dd681d7fff Some repartitioning of STM32 functionality to better support a USB host driver 13 years ago
patacongo d5c4c4da8d Fix bad AVR C++ include paths; remove stray typo from ctypes.h 13 years ago
patacongo 850df30e06 Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on STM3240G-EVAL 13 years ago
patacongo 35451abdd7 Add support for Olimex STM32-P107 board (contributed by Max Holtzberg) 13 years ago
patacongo ddaa72597b STM32 CAN TX/RX pins reversed; inconsistent conditional compilation 13 years ago
patacongo fca1ea81db I learned how to spell PSEUDO 13 years ago
patacongo 606c031000 Improve capability to traverse inodes in the NuttX psuedo-filesystem; now returns statfs 13 years ago
patacongo fe26494ea8 STM32 PM update 13 years ago
patacongo 7cf644f6a6 STM32 PM update 13 years ago
patacongo 5c1574e66c LPC43 update 13 years ago
patacongo a9ba8355fb Fix syslog mutual exclusion and interrupt level logic 13 years ago
patacongo 30e820d861 The initial SYLOG device logic was valiant but yet still not enough 13 years ago
patacongo 6913926a96 Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file 13 years ago
patacongo cb77f5961d Add support for testing multiple ADC, PWM, and QE devices 13 years ago
patacongo a4f9a7805d More board configurations updates 13 years ago
patacongo 6c75c18bae Review and update some board configurations 13 years ago
patacongo 3f57f313a1 PM update; NSH extension to catch return values 13 years ago
patacongo 0464a6d9be PM update 13 years ago
patacongo 25e9fa05c7 STM32F4Discovery configuration clean-up 13 years ago
patacongo cdc05213b8 Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now uses the Pinquino toolchain by default: 13 years ago
patacongo 30cabc02d4 PM updates (missed last night) 13 years ago
patacongo 9b7cbb006a PM update 13 years ago
patacongo 6ea6b7d6b8 Add SSD1783 LCD driver for C155 phone 13 years ago
patacongo 94b6f9e9cc Mostly cosmetic updates 13 years ago
patacongo 7e70b4bdf6 PGA11x driver belongs in analog/ not input/ 13 years ago
patacongo cf48e3c73f Add support for the TI PGA11x amplifier/multiplexer 13 years ago
patacongo ca8620083e Add PM support for the STM32F4Discovery -- still a work in progress 13 years ago
patacongo d7280d4382 Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeed 13 years ago
patacongo 393b2646c2 Remove BOTHER 13 years ago
patacongo 464f8d822b LP43xx SPIFI MTD driver update 13 years ago
patacongo 1e15a6d1cf Baud definitions (B9600 for example) are again encoded; Now supports the BOTHER settings which allows specifying the baud via c_ispeed and c_ospeed termios fields 13 years ago
patacongo fce36677c1 Loosen up termios interfaces to allow more flexible baud settings; remove AIX-like interfaces of last check-in 13 years ago
patacongo dfa161e3c2 Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modbus; Add new termios APIs 13 years ago
patacongo 358240268d Add FreeModBus to NuttX build system 13 years ago
patacongo 11774cfb20 Add completed but untested support for RS-485 on the LPC43xx 13 years ago
patacongo 3dd3e950cb Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete) 13 years ago
patacongo 3f48ca481b Fix some questionable MAC addresses 13 years ago
patacongo 9dd0adc100 Update driver to work with and external SPIFI library (vs. ROM) 13 years ago
patacongo bc3cb304a0 Create an MTD driver for SPIFI 13 years ago
patacongo 36009cb960 Drop SPIFI frequency.. spifi_init no longer reports errors 13 years ago
patacongo 2224c2734a Add logic to initialize the LPC43xx SPIFI device 13 years ago
patacongo 0f1567878c Header file clean-up 13 years ago
patacongo e5455995a6 STM32: Add logic to attach the RTC alarm EXTI interrupt 13 years ago
patacongo 919354a96a Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHz 13 years ago
patacongo 6cffd422b8 Fix an error in LPC43xx clock configuratin that can cause fail to boot 13 years ago
patacongo 1faee63c00 PM update 13 years ago