summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* SAMV17-XULT: Can't use UART3 when LCD is conencted, switch to USART0Gregory Nutt2015-04-043-26/+106
|
* Fix typos in debug assertionsGregory Nutt2015-04-042-5/+5
|
* More updates to README fileGregory Nutt2015-04-031-10/+62
|
* SAMV71-XULT: The ILI9488 LCD is now enabled by default in the mxtxplnd ↵Gregory Nutt2015-04-034-275/+317
| | | | configuration
* Minor documentation updateGregory Nutt2015-04-031-3/+6
|
* SAMV71-XULT ILI9488 LCD driver is code complete but untestedGregory Nutt2015-04-036-513/+904
|
* SAMV7: Add SMC register definition header file; SAMV71-Xult: Add an LCD ↵Gregory Nutt2015-04-038-82/+1707
| | | | driver. The initial commit is simply the SAVM4E-EK ILI9375 driver will bogus name changes to ILI9488.
* Correct typos in commentsGregory Nutt2015-04-031-5/+5
|
* Remove carriage returns from fileGregory Nutt2015-04-031-137/+137
|
* Add ILI9488 header fileGregory Nutt2015-04-032-24/+165
|
* SAMV7: Fixes to WM8904 buildGregory Nutt2015-04-022-11/+11
|
* Update ChangeLogGregory Nutt2015-04-021-0/+2
|
* Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.Gregory Nutt2015-04-027-3/+964
|
* Fix some missing inclusions in include/nuttx/board.hGregory Nutt2015-04-011-0/+4
|
* Header file for the CS2100-CPGregory Nutt2015-04-011-0/+165
|
* Update ChangeLogGregory Nutt2015-04-011-0/+2
|
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-0140-56/+56
|
* SAMV7 WM8904: Leverage WM8904 logic from the SAMA5D4-EKGregory Nutt2015-04-018-4/+761
|
* Update DocumentationGregory Nutt2015-04-012-53/+104
|
* Update ChangeLogsGregory Nutt2015-03-311-1/+6
|
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ↵Gregory Nutt2015-03-3119-47/+108
| | | | will enable calling board_pwm_setup() from boardctl(). Replace calls to pwm_devinit() in apps/examples/pwm with calls to boardctl(). In all configurations that enable the apps/examples/pwm test, make sure that boardctl() suppoprt is properly enabled.
* Update ChangeLogGregory Nutt2015-03-311-0/+4
|
* Update several defconfig files. Make sure that every defconfig file that ↵Gregory Nutt2015-03-315-0/+10
| | | | requires external graphics initialization also approprietly initializes boardctl().
* Rename up_nxdrvinit() to board_graphics_setup(). Add ↵Gregory Nutt2015-03-3115-39/+125
| | | | CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl().
* Update ChangeLogsGregory Nutt2015-03-311-0/+6
|
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() ↵Gregory Nutt2015-03-3123-47/+140
| | | | interface so that it can call board_adc_setup() on behalf of an application. Change apps/examples/adc to that is now calls boardctl() instead of adc_devinit() in order to initalize the ADC device.
* Update ChangeLogsGregory Nutt2015-03-311-0/+7
|
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() ↵Gregory Nutt2015-03-3132-135/+200
| | | | and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
* Update ChangeLogsGregory Nutt2015-03-311-0/+4
|
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of ↵Gregory Nutt2015-03-3193-16/+87
| | | | board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
* Fix some problems with a preceding commitGregory Nutt2015-03-315-5/+5
|
* Update ChangeLogGregory Nutt2015-03-311-0/+9
|
* boardctl(): Add a new non-standard OS interface. This is similar to a ↵Gregory Nutt2015-03-3115-4/+395
| | | | driver IOCTL call. But this is an IOCTL call directly on the board logic. This function will eventually replace all of the ad hoc OS interfaces that are current used to perform application specific intialiation and application driver test confifuration. It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call.
* Update ChangeLogGregory Nutt2015-03-311-0/+1
|
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-31116-398/+316
|
* SAMV71-XULT: Add option to support connection of the maXTouch Xplained Pro ↵Gregory Nutt2015-03-317-190/+524
| | | | on the 50-pin LCD connector
* SAMV71-XULT: Add a configuration for testing the maXTouch Xplained Pro ↵Gregory Nutt2015-03-3013-57/+2010
| | | | connected to the board
* Update READMEGregory Nutt2015-03-301-10/+38
|
* SAMV7 Ethernet: Fix a write-past-end-of-buffer and trash-the-heap problemGregory Nutt2015-03-291-12/+12
|
* Update ChangeLogGregory Nutt2015-03-291-1/+14
|
* The STM32F4Discovery board doesn't come with a Low speed external oscillator ↵Gregory Nutt2015-03-2913-293/+501
| | | | | | | | | | | | so the default LSE source for the RTC doesn't work. In stm32_rtcc.c the up_rtcinitialize() logic doesn't work with the LSI. The check on RTC_MAGIC on the BK0R register lead to rtc_setup() call that rightfully enables the lsi clock; but the next times, when the rtc is already setup, the rtc_resume() call does NOT start the lsi clock! The right place to put LSE/LSI initialisation is inside stm32_stdclockconfig() in stm32fxxxxx_rcc.c. Doing this I checked the possible uses of the LSI and the LSE sources: the LSI can be used for RTC and/or the IWDG, while the LSE only for the RTC (and to output the MCO1 pin).. This change is not verifed for any other platforms. From Leo Aloe3132
* Minor Documentation updateGregory Nutt2015-03-292-1/+3
|
* Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt2015-03-293-23/+18
| | | | SAMV7 Ethernet: I- and D-Cache are now enabled in the netnsh/ configuration. D-Cache is enabled in write-though mode. This mode is necessary because the DMA descriptors are each 8-bytes in size but the D-Cache cache line is 32-bits in size. So it is impossible make coherency for every 8-byte DMA descriptor without write-through.
* SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet ↵Gregory Nutt2015-03-2910-14/+86
| | | | look like it needs this
* Update documentationGregory Nutt2015-03-292-10/+96
|
* PIC32MZ Ethernet: Add support for LAN4720A and fix IRQ namespace. From ↵Gregory Nutt2015-03-292-10/+30
| | | | Kristopher Tate
* PIC32MZ: Correct the base address of Ethernet registers. From Kristopher TateGregory Nutt2015-03-291-186/+186
|
* PIC32MZ Ethernet: Enable PBCLK5 and MII divider for PHY. From Kistopher TateGregory Nutt2015-03-291-1/+14
|
* PIC32MZ: Rename Ethernet files to proper convention. From Kristopher Tate.Gregory Nutt2015-03-292-0/+0
|
* PIC32MZ Ethernet: Add support for LAN8740A PHYGregory Nutt2015-03-292-0/+8
|