summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Couple of fixes for the latest STM32 additions / modifications. These are ↵Gregory Nutt2014-05-092-2/+2
| | | | simple fixes dealing with conditional compile based on CONFIG items not being set. From Ken Pettit
* P-code BINFMT: Add logic to pass information from the binfmt logic to the ↵Gregory Nutt2014-05-0812-39/+208
| | | | P-code interpreter. This includes some extension to the binfmt interfaces.
* Update the displayed I2C on each get iteraction (not the same starting ↵Gregory Nutt2014-05-082-1/+5
| | | | address). From Ryan VanSickle
* Minor fix to debug formatGregory Nutt2014-05-081-1/+1
|
* Corrected pcode.h header fileGregory Nutt2014-05-081-92/+15
|
* Add a ROMFS file system for testing the P-Code binary formatGregory Nutt2014-05-0813-17/+389
|
* Add support for the STM32152 and STM32162 Medium+ density parts (plus ↵Gregory Nutt2014-05-0819-64/+456
| | | | miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
* Add serial method so that lower half driver can provide RX flow control ↵Gregory Nutt2014-05-081-0/+11
| | | | information. From Jussi Kivilinna
* Add serial method so that lower half driver can provide RX flow control ↵Gregory Nutt2014-05-0840-30/+305
| | | | information. From Jussi Kivilinna
* LIS331DL driver: Correct build dependency. Sourceforge ticket #41 from ↵Gregory Nutt2014-05-082-1/+3
| | | | Kosma Moczek
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-0719-97/+1084
|
* STM32: Rename pinmap.h files to better reflect the chip naming conventionsGregory Nutt2014-05-076-31/+31
|
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip ↵Gregory Nutt2014-05-0795-440/+439
| | | | naming a little more consistent
* Nucleo-F401RE: Delay loop calibratedGregory Nutt2014-05-061-1/+1
|
* Ooops... last (cosmetic) changes were still in the editorGregory Nutt2014-05-061-3/+4
|
* Optimized memcpy() functin for the ARMv7-A from David SidraneGregory Nutt2014-05-064-0/+427
|
* STM32: Add more complication to STM32 Kconfig so the correct RNG and ETHMAC ↵Gregory Nutt2014-05-061-18/+42
| | | | options presented for the F401RE. There are still invalid peripheral options being presented
* Nucleo-F401RE: With these changes and the changes from previous commits, ↵Gregory Nutt2014-05-064-92/+120
| | | | the basic Nucleo-F401RE NSH configuration is working.
* The Nucleo-F401RE has no on-board cystal and, hence, must use the on-chip ↵Gregory Nutt2014-05-065-82/+134
| | | | HSI oscillator for the PLL include clock
* STM32: Add more complication to STM32 Kconfig so the correct ADC and CAN ↵Gregory Nutt2014-05-063-43/+92
| | | | options presented for the F401RE. There are still invalid peripheral options being presented
* BINFMT: Fix an error in the symbol search function. Noted by Pelle WindestamGregory Nutt2014-05-062-8/+13
|
* STM32: Add some complication to STM32 Kconfig so the correct USART and TIM ↵Gregory Nutt2014-05-052-41/+329
| | | | options are presented for the F401RE. There are still invalid peripheral options being presented
* Timer driver updates from Bob DoironGregory Nutt2014-05-053-44/+26
|
* SAM4S Xplained Pro: Clean-up of LED usage and also some integration of new ↵Gregory Nutt2014-05-059-85/+61
| | | | timer features. From Bob Doiron
* Add SAM3/4 RTT driver. From Bob DoironGregory Nutt2014-05-055-30/+923
|
* Updated Nucleo-F401RE configurationGregory Nutt2014-05-059-433/+524
|
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-05136-173/+244
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* Correct some typos in STM32 RCC header files noted by Ramtin AminGregory Nutt2014-05-053-4/+4
|
* STM32 F401 has no CCM memoryGregory Nutt2014-04-302-9/+15
|
* Fix configuration for F401: It has has FSMC and so the option should not be ↵Gregory Nutt2014-04-302-12/+37
| | | | offered. But there are many more options available for the F401 that should be availalbe: CAN, nonexistent timers, etc. These will all need to be addressed
* If the CPU load measurements are being driven by an external clock, then the ↵Gregory Nutt2014-04-304-1/+28
| | | | prototype for sched_process_cpuload() must be available in include/nuttx/arch.h
* The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems ↵Gregory Nutt2014-04-304-0/+7
| | | | that support it
* SAM4S Xplained Pro build fixesGregory Nutt2014-04-301-4/+0
|
* Refresh SAM4S Xplained Pro configurationGregory Nutt2014-04-301-0/+16
|
* Simplified optimization for the SAM4E-EKGregory Nutt2014-04-301-1/+1
|
* Nucleo-F401RE: Has only one memory region, not twoGregory Nutt2014-04-301-1/+1
|
* Updated system timer logic from Bob DoironGregory Nutt2014-04-304-10/+19
|
* Updated system timer logic from Bob DoironGregory Nutt2014-04-304-45/+166
|
* The SAM4S Xplained Pro now uses the extended timer/counter features. From ↵Gregory Nutt2014-04-304-12/+59
| | | | Bob Doiron.
* SAM3/4: Enhanced timer/counter driver from Bob DoironGregory Nutt2014-04-302-89/+96
|
* Enhanced timer interface from Bob DoironGregory Nutt2014-04-302-12/+26
|
* SAM4S Xplained Pro: update LED conrol logic. From Bob DoironGregory Nutt2014-04-303-22/+36
|
* Update configuration an make logic in order to select that the serial ↵Gregory Nutt2014-04-303-2/+18
| | | | blaster task priority and stack size. From Bob Doiron
* drivers/mtd/w25.c: Add support for the 8Mbit W25Q80BV part. From Mark ↵Gregory Nutt2014-04-302-3/+19
| | | | Whitehorn.
* Nucleo-F401RE: Fix memory usageGregory Nutt2014-04-307-80/+92
|
* ARMv7-M: Add FPU-related CFLAG settings for the CodeSourcery of Linux toolchainGregory Nutt2014-04-291-1/+9
|
* Sourceforge patch #40. Fix some conditional logic in clock configuration. ↵Gregory Nutt2014-04-292-1/+17
| | | | From Luciano Neri
* Nucleo-F401RE: Board GPIOs updated by Frank BennettGregory Nutt2014-04-295-40/+46
|
* Final prep for NuttX-7.2 releasenuttx-7.2Gregory Nutt2014-04-282-34/+81
|
* Updated changelogs and release notes in preparation for the 7.2 release. ↵Gregory Nutt2014-04-283-9/+296
| | | | Still need to do a little more before the release