Gregory Nutt
|
697b0d5b61
|
correct some columnar alignment and spacing
|
2014-05-13 14:14:57 -06:00 |
|
Gregory Nutt
|
5d35f07278
|
STM32 I2C: Cosmetic changes in preparation to merge a change
|
2014-05-13 13:11:10 -06:00 |
|
Gregory Nutt
|
43fd4676da
|
SAM4E: PIO definition clean-up
|
2014-05-12 18:42:25 -06:00 |
|
Gregory Nutt
|
d9a20861a6
|
Updated README and comments
|
2014-05-10 11:36:20 -06:00 |
|
Gregory Nutt
|
fa7c79712e
|
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
|
308d0dbe06
|
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
|
02bb1d69b8
|
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
|
af2bb81ac2
|
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
|
1cc859405e
|
STM32: Rename pinmap.h files to better reflect the chip naming conventions
|
2014-05-07 13:05:12 -06:00 |
|
Gregory Nutt
|
6e9df4d5ab
|
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
|
1636d7cb2f
|
Ooops... last (cosmetic) changes were still in the editor
|
2014-05-06 15:00:39 -06:00 |
|
Gregory Nutt
|
422a9c9bfd
|
Optimized memcpy() functin for the ARMv7-A from David Sidrane
|
2014-05-06 14:58:48 -06:00 |
|
Gregory Nutt
|
a1871c7045
|
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
|
ca31e38f7b
|
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
|
acd40e73aa
|
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
|
bfa9df89e2
|
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
|
27d3a4962a
|
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
|
f72a873af9
|
Add SAM3/4 RTT driver. From Bob Doiron
|
2014-05-05 14:35:37 -06:00 |
|
Gregory Nutt
|
449ad68fa1
|
Correct some typos in STM32 RCC header files noted by Ramtin Amin
|
2014-05-05 07:23:26 -06:00 |
|
Gregory Nutt
|
42432ab1d0
|
STM32 F401 has no CCM memory
|
2014-04-30 16:49:39 -06:00 |
|
Gregory Nutt
|
d7b261eb46
|
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
|
e317cef653
|
The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems that support it
|
2014-04-30 15:32:06 -06:00 |
|
Gregory Nutt
|
f804bf80e5
|
Updated system timer logic from Bob Doiron
|
2014-04-30 14:46:26 -06:00 |
|
Gregory Nutt
|
91d94a0b03
|
SAM3/4: Enhanced timer/counter driver from Bob Doiron
|
2014-04-30 14:10:02 -06:00 |
|
Gregory Nutt
|
8be212ccc3
|
Nucleo-F401RE: Fix memory usage
|
2014-04-30 08:20:30 -06:00 |
|
Gregory Nutt
|
b252889270
|
ARMv7-M: Add FPU-related CFLAG settings for the CodeSourcery of Linux toolchain
|
2014-04-29 15:02:34 -06:00 |
|
Gregory Nutt
|
d43b12c1e1
|
Sourceforge patch #40. Fix some conditional logic in clock configuration. From Luciano Neri
|
2014-04-29 11:32:33 -06:00 |
|
Gregory Nutt
|
de7136e69b
|
STM32: More places where up_prioritize_irq is called when CONFIG_ARCH_IRQPRIO is not defined. Sourceforge ticket #26
|
2014-04-28 07:07:47 -06:00 |
|
Gregory Nutt
|
ae82fa65a6
|
Fix spelling, only one t in exiting
|
2014-04-27 15:49:38 -06:00 |
|
Gregory Nutt
|
1745e978fb
|
Sourceforge ticket #26: STM32 up_prioritize_irq should not be called if CONFIG_ARCH_IRQPRIO is not defined
|
2014-04-25 16:23:00 -06:00 |
|
Gregory Nutt
|
0bf091f2a0
|
STM32 dmapreflight method must be conditioned on CONFIG_SDIO_PREFLIGHT. From Pelle Windestam
|
2014-04-25 07:22:14 -06:00 |
|
Gregory Nutt
|
e4fd434a60
|
Cosmetic update to comments and README files
|
2014-04-24 12:44:30 -06:00 |
|
Gregory Nutt
|
0d2e525bd4
|
Updated comments; minor correction in some naming
|
2014-04-23 14:46:39 -06:00 |
|
Gregory Nutt
|
f62eef1af6
|
Fix Bob's name in as many places as possible; Make sure that Bob is an author in as many files as I can think of (might be missing a few)
|
2014-04-22 13:42:38 -06:00 |
|
Gregory Nutt
|
9bd0102aae
|
Nucleo F401RE: Remove PX4 cruft that can in with the port
|
2014-04-22 12:18:08 -06:00 |
|
Gregory Nutt
|
6e72b0fb0f
|
Back out a bad change in the last commit + add missing SAM4S Xplained Pro file
|
2014-04-22 11:04:31 -06:00 |
|
Gregory Nutt
|
6e94a4e1e2
|
Misc changes to get a clean compilation after incorporating all of Bob Doison's changes
|
2014-04-22 10:38:08 -06:00 |
|
Gregory Nutt
|
9f9f790d0a
|
SAM3/4 T/C driver updated to get closer to coding standard
|
2014-04-22 09:10:32 -06:00 |
|
Gregory Nutt
|
75f64beb80
|
Various SAM4S related fixes, mostely related to the timer driver driver and the SAM4S timer/counter. All from Bob Doisin
|
2014-04-22 09:01:20 -06:00 |
|
Gregory Nutt
|
d09c57eade
|
examples/serialrx added by Bob Doison
|
2014-04-22 08:40:48 -06:00 |
|
Gregory Nutt
|
13292c70c2
|
Misc SAM4S-related changes from Bob Doison
|
2014-04-21 19:32:15 -06:00 |
|
Gregory Nutt
|
f52ff8cf7b
|
SAM3/4: Add watchdog timer support. From Bob Doisin
|
2014-04-21 19:10:06 -06:00 |
|
Gregory Nutt
|
5eadd8df7a
|
SAM3/4: Support for PDC based HSMCI ADMA from Bob Doiron
|
2014-04-21 17:18:30 -06:00 |
|
Gregory Nutt
|
b0f4941c77
|
SAM4S: Fix error in macro that disabled peripheral clocking. From Bob Doiron
|
2014-04-21 17:06:01 -06:00 |
|
Gregory Nutt
|
d16ea614e9
|
SAM3/4 RTC driver from Bob Doiron
|
2014-04-21 17:04:22 -06:00 |
|
Gregory Nutt
|
44e7688151
|
SAM3/4 RTC driver from Bob Doiron
|
2014-04-21 17:03:57 -06:00 |
|
Gregory Nutt
|
162662a290
|
Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank Bennett
|
2014-04-20 13:42:23 -06:00 |
|
Gregory Nutt
|
235de5c573
|
ST32: Make selection of SDIO interrupt priority essentially impossible
|
2014-04-19 08:05:49 -06:00 |
|
Gregory Nutt
|
c575c00147
|
LPC17xx: Prioritized interrupts are not supported (although hooks are present to prioritize interrupts). Make LPC17 Ethernet default priority to be the system default, not the highest. If the unsupported feature is enabled, then at least it should do no harm
|
2014-04-19 07:56:59 -06:00 |
|
Gregory Nutt
|
a1b862580b
|
Fix an error introduced in the last commit
|
2014-04-19 07:54:52 -06:00 |
|
Gregory Nutt
|
6f26d834b6
|
LPC17xx, TIVA, and Kinetis interrupt initialization: use the NVIC ICTR register to determine how many interrupt lines/registers are supported by the MCU
|
2014-04-17 14:51:53 -06:00 |
|
Gregory Nutt
|
99639f2d48
|
SAM3/4 Interrupt initialization. Default interrupt priority not being set correctly
|
2014-04-17 14:02:22 -06:00 |
|
Gregory Nutt
|
a61c58d50a
|
STM32 OTGFS Host: If OTGFS_HCCHAR_ODDFRM is not goint to be set, then it should be cleared
|
2014-04-17 11:16:58 -06:00 |
|
Gregory Nutt
|
6492446ac8
|
STM32 OTGFS Host: Changes from Leo for low-speed devices and interrupt endpoints
|
2014-04-17 10:52:27 -06:00 |
|
Gregory Nutt
|
0954437084
|
SAMA5 EMAC: Missing right parens from last change. Noted by Luciano Neri
|
2014-04-17 09:02:55 -06:00 |
|
Gregory Nutt
|
ebf221945c
|
Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the common up_internal.h header file so that the attribute will be applied the same to function definitions and prototypes.
|
2014-04-17 08:56:20 -06:00 |
|
Gregory Nutt
|
edc022ff1a
|
Costmetic: Replace spaces with tabs
|
2014-04-16 16:26:46 -06:00 |
|
Gregory Nutt
|
cb802b02e1
|
STM32 OTGFS Host: Additional trace points from Leo
|
2014-04-16 12:56:21 -06:00 |
|
Gregory Nutt
|
b4f11306d3
|
STM32 F2: Fix SPI2 MOSI pin mapping. From dlsitzer
|
2014-04-16 12:35:33 -06:00 |
|
Gregory Nutt
|
044f7209f6
|
SAMA5 TWI: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and cannot be used in pre-processor conditionals
|
2014-04-16 12:09:55 -06:00 |
|
Gregory Nutt
|
67bea2d342
|
SAMA5 SSC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and cannot be used in pre-processor conditionals
|
2014-04-16 10:58:23 -06:00 |
|
Gregory Nutt
|
be1bd45076
|
SAMA5 EMAC/GMAC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and cannot be used in pre-processor conditionals
|
2014-04-16 10:13:08 -06:00 |
|
Gregory Nutt
|
e654036b5a
|
SAMA5 CAN: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and cannot be used in pre-processor conditionals
|
2014-04-16 10:00:32 -06:00 |
|
Gregory Nutt
|
9d12aa82fe
|
Sourceforge Patch #37: Missing semicolon
|
2014-04-16 09:43:34 -06:00 |
|
Gregory Nutt
|
a049b6a4c7
|
SAMA5 ADC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and cannot be used in pre-processor conditionals
|
2014-04-16 09:42:07 -06:00 |
|
Gregory Nutt
|
e26466e6e4
|
Updates to the STM32 OTGFS host logic from Leo
|
2014-04-15 08:49:33 -06:00 |
|
Gregory Nutt
|
fd08872892
|
Costmetic changes to some comments
|
2014-04-14 16:36:07 -06:00 |
|
Gregory Nutt
|
d4fc5ec41c
|
examples/touchscreen: Add a configuration option to indicate that there is or is not an architecture-specific initialization function
|
2014-04-14 12:26:49 -06:00 |
|
Gregory Nutt
|
25d4ff745b
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
|
Gregory Nutt
|
b7c65adeca
|
Cosmetic changes for coding style; removal of dangling spaces at the end of lines
|
2014-04-13 13:18:06 -06:00 |
|
Gregory Nutt
|
c708eff608
|
Make sure that there is one space after for
|
2014-04-12 13:28:22 -06:00 |
|
Gregory Nutt
|
33d5d24964
|
Make sure that there is one space between while and condition
|
2014-04-12 13:09:48 -06:00 |
|
Gregory Nutt
|
eee82879cb
|
Make sure that there is one space between if and condition
|
2014-04-12 12:53:19 -06:00 |
|
Gregory Nutt
|
65c6c071ff
|
STM32 OTF FS host: Use of OTGFX_VTRACEn_ macros must match use of usbhost_tracen() interface
|
2014-04-12 10:09:37 -06:00 |
|
Gregory Nutt
|
bc144ad5d0
|
STM32 OTG FS Hose and others: Remove some warnings
|
2014-04-12 09:58:23 -06:00 |
|
Gregory Nutt
|
7bf7d8ebf6
|
STM32 OTGFS Host: Fix a logic error introduced in the last check-in
|
2014-04-12 09:33:52 -06:00 |
|
Gregory Nutt
|
aefb741a6a
|
STM32 OTGFS: Host USB tracing instrumentation added by Leo
|
2014-04-12 08:44:22 -06:00 |
|
Gregory Nutt
|
27a7636440
|
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
|
66df3afd46
|
mv ramlog.h and syslog.h to new include/nuttx/syslog
|
2014-04-10 09:29:30 -06:00 |
|
Gregory Nutt
|
1fa5d28754
|
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
|
2a1212bf48
|
Cosmetic changes to comments and README
|
2014-04-07 15:28:04 -06:00 |
|
Gregory Nutt
|
43abe85674
|
Updated README files and comments
|
2014-04-07 07:43:28 -06:00 |
|
Gregory Nutt
|
398bf81c18
|
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
|
3e710c0080
|
SAMA5 clocking: USB clock setup needs to be done no matter the state of BMS and not matter how we are booting
|
2014-04-05 11:53:20 -06:00 |
|
Gregory Nutt
|
4993dd6ed3
|
Cosmetic update to comments
|
2014-04-05 11:35:05 -06:00 |
|
Gregory Nutt
|
77c968e36a
|
Kconfig: Remove warnings. ARCH_RAMFUNCS depends on ARCH_HAVE_RAMFUNCS, so it is not possible to select ARCH_RAMFUNCS wihtout ARCH_HAVE_RAMFUNCS
|
2014-04-04 16:26:24 -06:00 |
|
Gregory Nutt
|
78607a7ea9
|
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
|
0b014faa75
|
SAMA5 boards: Operation at 528Mhz has been verified
|
2014-04-04 10:36:53 -06:00 |
|
Gregory Nutt
|
e78f36e229
|
SAMA5: Update from David Sidrane to last RAM function change: Apparently inline functions need to placed into the same RAM section, or they do not get inlined. From David Sidrane
|
2014-04-04 08:59:39 -06:00 |
|
Gregory Nutt
|
724d2de086
|
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
|
38e49b48c5
|
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
|
e92eaabb3e
|
SAMA5: Fix SAMA5 so that interpretation of BMS bit is correct. From David Sidrane
|
2014-04-03 15:47:34 -06:00 |
|
Gregory Nutt
|
489651d041
|
ARMv7-A: Typo fix from David Sidrane
|
2014-04-03 15:43:13 -06:00 |
|
Gregory Nutt
|
774a24a2c2
|
SAMA5: Cosmetic updates to comments and README files
|
2014-04-03 15:30:00 -06:00 |
|
Gregory Nutt
|
c00a3ce914
|
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
|
362d539914
|
If LOWVECTORS is selected, then we need to clear the VBAR register. A bootloader may have left the VBAR in an bad state
|
2014-04-03 13:09:30 -06:00 |
|
Gregory Nutt
|
e3d2117b29
|
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
|
3a1e08bc3c
|
SAMA5: When running from SRAM, vectors must lie in ISRAM
|
2014-04-02 12:54:15 -06:00 |
|
Gregory Nutt
|
7372485e16
|
Updated comments and README
|
2014-04-02 09:03:29 -06:00 |
|
Gregory Nutt
|
df7429add0
|
SAMA5 DBGU: Add logic to suppress DBGU reconfiguration when started from a bootloader
|
2014-04-02 09:03:27 -06:00 |
|