Gregory Nutt
|
d128b47c71
|
SAMA5 TWI: Number of bytes transferred not be incremented on the first byte. From David Sidrane
|
2014-04-10 18:19:03 -06:00 |
|
Gregory Nutt
|
c208b25f89
|
Add some checks: if getpid() or get_errno_ptr() are called very early in the initialization sequence, they would fail
|
2014-04-10 10:20:44 -06:00 |
|
Gregory Nutt
|
2fcc57edb0
|
mv ramlog.h and syslog.h to new include/nuttx/syslog
|
2014-04-10 09:29:30 -06:00 |
|
Gregory Nutt
|
6be62a7ef3
|
configs/*/defconfig: Increase the number of pre-allocated watchdogs in configurations that use networking or USB
|
2014-04-09 10:57:56 -06:00 |
|
Gregory Nutt
|
6578d646da
|
Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able to select USB console devices when there is no /dev/console enabled. Noted by Librae
|
2014-04-08 11:04:25 -06:00 |
|
Gregory Nutt
|
c306884d84
|
Add logic for TM4C125GXL clocking based on prototype from from Daniel Carvalho with modifications. I think the LM4F120 may have broken before as well(?). In any event, the LM4F120 also works well with this chanage
|
2014-04-07 15:32:13 -06:00 |
|
Gregory Nutt
|
177cb595d5
|
SAMA5 UDPHS: Fix error where bit was not cleared to acknowledge receipt of data and to setup for the next incoming data
|
2014-04-06 13:13:31 -06:00 |
|
Gregory Nutt
|
781f2804ee
|
SAMA5: Don't use MMU PMD bufferable bit to try to control write-through vs write-back. It does not work that way
|
2014-04-04 16:05:20 -06:00 |
|
Gregory Nutt
|
5eeb9f97fc
|
Fix a build error when only USB device tracing is enabled (from David Sidrane). Also an update to the USB tracing document
|
2014-04-04 08:56:10 -06:00 |
|
Gregory Nutt
|
2efc4d6396
|
SAMA5: On some hardware, reconfiguring the PLL while executing out of NOR FLASH causes crashes. This was fixed by David Sidrane by implementing RAM functions. The killer code is copied and executed from ISRAM and the crash is avoided.
|
2014-04-03 16:08:18 -06:00 |
|
Gregory Nutt
|
b884ab50f4
|
SAMA5: Fix SAMA5 so that interpretation of BMS bit is correct. From David Sidrane
|
2014-04-03 15:47:34 -06:00 |
|
Gregory Nutt
|
048230fb94
|
SAMA5: When booting from SDRAM, don't copy vectors to ISRAM. Instread just set the VBAR register to add address of the vectors in SDRAM
|
2014-04-03 14:09:11 -06:00 |
|
Gregory Nutt
|
11c7386dab
|
SAMA5: Make sure the MMU and caches are disabled on power up; flush the vector region D-Cache after copying interrupt vectors; make sure that D-Cache, I-Cache, and TLBs are invalidated after modifying the AXI MATRIX remapping
|
2014-04-02 16:27:00 -06:00 |
|
Gregory Nutt
|
16c4ea72ec
|
SAMA5: When running from SRAM, vectors must lie in ISRAM
|
2014-04-02 12:54:15 -06:00 |
|
Gregory Nutt
|
ed294643bd
|
sscanf: Use stroul() vs strol() for %u format. From kfrolov
|
2014-04-02 09:15:40 -06:00 |
|
Gregory Nutt
|
cbdc9155ab
|
SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial console
|
2014-04-01 11:24:15 -06:00 |
|
Gregory Nutt
|
a29187bd34
|
SAMA5: Add DBGU register definition header file
|
2014-03-31 17:25:16 -06:00 |
|
Gregory Nutt
|
a44a4444e2
|
Cosmetic updates to comments and README files
|
2014-03-31 15:10:15 -06:00 |
|
Gregory Nutt
|
70815e5673
|
sched/Kconfig: Add another layer of menuing to simply this level
|
2014-03-31 11:32:22 -06:00 |
|
Gregory Nutt
|
4f59bc5878
|
Add CONFIG_CLOCK_MONTONIC
|
2014-03-31 10:01:03 -06:00 |
|
Gregory Nutt
|
68025784b0
|
Fix ftell() bug: It was not accounting for data buffered in memory. From Macs N
|
2014-03-31 09:47:28 -06:00 |
|
Gregory Nutt
|
cd135fe3a8
|
Complete fragmentary support for ferror(). From Macs N
|
2014-03-31 09:39:10 -06:00 |
|
Gregory Nutt
|
8772a4e104
|
Add support for CLOCK_MONOTONIC. From Macs N
|
2014-03-31 09:25:50 -06:00 |
|
Gregory Nutt
|
6bb8cc02df
|
sscanf(): Was returning the wrong number of conversions in many cases; Also, needs to return EOF if there were no conversions
|
2014-03-30 14:24:38 -06:00 |
|
Gregory Nutt
|
d14940a375
|
Fix some backward conditional compilation
|
2014-03-30 08:29:21 -06:00 |
|
Gregory Nutt
|
ec60f6cd9d
|
SAMA5: Remove HSCMI-related functions that did not belong in sam_pmc.c and give them their own file
|
2014-03-30 08:00:59 -06:00 |
|
Gregory Nutt
|
060b84240b
|
Add macro UNUSED to eliminate warnings about variables that are set to unused values
|
2014-03-30 07:58:58 -06:00 |
|
Gregory Nutt
|
392031ff7c
|
SAMA5D3x-EK: Change name of all board-specific configuration variables so that there are no collisions with names of similar variables for other boards
|
2014-03-30 07:26:38 -06:00 |
|
Gregory Nutt
|
aac2a6759d
|
SAMA5D23 boards: When running out of SDRAM, need to query the PMC to determine operating frequency
|
2014-03-29 17:51:06 -06:00 |
|
Gregory Nutt
|
1b6ae2ccbb
|
SAMA5: Add functions to calculate PLLACK, PCK, and MCK frequencies given the main clock frequency
|
2014-03-29 15:54:10 -06:00 |
|
Gregory Nutt
|
09fb2a1893
|
Add basic board support framework for the Atmel SAMA5D3 Xplained board (not finished)
|
2014-03-28 15:20:26 -06:00 |
|
Gregory Nutt
|
085d7dfe34
|
Add support for the SAMA5D36
|
2014-03-28 08:33:01 -06:00 |
|
Gregory Nutt
|
a37c158659
|
Add missing MIO283QT-9A to the drivers/lcd/Kconfig
|
2014-03-27 07:38:02 -06:00 |
|
Gregory Nutt
|
942c6e0e44
|
SAM4E-EK: CMCC is enabled in all configurations and delay loop has been calibrated
|
2014-03-26 17:07:08 -06:00 |
|
Gregory Nutt
|
63af8d88fb
|
SAM4E-EK: All configurations converted to run with 120MHz CPU clock
|
2014-03-26 14:03:33 -06:00 |
|
Gregory Nutt
|
135b6b0ca2
|
SAM3/4: SPI and HSCMI drivers with now use the CMCC is available; The SPI driver will now handle word sizes greater than 8-bits
|
2014-03-26 13:19:44 -06:00 |
|
Gregory Nutt
|
3f4593dda8
|
SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX overrun errors
|
2014-03-26 11:38:47 -06:00 |
|
Gregory Nutt
|
f6dedaee30
|
tools/astyle.sh: Formatting tool based on logic from Lorenz Meier
|
2014-03-26 08:50:48 -06:00 |
|
Gregory Nutt
|
b951732a2b
|
Reimagine the USB MSC worker thread as a kernel thread (instead of a pthread)
|
2014-03-25 14:19:27 -06:00 |
|
Gregory Nutt
|
03bd2a6ad9
|
Add missing HSCMI configuration options; Make HSMCI configuration naming more compatible; Fix HSCMI clocking to use the CLKODD bit
|
2014-03-24 14:25:40 -06:00 |
|
Gregory Nutt
|
4702536695
|
net/: IGMP-related bugfixes from Manuel Stühn
|
2014-03-24 09:34:17 -06:00 |
|
Gregory Nutt
|
7d3d1f79bb
|
STM32 EMAC: Add support for IGMP hash table update. From Manuel Stühn
|
2014-03-24 09:32:48 -06:00 |
|
Gregory Nutt
|
f066b87828
|
SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM console
|
2014-03-22 09:27:43 -06:00 |
|
Gregory Nutt
|
baa91448e6
|
net/netdev_findbyaddr.c: Skip network devices that are in the down state. They have no meaning address
|
2014-03-20 17:27:59 -06:00 |
|
Gregory Nutt
|
c6127ad09d
|
If DCD supports queuing of stall requests then USB MSC delay work-around is not necessary
|
2014-03-20 15:20:24 -06:00 |
|
Gregory Nutt
|
a2d53bf950
|
Add option to dump buffered USB trace data on an assertion
|
2014-03-20 10:56:30 -06:00 |
|
Gregory Nutt
|
3c7021477d
|
nuttx/include/nuttx/i2c.h typo fixes drom Vijay Kumar
|
2014-03-19 08:42:42 -06:00 |
|
Gregory Nutt
|
34467249b5
|
Improved description of CONFIG_ARMV7M_USEBASEPRI from Vijay Kumar
|
2014-03-19 07:16:44 -06:00 |
|
Gregory Nutt
|
3c371a290d
|
Typo fixes to NuttX porting guide from Vijay Kumar
|
2014-03-18 07:41:16 -06:00 |
|
Gregory Nutt
|
e869de4272
|
SAM4E: Add USB full speed device (UDP) driver
|
2014-03-17 12:37:55 -06:00 |
|