Gregory Nutt
|
87eacd6bf2
|
SAMA5D4: Various changes to get the SAMA4D-EK to build
|
2014-06-06 15:39:40 -06:00 |
Gregory Nutt
|
dc32678da1
|
LPC17: Fix a critical error in GPDMA reported by Lizhuoyi
|
2014-06-06 11:20:28 -06:00 |
Gregory Nutt
|
39cf9e248b
|
LPC23xx: Several fixes for typos from Lizhuoyi
|
2014-06-06 11:06:19 -06:00 |
Gregory Nutt
|
68eb00be93
|
SAMA5D4: Add L2CC register definition header file (incomplete)
|
2014-06-05 14:38:08 -06:00 |
Gregory Nutt
|
3960271d06
|
Finishes the SAMA5D4 XDMAC register definition header file
|
2014-06-04 16:59:41 -06:00 |
Gregory Nutt
|
a0561ddd2e
|
SAMA5D4: Add beginning of XDMAC register definition header file (incomplete)
|
2014-06-04 14:40:34 -06:00 |
Gregory Nutt
|
10232cd784
|
SAMA5D4: Has two XDMA modules
|
2014-06-04 14:39:52 -06:00 |
Gregory Nutt
|
da889589fd
|
SAMA5D4: Let's consistently use the name XDMAC for the SAMA5D4 DMA module
|
2014-06-04 14:39:29 -06:00 |
Gregory Nutt
|
c95902f8ea
|
Minor naming fix
|
2014-06-04 13:35:48 -06:00 |
Gregory Nutt
|
171f312987
|
SAMA5: Add pin mux definitions for the SAMA5D4
|
2014-06-04 12:58:49 -06:00 |
Gregory Nutt
|
495b190e50
|
SAMA5: Rename most EMAC definitions to EMAC0 to handle the SAMA5D4 which has to EMAC modules and no GMAC
|
2014-06-04 12:04:24 -06:00 |
Gregory Nutt
|
21e2d0b2d2
|
SAMA4D4: Basic framework to support the SAMA4D4. Not yet complete
|
2014-06-03 17:49:51 -06:00 |
Gregory Nutt
|
49fa2ff70f
|
A few build fixes from last, big ARP relocation change
|
2014-05-30 12:32:20 -06:00 |
Gregory Nutt
|
90e4b55e0c
|
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_
|
2014-05-30 12:13:06 -06:00 |
Gregory Nutt
|
6f3cb90c05
|
Cosmetic changes
|
2014-05-28 14:09:58 -06:00 |
Gregory Nutt
|
2b42e2d587
|
STM32 RTC: Add retry to initialization logic. Sometime RTC initialization takes longer. From dlsitzer.
|
2014-05-27 07:10:53 -06:00 |
Gregory Nutt
|
ecd768a9e2
|
Back out PX4 fixes that were reverted in PX4 repository
|
2014-05-25 07:53:00 -06:00 |
Gregory Nutt
|
795ecc3408
|
STM32 I2C: Final fixes from Max Kriegleder et al.
|
2014-05-23 08:42:14 -06:00 |
Gregory Nutt
|
2abe0dd6dd
|
Change all variadic macros to C99 style
|
2014-05-22 09:01:51 -06:00 |
Gregory Nutt
|
9aba7598b0
|
Change bne to bne.n in irqrestore()
|
2014-05-22 09:01:25 -06:00 |
Gregory Nutt
|
11c29aebbc
|
Make sure that all references to up_prioritize_irq() are conditioned on CONFIG_ARCH_IRQPRIO. Noted by Make Smith
|
2014-05-20 17:48:39 -06:00 |
Gregory Nutt
|
9d2d8d30ea
|
STM32 lowputc: Fix an error in conditional compilation. From Sami Pelkonen
|
2014-05-20 08:12:07 -06:00 |
Gregory Nutt
|
1b39aff8b4
|
SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabled
|
2014-05-15 11:41:58 -06:00 |
Gregory Nutt
|
de71f53351
|
SAM4E-EK: Ooops.. two touchscreen drivers(?)
|
2014-05-14 10:56:03 -06:00 |
Gregory Nutt
|
d78aa34ecb
|
Fix one error that I made in the last check-in (there are probably more)
|
2014-05-14 08:09:08 -06:00 |
Gregory Nutt
|
6018da5181
|
Add an alternate STM32 I2C driver that works around errata in the F103 chip (and maybe others). From Patrizio Simona
|
2014-05-14 07:48:47 -06:00 |
Gregory Nutt
|
59e254d1f6
|
correct some columnar alignment and spacing
|
2014-05-13 14:14:57 -06:00 |
Gregory Nutt
|
47dad8d7cf
|
STM32 I2C: Cosmetic changes in preparation to merge a change
|
2014-05-13 13:11:10 -06:00 |
Gregory Nutt
|
4e55571c21
|
SAM4E: PIO definition clean-up
|
2014-05-12 18:42:25 -06:00 |
Gregory Nutt
|
8ef77ac3d9
|
Updated README and comments
|
2014-05-10 11:36:20 -06:00 |
Gregory Nutt
|
75d3d33169
|
STM32 I2C: Bring in PX4 fix for I2C in very high noise environments or with rogue perpipherals. Taken from the PX4 commit by Tridge
|
2014-05-10 10:34:05 -06:00 |
Gregory Nutt
|
898e59f112
|
Couple of fixes for the latest STM32 additions / modifications. These are simple fixes dealing with conditional compile based on CONFIG items not being set. From Ken Pettit
|
2014-05-09 06:41:01 -06:00 |
Gregory Nutt
|
e2b8eb6aad
|
Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
|
2014-05-08 09:20:11 -06:00 |
Gregory Nutt
|
7594d8b8cf
|
Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna
|
2014-05-08 09:00:33 -06:00 |
Gregory Nutt
|
d36724abbc
|
STM32: Rename pinmap.h files to better reflect the chip naming conventions
|
2014-05-07 13:05:12 -06:00 |
Gregory Nutt
|
6a8a62c0c1
|
STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip naming a little more consistent
|
2014-05-07 12:54:27 -06:00 |
Gregory Nutt
|
403b9f82d3
|
Ooops... last (cosmetic) changes were still in the editor
|
2014-05-06 15:00:39 -06:00 |
Gregory Nutt
|
b054463c9e
|
Optimized memcpy() functin for the ARMv7-A from David Sidrane
|
2014-05-06 14:58:48 -06:00 |
Gregory Nutt
|
33c991dc41
|
STM32: Add more complication to STM32 Kconfig so the correct RNG and ETHMAC options presented for the F401RE. There are still invalid peripheral options being presented
|
2014-05-06 11:35:13 -06:00 |
Gregory Nutt
|
ade57e4cd8
|
Nucleo-F401RE: With these changes and the changes from previous commits, the basic Nucleo-F401RE NSH configuration is working.
|
2014-05-06 11:07:10 -06:00 |
Gregory Nutt
|
22733f9a79
|
The Nucleo-F401RE has no on-board cystal and, hence, must use the on-chip HSI oscillator for the PLL include clock
|
2014-05-06 10:01:02 -06:00 |
Gregory Nutt
|
f2ac4d6403
|
STM32: Add more complication to STM32 Kconfig so the correct ADC and CAN options presented for the F401RE. There are still invalid peripheral options being presented
|
2014-05-06 08:32:21 -06:00 |
Gregory Nutt
|
88abca5e5e
|
STM32: Add some complication to STM32 Kconfig so the correct USART and TIM options are presented for the F401RE. There are still invalid peripheral options being presented
|
2014-05-05 17:59:07 -06:00 |
Gregory Nutt
|
2cbb9b907c
|
Add SAM3/4 RTT driver. From Bob Doiron
|
2014-05-05 14:35:37 -06:00 |
Gregory Nutt
|
3ad8debd73
|
Correct some typos in STM32 RCC header files noted by Ramtin Amin
|
2014-05-05 07:23:26 -06:00 |
Gregory Nutt
|
d61a13c131
|
STM32 F401 has no CCM memory
|
2014-04-30 16:49:39 -06:00 |
Gregory Nutt
|
ccb98abaaa
|
Fix configuration for F401: It has has FSMC and so the option should not be 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
|
2014-04-30 16:12:36 -06:00 |
Gregory Nutt
|
8d758a13de
|
The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems that support it
|
2014-04-30 15:32:06 -06:00 |
Gregory Nutt
|
f7485ea962
|
Updated system timer logic from Bob Doiron
|
2014-04-30 14:46:26 -06:00 |
Gregory Nutt
|
aa44b8b588
|
SAM3/4: Enhanced timer/counter driver from Bob Doiron
|
2014-04-30 14:10:02 -06:00 |