Gregory Nutt
|
edb5f312ca
|
Move cypto debug definitions to debug.h with other susbsystem-level debug
|
2014-07-03 07:58:43 -06:00 |
|
Gregory Nutt
|
bb3dcccd98
|
Beginning of a crypto/ subsystem from Max Neklyudov
|
2014-07-03 07:42:44 -06:00 |
|
Gregory Nutt
|
6bfa7c1afa
|
SAM4 AES driver from Max Neklyudov
|
2014-07-03 07:26:44 -06:00 |
|
Gregory Nutt
|
00ced07128
|
SAM Ethernet: Eliminate a warning
|
2014-07-02 17:35:41 -06:00 |
|
Gregory Nutt
|
a7933cc22b
|
SAMA5D4-EK: NSH should run at 528MHz
|
2014-07-02 15:31:52 -06:00 |
|
Gregory Nutt
|
ee2725c146
|
SAMA5D4-EK: NSH configuration now has TWI0 enabled and supports the I2C tool
|
2014-07-02 13:51:57 -06:00 |
|
Gregory Nutt
|
1c198f6a86
|
SAMA5D4 EMAC: Add a kludge to work around a suspected hardware issue
|
2014-07-02 12:17:01 -06:00 |
|
Gregory Nutt
|
ca353a2644
|
SAM3/4 and SAMA5 Ethernet: Fix an error in the function that determines the number of free TX descriptors
|
2014-07-02 10:40:11 -06:00 |
|
Gregory Nutt
|
a2741940f9
|
SAMA54D-EK: Don't disable any features in the NSH configuration. Comments updated in several files
|
2014-07-02 08:54:53 -06:00 |
|
Gregory Nutt
|
400edda109
|
NET: Rename XYZ_uiptxpoll to just XYZ_txpoll
|
2014-07-01 18:41:08 -06:00 |
|
Gregory Nutt
|
52dbbe76b2
|
SAMA5D4: Add a configuration option to force EMAC driver debug
|
2014-07-01 18:00:39 -06:00 |
|
Gregory Nutt
|
23e4d7db0a
|
SAMA5D4: Fix error in EMAC driver (plus related EMAC/GMAC drivers)
|
2014-07-01 11:22:19 -06:00 |
|
Gregory Nutt
|
b0c1b7ef47
|
Rename uip_poll->devif_poll and uip_timer->devif_timer
|
2014-06-30 18:40:41 -06:00 |
|
Gregory Nutt
|
da7379ed18
|
Rename uip_input to devif_input
|
2014-06-30 18:11:17 -06:00 |
|
Gregory Nutt
|
6b5f20cdc6
|
Fix typo/compile error introduced with last HSMCI changes
|
2014-06-30 16:08:29 -06:00 |
|
Gregory Nutt
|
c005ac91d7
|
SAM3/4: Important bugfix. Values read from PIO input pins do not change unless clocking to the PIO block is enabled
|
2014-06-30 14:26:09 -06:00 |
|
Gregory Nutt
|
588d0178a6
|
SAMA5D3/4: Fix some logic in conversion of physical and virtal DRAM addresses when running out of DRAM
|
2014-06-30 11:04:34 -06:00 |
|
Gregory Nutt
|
9a06ff38ec
|
SAMA5D4: Don't touch ISLR unless PIO is configured as an interrupt
|
2014-06-30 09:17:42 -06:00 |
|
Gregory Nutt
|
ff03914a87
|
STM32: Add configuration support fort he STM32F103RC. From Kosma Moczek
|
2014-06-30 08:16:17 -06:00 |
|
Gregory Nutt
|
a85a42ae0f
|
STM32: Reorder MCUs in choice menu; remove duplicates. From Kosma Moczek
|
2014-06-30 08:13:12 -06:00 |
|
Gregory Nutt
|
d00bb6ab95
|
STM32: Move temperature ranges from chip selection configuration prompts. From Kosma Moczek
|
2014-06-30 08:09:19 -06:00 |
|
Gregory Nutt
|
292d2a1c1f
|
Unconfigure GPIO pins when closing a serial port to prevent back effects from back-powering on the TX pin. From Kosma Moczek
|
2014-06-30 08:02:26 -06:00 |
|
Gregory Nutt
|
fa29170aa7
|
Make variable definitions 'static const' when possible to save RAM usage. From Kosma Moczek
|
2014-06-30 07:39:51 -06:00 |
|
Gregory Nutt
|
7780d1cd03
|
Fix typos in debug statements
|
2014-06-30 07:38:02 -06:00 |
|
Gregory Nutt
|
ac5ac198d2
|
SAMA5 PIO: Add support for secure interrupts; Fix PIO debug output
|
2014-06-29 17:46:55 -06:00 |
|
Gregory Nutt
|
a085646213
|
SAMA5: Remove kruft in PIO header file
|
2014-06-29 17:45:42 -06:00 |
|
Gregory Nutt
|
e8d90bf56d
|
SAMA5D4 HSMCI: Fix a compiler in a debug statement
|
2014-06-29 12:01:08 -06:00 |
|
Gregory Nutt
|
2b626fa85a
|
SAMA5D4 XDMA: Fix some typos
|
2014-06-29 11:24:57 -06:00 |
|
Gregory Nutt
|
43d13baf35
|
Fix system bus IDs for SAMA5D4; Don't use explicit PERIPHID_SHIFT for symmetry with memory
|
2014-06-29 11:24:10 -06:00 |
|
Gregory Nutt
|
63276f5864
|
SAMA5D: Don't use explicit DMACH_FLAG_MEMPID_SHIFT; it does not exist in the SAMA5D4
|
2014-06-29 09:52:07 -06:00 |
|
Gregory Nutt
|
a892171b04
|
SAMA5: Add configuration to assign an XDMAC channel to an HSMCI
|
2014-06-29 08:43:46 -06:00 |
|
Gregory Nutt
|
668f50e116
|
SAMA5D4-EK: Updates to get the at25boot configuration building correctly
|
2014-06-28 09:39:50 -06:00 |
|
Gregory Nutt
|
fce2a79abd
|
Rename uip_driver_s net_driver_s
|
2014-06-27 16:48:12 -06:00 |
|
Gregory Nutt
|
9d9a7e3934
|
SAM4CM: Fixes from Macs N
|
2014-06-27 12:27:02 -06:00 |
|
Gregory Nutt
|
f189350bdc
|
SAM4CM: Add IPC register header file. From Macs N
|
2014-06-27 12:02:30 -06:00 |
|
Gregory Nutt
|
f183632aab
|
Add support for a network device IOCTL to access PHY registers. Ioctls only implemented for STM32. From Lazlo
|
2014-06-27 09:30:41 -06:00 |
|
Gregory Nutt
|
665f487ed3
|
SAMA5D4: Add configuration to redirect all interrupts to the AIC
|
2014-06-26 11:51:39 -06:00 |
|
Gregory Nutt
|
f00ea6ecf9
|
STM32 I2C reset. Add missing GPIO configuration. From Alex D
|
2014-06-25 16:08:31 -06:00 |
|
Gregory Nutt
|
579ee6f573
|
Clean-up packet socket naming
|
2014-06-25 10:34:52 -06:00 |
|
Gregory Nutt
|
621097b6c8
|
Rename ip_eth_hdr to eth_hdr_s
|
2014-06-25 09:57:52 -06:00 |
|
Gregory Nutt
|
4b3bec6bf3
|
Add support for the SAM4CM. From Max Neklyudov
|
2014-06-25 08:25:52 -06:00 |
|
Gregory Nutt
|
5d1f8180d4
|
Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h
|
2014-06-24 10:14:15 -06:00 |
|
Gregory Nutt
|
37646044ac
|
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.h
|
2014-06-24 09:28:44 -06:00 |
|
Gregory Nutt
|
626469e30c
|
Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.h
|
2014-06-24 08:53:28 -06:00 |
|
Gregory Nutt
|
0c0cb50873
|
Add support for the LPCXpresso's RTC, ADC, DAC, Timer, PWM, and MCPWM. All form Max
|
2014-06-23 12:13:52 -06:00 |
|
Gregory Nutt
|
04e6fdf043
|
SAMA5D4: Add missing mappings for the VDEC and L2CC memory regions
|
2014-06-21 14:25:47 -06:00 |
|
Gregory Nutt
|
942d24a005
|
Correct type of SAMA5 arm_decodefiq() return value
|
2014-06-21 10:34:35 -06:00 |
|
Gregory Nutt
|
190cbc766e
|
Need to enable FIQ in initial task state; Improve H32/64 test in IRQ handling
|
2014-06-21 09:55:09 -06:00 |
|
Gregory Nutt
|
1186290a8d
|
SAMA5: FIQs should be disabled along with IRQs on most exeptions in most configuratinons. arm_decodefiq and arm_decodeirq are mutually exclusive and, hence, can use the same interrupt stack
|
2014-06-20 18:49:01 -06:00 |
|
Gregory Nutt
|
3f6b1642ca
|
SAMA5D4: Add support for secure/FIQ interrupts; SAIC supports need to be be enabled unconditionally
|
2014-06-20 18:16:41 -06:00 |
|
Gregory Nutt
|
9542994616
|
SAMA5D4: Fix MATRIX32 base address
|
2014-06-20 18:15:13 -06:00 |
|
Gregory Nutt
|
ec0fc7756b
|
SAMA5D4: Minor fixes to get working with SAMA5D3 again
|
2014-06-20 16:01:45 -06:00 |
|
Gregory Nutt
|
fb25ba907c
|
SAMA5D4: Add partial support for secure interrupt controller (SAIC)
|
2014-06-20 15:22:00 -06:00 |
|
Gregory Nutt
|
083986e814
|
SAMA5D4: USART peripheral clock appears to be MCK/2
|
2014-06-20 11:40:36 -06:00 |
|
Gregory Nutt
|
a55457b175
|
SAMA5D4-EK: Make sure that the H32MX divider is set; correct sense of bit driver red LED
|
2014-06-20 10:33:33 -06:00 |
|
Gregory Nutt
|
ac6b64dac3
|
SAMA5D4: Fix peripheral clocking macros: AIC and L2CC are continuously clocked
|
2014-06-19 15:52:42 -06:00 |
|
Gregory Nutt
|
231fd1b5c8
|
SAMA5D4: Initial bring-up fixes
|
2014-06-19 14:16:36 -06:00 |
|
Gregory Nutt
|
2b5f8dbba5
|
Cosmetic cleanup
|
2014-06-18 08:24:53 -06:00 |
|
Gregory Nutt
|
9c0de33715
|
SAMA5D4: XDMAC driver now compiles error/warning free (still untested)
|
2014-06-17 16:31:09 -06:00 |
|
Gregory Nutt
|
9d44747f60
|
SAMA5D4: More progress on XDMAC driver (still no complete); Also fixes some critical errors in the SAMA5D3 DMA definitions
|
2014-06-17 13:18:52 -06:00 |
|
Gregory Nutt
|
260c2676d4
|
SAMA5D4: Correct MATRIX register addresses
|
2014-06-14 10:42:53 -06:00 |
|
Gregory Nutt
|
37d06c7444
|
SAMA5D4: Implement SDRAM initialization
|
2014-06-14 10:42:26 -06:00 |
|
Gregory Nutt
|
d80c55e8b6
|
SAMA5D4: Fix some memory remapping issues; updates to comments and README files
|
2014-06-14 08:02:58 -06:00 |
|
Gregory Nutt
|
2c6c1685de
|
SAMA5: XDMAC update (still not complete)
|
2014-06-13 11:59:44 -06:00 |
|
Gregory Nutt
|
2423ef3fdc
|
SAMA5D4: Initial XDMAC driver logic; initial check-in is little more the the DMAC driver with some name changes
|
2014-06-12 16:33:04 -06:00 |
|
Gregory Nutt
|
faaf641490
|
First check-in of Lazlo's PF_PACKET 'raw' socket implementation
|
2014-06-12 11:52:06 -06:00 |
|
Gregory Nutt
|
3bfc1effaf
|
STM32: Handle setting of USART CR1_M when 8 bits of data plus parity
|
2014-06-11 15:49:54 -06:00 |
|
Gregory Nutt
|
fd710fc8db
|
Typo in last SAMA5D4 commit
|
2014-06-11 13:43:54 -06:00 |
|
Gregory Nutt
|
69c18728f2
|
SAMA5: Add support for Micrel KSZ8081 PHY
|
2014-06-11 13:25:59 -06:00 |
|
Gregory Nutt
|
8b450d6d1b
|
SAMA5D4: Add EMAC driver
|
2014-06-11 12:23:31 -06:00 |
|
Gregory Nutt
|
9d0cfcc21d
|
SAMA5D4: Still trying to reconcile Ethernet interfaces
|
2014-06-11 08:01:48 -06:00 |
|
Gregory Nutt
|
e0a07125c8
|
SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB so that the configuration and build system can configure them. I might come up with something better later
|
2014-06-10 17:40:25 -06:00 |
|
Gregory Nutt
|
03ba83fedb
|
STM32: Expicitly include header file files. From Freddie Chopin
|
2014-06-10 15:49:48 -06:00 |
|
Gregory Nutt
|
760b60436f
|
SAMA5D4: update MATRIX register definitions for the SAMA5D4
|
2014-06-10 13:15:29 -06:00 |
|
Gregory Nutt
|
80c07aa2d6
|
SAMA5D4: Complete MPDDR header file
|
2014-06-10 11:16:05 -06:00 |
|
Gregory Nutt
|
a64411715b
|
SAMA5D4: Add MPDDRC file (incomplete)
|
2014-06-10 08:46:14 -06:00 |
|
Gregory Nutt
|
90b82696ac
|
Move SAMA5D3 MPDDRC definitions to a separate header file
|
2014-06-10 08:11:31 -06:00 |
|
Gregory Nutt
|
55f9e5b465
|
SAMA5D4: Update LCDC header file
|
2014-06-09 13:27:08 -06:00 |
|
Gregory Nutt
|
e9e22d7096
|
Add logic to select between incompatible SAMA5D3 and SAMA5D4 EMAC header files
|
2014-06-09 12:24:39 -06:00 |
|
Gregory Nutt
|
1f64e9c5b9
|
SAMA5: Back out most of commit c37b5b7b97d0644743c04f2c3d9e2b7ef9f5d698. Things are going to have to be done differently
|
2014-06-09 12:16:16 -06:00 |
|
Gregory Nutt
|
46e5d8b153
|
SAMA5D4: Updated EMAC header file
|
2014-06-09 11:40:11 -06:00 |
|
Gregory Nutt
|
082ab99e9e
|
SAMA5D4: Add EMAC header file
|
2014-06-09 11:29:02 -06:00 |
|
Gregory Nutt
|
e057a05c92
|
SAMA5D4: More header file changes
|
2014-06-09 10:07:00 -06:00 |
|
Gregory Nutt
|
1c84924373
|
SAMA5D4: update ISI register definition header file
|
2014-06-09 09:29:23 -06:00 |
|
Gregory Nutt
|
92d6883a71
|
SAMA5D4: Completes PMC modifications for the SAMA5D4
|
2014-06-09 07:55:51 -06:00 |
|
Gregory Nutt
|
4d65dd04e2
|
SAMA5D4: Completes L2CC register definition header file
|
2014-06-08 19:08:11 -06:00 |
|
Gregory Nutt
|
d3903be2a6
|
SAMA5D4: Update HSMC register definitions
|
2014-06-08 16:27:58 -06:00 |
|
Gregory Nutt
|
0b5609d6fe
|
SAMA5D4: Update PIO register definitions
|
2014-06-08 15:35:51 -06:00 |
|
Gregory Nutt
|
80f7079bd9
|
SAMA5D4: Update DBGU header file
|
2014-06-08 14:37:09 -06:00 |
|
Gregory Nutt
|
31ac5b344d
|
SAMA5D4: Update PWM header file
|
2014-06-08 14:16:50 -06:00 |
|
Gregory Nutt
|
54333cd013
|
SAMA5D4: Updated HSMCI header file
|
2014-06-08 12:49:45 -06:00 |
|
Gregory Nutt
|
acd6991273
|
SAMA5D4: Update ADC register definition header file
|
2014-06-08 12:19:05 -06:00 |
|
Gregory Nutt
|
87a438b240
|
SAMA5D4: Updated RTC header file
|
2014-06-08 10:14:36 -06:00 |
|
Gregory Nutt
|
1240c066b2
|
SAMA5D4: Update register definitions; add support for TC2
|
2014-06-08 09:19:50 -06:00 |
|
Gregory Nutt
|
339f5f8e51
|
SAMA5: Add TWI3 support
|
2014-06-08 08:25:39 -06:00 |
|
Gregory Nutt
|
da8dfdcb6f
|
Updated SAMA5 SFR header file for the SAMA5D4
|
2014-06-08 07:48:36 -06:00 |
|
Gregory Nutt
|
582cad2e8a
|
SAMA5D4: Add support for UART4
|
2014-06-08 07:47:56 -06:00 |
|
Gregory Nutt
|
b8b2cc6f0e
|
SAMA5D4: Update one more register definition header files
|
2014-06-07 14:40:49 -06:00 |
|
Gregory Nutt
|
c86216676f
|
SAMA5D4: Update some register definition header files. Many more still to be done
|
2014-06-07 13:36:46 -06:00 |
|
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 |
|
Gregory Nutt
|
7857d716b5
|
Nucleo-F401RE: Fix memory usage
|
2014-04-30 08:20:30 -06:00 |
|
Gregory Nutt
|
2b2b799a23
|
ARMv7-M: Add FPU-related CFLAG settings for the CodeSourcery of Linux toolchain
|
2014-04-29 15:02:34 -06:00 |
|
Gregory Nutt
|
f25d69ff9a
|
Sourceforge patch #40. Fix some conditional logic in clock configuration. From Luciano Neri
|
2014-04-29 11:32:33 -06:00 |
|
Gregory Nutt
|
33ddbeab16
|
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
|
40972de8d7
|
Fix spelling, only one t in exiting
|
2014-04-27 15:49:38 -06:00 |
|
Gregory Nutt
|
87c78d61bc
|
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
|
bdf4a991aa
|
STM32 dmapreflight method must be conditioned on CONFIG_SDIO_PREFLIGHT. From Pelle Windestam
|
2014-04-25 07:22:14 -06:00 |
|
Gregory Nutt
|
b3f2e651f0
|
Cosmetic update to comments and README files
|
2014-04-24 12:44:30 -06:00 |
|
Gregory Nutt
|
2a8d44eea9
|
Updated comments; minor correction in some naming
|
2014-04-23 14:46:39 -06:00 |
|
Gregory Nutt
|
465bfcb4cf
|
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
|
972c4cbab5
|
Nucleo F401RE: Remove PX4 cruft that can in with the port
|
2014-04-22 12:18:08 -06:00 |
|
Gregory Nutt
|
18504d0d75
|
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
|
5df14c7d40
|
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
|
1fb0384fe7
|
SAM3/4 T/C driver updated to get closer to coding standard
|
2014-04-22 09:10:32 -06:00 |
|
Gregory Nutt
|
61555fe5e1
|
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
|
df33d9bcc8
|
examples/serialrx added by Bob Doison
|
2014-04-22 08:40:48 -06:00 |
|
Gregory Nutt
|
3d8e313995
|
Misc SAM4S-related changes from Bob Doison
|
2014-04-21 19:32:15 -06:00 |
|
Gregory Nutt
|
da66bc6434
|
SAM3/4: Add watchdog timer support. From Bob Doisin
|
2014-04-21 19:10:06 -06:00 |
|
Gregory Nutt
|
9aef2435d4
|
SAM3/4: Support for PDC based HSMCI ADMA from Bob Doiron
|
2014-04-21 17:18:30 -06:00 |
|
Gregory Nutt
|
c0f27d8aa6
|
SAM4S: Fix error in macro that disabled peripheral clocking. From Bob Doiron
|
2014-04-21 17:06:01 -06:00 |
|
Gregory Nutt
|
35bd5c9e65
|
SAM3/4 RTC driver from Bob Doiron
|
2014-04-21 17:04:22 -06:00 |
|
Gregory Nutt
|
f7dbe4b970
|
SAM3/4 RTC driver from Bob Doiron
|
2014-04-21 17:03:57 -06:00 |
|
Gregory Nutt
|
d53c3a2090
|
Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank Bennett
|
2014-04-20 13:42:23 -06:00 |
|
Gregory Nutt
|
0a52f24e7b
|
ST32: Make selection of SDIO interrupt priority essentially impossible
|
2014-04-19 08:05:49 -06:00 |
|
Gregory Nutt
|
6a3a766b00
|
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
|
4abb84524d
|
Fix an error introduced in the last commit
|
2014-04-19 07:54:52 -06:00 |
|
Gregory Nutt
|
4e72f42468
|
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
|
9485fbf66e
|
SAM3/4 Interrupt initialization. Default interrupt priority not being set correctly
|
2014-04-17 14:02:22 -06:00 |
|
Gregory Nutt
|
d374d22738
|
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
|
75e61f4b69
|
STM32 OTGFS Host: Changes from Leo for low-speed devices and interrupt endpoints
|
2014-04-17 10:52:27 -06:00 |
|
Gregory Nutt
|
c6d70e29bc
|
SAMA5 EMAC: Missing right parens from last change. Noted by Luciano Neri
|
2014-04-17 09:02:55 -06:00 |
|
Gregory Nutt
|
3133ebfcee
|
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
|
0184a957b7
|
Costmetic: Replace spaces with tabs
|
2014-04-16 16:26:46 -06:00 |
|
Gregory Nutt
|
d62455b0b8
|
STM32 OTGFS Host: Additional trace points from Leo
|
2014-04-16 12:56:21 -06:00 |
|
Gregory Nutt
|
80cded4e3e
|
STM32 F2: Fix SPI2 MOSI pin mapping. From dlsitzer
|
2014-04-16 12:35:33 -06:00 |
|
Gregory Nutt
|
dc3ef08a66
|
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
|
bf2bb55aac
|
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
|
1e35f1730d
|
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
|
1927c147be
|
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
|
c47816cbf6
|
Sourceforge Patch #37: Missing semicolon
|
2014-04-16 09:43:34 -06:00 |
|
Gregory Nutt
|
1b46ebc7f4
|
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
|
08218f977e
|
Updates to the STM32 OTGFS host logic from Leo
|
2014-04-15 08:49:33 -06:00 |
|
Gregory Nutt
|
7ad2ace833
|
Costmetic changes to some comments
|
2014-04-14 16:36:07 -06:00 |
|
Gregory Nutt
|
48cdbfe5ba
|
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
|
f8024cf409
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
|
Gregory Nutt
|
f7e5953804
|
Cosmetic changes for coding style; removal of dangling spaces at the end of lines
|
2014-04-13 13:18:06 -06:00 |
|
Gregory Nutt
|
494387b33b
|
Make sure that there is one space after for
|
2014-04-12 13:28:22 -06:00 |
|
Gregory Nutt
|
056aed1274
|
Make sure that there is one space between while and condition
|
2014-04-12 13:09:48 -06:00 |
|
Gregory Nutt
|
303cc1902b
|
Make sure that there is one space between if and condition
|
2014-04-12 12:53:19 -06:00 |
|
Gregory Nutt
|
a7789ce91f
|
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
|
38728a35f5
|
STM32 OTG FS Hose and others: Remove some warnings
|
2014-04-12 09:58:23 -06:00 |
|
Gregory Nutt
|
3ae029fbe7
|
STM32 OTGFS Host: Fix a logic error introduced in the last check-in
|
2014-04-12 09:33:52 -06:00 |
|
Gregory Nutt
|
218554dc9d
|
STM32 OTGFS: Host USB tracing instrumentation added by Leo
|
2014-04-12 08:44:22 -06:00 |
|
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
|
2fcc57edb0
|
mv ramlog.h and syslog.h to new include/nuttx/syslog
|
2014-04-10 09:29:30 -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
|
27811d28f9
|
Cosmetic changes to comments and README
|
2014-04-07 15:28:04 -06:00 |
|
Gregory Nutt
|
ac3865fd89
|
Updated README files and comments
|
2014-04-07 07:43:28 -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
|
6c5535cc38
|
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
|
abca33bd6b
|
Cosmetic update to comments
|
2014-04-05 11:35:05 -06:00 |
|
Gregory Nutt
|
120589434f
|
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
|
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
|
0b7ec97370
|
SAMA5 boards: Operation at 528Mhz has been verified
|
2014-04-04 10:36:53 -06:00 |
|
Gregory Nutt
|
69c69c45c6
|
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
|
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
|
8d1781437d
|
ARMv7-A: Typo fix from David Sidrane
|
2014-04-03 15:43:13 -06:00 |
|
Gregory Nutt
|
5fef770362
|
SAMA5: Cosmetic updates to comments and README files
|
2014-04-03 15:30:00 -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
|
c9fc03d52f
|
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
|
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
|
6201df6463
|
Updated comments and README
|
2014-04-02 09:03:29 -06:00 |
|
Gregory Nutt
|
0d66ba9c00
|
SAMA5 DBGU: Add logic to suppress DBGU reconfiguration when started from a bootloader
|
2014-04-02 09:03:27 -06:00 |
|
Gregory Nutt
|
0b8d635d96
|
Fix typo introduced to the serial driver when the DBGU driver was added
|
2014-04-02 09:02:15 -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
|
3d8cbb415c
|
Cosmetic update to comments and README files
|
2014-03-31 17:25:39 -06:00 |
|
Gregory Nutt
|
a29187bd34
|
SAMA5: Add DBGU register definition header file
|
2014-03-31 17:25:16 -06:00 |
|
Gregory Nutt
|
5dd8a2cfe4
|
Remove double mapping of SDRAM when running from SDRAM
|
2014-03-31 15:08:04 -06:00 |
|
Gregory Nutt
|
8e919137b2
|
cosmetic updates to comments
|
2014-03-30 10:25:01 -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
|
4d6b1ed2c8
|
Fix a rounding problem in HSMCI divider calculation
|
2014-03-29 18:13:00 -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
|
8bc70e38ab
|
SAMA5D3 Xplained: Has no NOR flash. Remove all NOR support from board configuration
|
2014-03-29 15:05:09 -06:00 |
|
Gregory Nutt
|
f12e37cae4
|
Documentatin updated; fix errors in some comments
|
2014-03-28 09:52:07 -06:00 |
|
Gregory Nutt
|
085d7dfe34
|
Add support for the SAMA5D36
|
2014-03-28 08:33:01 -06:00 |
|
Gregory Nutt
|
47baf7bf2b
|
Fix a warning that happens with debug is disabled
|
2014-03-26 16:32:38 -06:00 |
|
Gregory Nutt
|
4c14053238
|
SAM4E CMCC: Fix some errors introducted in last check-in
|
2014-03-26 16:32:16 -06:00 |
|
Gregory Nutt
|
fb41a1104e
|
Eliminate some warnings
|
2014-03-26 16:31:26 -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
|
8fb610a537
|
SAMA5D3: Fix some typos in last blind changes backported from the SAM4e. And verified
|
2014-03-25 16:11:33 -06:00 |
|
Gregory Nutt
|
e68f6049c5
|
backport a serial console fix from the sam4e to the sama5d3
|
2014-03-25 14:34:07 -06:00 |
|
Gregory Nutt
|
aefe9637c7
|
SAM3/4 CMCC: if region to be invalidate is bigger than that cache, then invalidate all
|
2014-03-25 14:25:22 -06:00 |
|
Gregory Nutt
|
93380d8156
|
SAM3/4 Serial: Fix a mysterious multi-tasking bug that can lock up the serial port
|
2014-03-25 12:44:03 -06:00 |
|
Gregory Nutt
|
bd52d9af21
|
SAM3/4 HSMCI: Update configuration names to match last change to Kconfig
|
2014-03-24 17:42:28 -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
|
d508e6a370
|
SAM3/4 HSCMI: Another fix for complication with SAM4E
|
2014-03-24 10:25:02 -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
|
5b1e019fdd
|
SAM3/4: Changes for clean HSMCI compilation
|
2014-03-23 15:52:14 -06:00 |
|
Gregory Nutt
|
659783fad5
|
SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ
|
2014-03-23 15:51:34 -06:00 |
|
Gregory Nutt
|
4cc814220e
|
SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ
|
2014-03-23 15:51:08 -06:00 |
|
Gregory Nutt
|
9d9631243a
|
SAM4E-EK: Enable interrupt stack in all configurations
|
2014-03-23 10:12:57 -06:00 |
|
Gregory Nutt
|
a37ad4ecca
|
Add logic to check interrupt stack usage
|
2014-03-23 10:11:58 -06:00 |
|
Gregory Nutt
|
ebf143a420
|
All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabled
|
2014-03-23 10:07:52 -06:00 |
|
Gregory Nutt
|
394ccb3932
|
All ARM assertion logic will show stack usage on assertion if DEBUG_STACK is enabled
|
2014-03-23 10:06:48 -06:00 |
|
Gregory Nutt
|
3303e04e78
|
Every ARM architecture must export g_instackbase
|
2014-03-23 10:05:21 -06:00 |
|
Gregory Nutt
|
293b5d7723
|
SAM4E-EK UDP: prevent some bad recursive behavior
|
2014-03-22 17:30:17 -06:00 |
|
Gregory Nutt
|
266ef59280
|
SAM3/4 lowputc: Fix compile errors when there is no serial console
|
2014-03-22 10:18:06 -06:00 |
|
Gregory Nutt
|
0478a97eca
|
SAM4E UDP: Fix handling of GLBSTAT:CONFIG bit. Was not being set
|
2014-03-21 13:31:45 -06:00 |
|
Gregory Nutt
|
06e60bab2b
|
SAM4E UDP: Cosmetic updates to tracing and README
|
2014-03-21 10:45:12 -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
|
f139391f8a
|
SAM4E UDP: Several fixes related to bulk endpoint transfers
|
2014-03-20 14:25:56 -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
|
4f72c3b430
|
SAM4E UDP: Fix errors associated with OUT packet size handling and bank interrupt bit handling
|
2014-03-19 18:02:57 -06:00 |
|
Gregory Nutt
|
f3ce9ea2aa
|
SAM4E: Fix handling of CSR:DIR bit
|
2014-03-19 13:34:15 -06:00 |
|
Gregory Nutt
|
01f71c9cbc
|
SAM4E UDP: Fix to handling of FADDR:FEN and CSR:TXCOMP
|
2014-03-19 12:20:42 -06:00 |
|
Gregory Nutt
|
57516a8ede
|
LPC17 USB Host: Minor clean-up after performing some regressin testing
|
2014-03-19 08:33:15 -06:00 |
|
Gregory Nutt
|
34467249b5
|
Improved description of CONFIG_ARMV7M_USEBASEPRI from Vijay Kumar
|
2014-03-19 07:16:44 -06:00 |
|
Gregory Nutt
|
cba9127a86
|
SAM4E UDP: Fix FIFO reset logic
|
2014-03-18 17:24:50 -06:00 |
|
Gregory Nutt
|
3da4e2fc4f
|
SAM4E UDP: Remove spurious clearing of RXSETUP
|
2014-03-18 15:19:45 -06:00 |
|
Gregory Nutt
|
4b11d57f20
|
SAM4E UDP: Now receives one setup packet before dying
|
2014-03-18 12:38:34 -06:00 |
|
Gregory Nutt
|
a5bdccebe3
|
TM4C123G Launchpad: Corrected processor configuration from Daniel Pereira de Carvalho
|
2014-03-18 11:21:31 -06:00 |
|
Gregory Nutt
|
5f8304415d
|
SAM4E: Fix a few more UDP bring-up bugs. Still not working
|
2014-03-18 11:00:20 -06:00 |
|
Gregory Nutt
|
fe9023752a
|
SAM4E: Revise board-specific USB MSC support
|
2014-03-18 09:31:02 -06:00 |
|
Gregory Nutt
|
e869de4272
|
SAM4E: Add USB full speed device (UDP) driver
|
2014-03-17 12:37:55 -06:00 |
|
Gregory Nutt
|
1cde363251
|
SAM3/4: Fleshing out environment to support USB device (UDP)
|
2014-03-16 14:11:22 -06:00 |
|
Gregory Nutt
|
bda62b0502
|
SAM3/4: Fix debug logic in DMAC that was causing the loss of interrupts
|
2014-03-14 11:57:42 -06:00 |
|
Gregory Nutt
|
e2ab7d8a33
|
SAM3/4 DMA fixes in general for SPI DMA in particular
|
2014-03-14 11:25:16 -06:00 |
|
Gregory Nutt
|
dba6cca886
|
SAM3/4: Integrate the SPI DMA interface with the existing code. Does not yet work.
|
2014-03-13 15:54:09 -06:00 |
|
Gregory Nutt
|
42e06fb503
|
SAM4E-EK: Add support for the SAM4E-EK AT25 serial flash
|
2014-03-13 14:07:35 -06:00 |
|
Gregory Nutt
|
7e16cee6b5
|
Backport SPI driver enhancements from SAMA5 to SAM3/4
|
2014-03-13 10:34:35 -06:00 |
|
Gregory Nutt
|
0bd5f23a30
|
SAM4E: Fix EMAC pin configuration. Driver is basically functionaly now. SAM4E-EK NSH configuration now has networking enabled by default
|
2014-03-13 09:03:03 -06:00 |
|
Gregory Nutt
|
1a2845a4ef
|
SAM4E-EK: Add an EMAC driver. Initial commit is just a quick port of the SAMA5D3 EMAC driver
|
2014-03-12 15:03:59 -06:00 |
|
Gregory Nutt
|
5a0100aef4
|
SAM4E: Add support for the Cortex-M Cache Control block
|
2014-03-12 12:38:39 -06:00 |
|
Gregory Nutt
|
ce82132ef1
|
SAM4E: Various bring-up fixes. NSH now works
|
2014-03-12 10:59:19 -06:00 |
|
Gregory Nutt
|
3bb6c2fd57
|
TM4C: Fix typos in memory map reported by Daniel Pereira de Carvalho
|
2014-03-12 07:23:58 -06:00 |
|
Gregory Nutt
|
875b985781
|
SAM4E-EK: Purely cosmetic updates
|
2014-03-11 10:44:00 -06:00 |
|
Gregory Nutt
|
99d2f3a993
|
SAM4E-EK: Add basic board support
|
2014-03-10 15:18:46 -06:00 |
|
Gregory Nutt
|
6700b5318c
|
TM4C: A few more changes to get a clean compilation
|
2014-03-10 11:54:20 -06:00 |
|
Gregory Nutt
|
c05ad5ef63
|
Make sure that every reference to LM4F has corresponding logic for TM4C
|
2014-03-10 11:23:50 -06:00 |
|
Gregory Nutt
|
51674e0c51
|
TM4C: Add SYSCONTROL register defintion header file
|
2014-03-10 10:17:37 -06:00 |
|
Gregory Nutt
|
e788f48e19
|
Add support for TM4C GPIOs
|
2014-03-10 08:12:35 -06:00 |
|
Gregory Nutt
|
59b5802882
|
TIVA: Add memory map for the TM4C123
|
2014-03-09 13:57:35 -06:00 |
|
Gregory Nutt
|
cce52d75ed
|
Add pin multiplex definitions for the TM4C123
|
2014-03-09 13:15:09 -06:00 |
|
Gregory Nutt
|
983c0a2189
|
TM4C: Add definitions for GPIO interrupts
|
2014-03-09 10:00:31 -06:00 |
|
Gregory Nutt
|
096dbf391f
|
Add TM4C123 to the configuration system
|
2014-03-09 09:40:48 -06:00 |
|
Gregory Nutt
|
6811ad9eee
|
Oop.. everything was named TM3C instead of TM4C in the last check-in
|
2014-03-09 09:26:29 -06:00 |
|
Gregory Nutt
|
81eb11e68a
|
TM3C123: Add chip characteristics and interrupt definition files
|
2014-03-09 09:21:06 -06:00 |
|
Gregory Nutt
|
05ea680194
|
Hmmm.. not sure what happened but here is a missing TIVA file
|
2014-03-08 16:33:56 -06:00 |
|
Gregory Nutt
|
41a5b67887
|
functions and definitions renamed from lm_ to tiva_
|
2014-03-08 15:50:26 -06:00 |
|
Gregory Nutt
|
7c55ba4115
|
All files and functions beginning with lm_ changed to tiva_
|
2014-03-08 13:29:09 -06:00 |
|
Gregory Nutt
|
32f8f33653
|
The old lm/ directories were enamed tiva/ to better support new products coming down the pipe from TI
|
2014-03-08 12:31:06 -06:00 |
|
Gregory Nutt
|
441c311a3c
|
LPC2378: SPI driver from Lizhuoyi
|
2014-03-08 11:37:50 -06:00 |
|
Gregory Nutt
|
7231b0b1e5
|
LPC2378: I2C driver from Lizhuoyi
|
2014-03-08 11:03:58 -06:00 |
|
Gregory Nutt
|
95038604f6
|
Fix some confusion in the code about vectored interrupts; fix so that it builds with prioritized interrutps disabed
|
2014-03-08 10:57:11 -06:00 |
|
Gregory Nutt
|
ca916b1060
|
onfigs/mx1ads/ostest: Configuration converted to use the kconfig-frontends tools
|
2014-03-06 09:48:25 -06:00 |
|
Gregory Nutt
|
72164cb176
|
Use common naming for rest of the toolchains too
|
2014-03-05 16:29:58 -06:00 |
|
Gregory Nutt
|
79dc48a71a
|
Use common naming for all buildroot toolchains
|
2014-03-05 15:37:07 -06:00 |
|
Gregory Nutt
|
972eeae12d
|
Add configuration ettings for the on-demand paging option
|
2014-03-05 14:25:49 -06:00 |
|
Gregory Nutt
|
a2a3f80120
|
configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-frontends tools
|
2014-03-05 12:16:02 -06:00 |
|
Gregory Nutt
|
18f74bade9
|
configs/stm32f4discovery/pm: Configuration converted to use the kconfig-frontends tools
|
2014-03-04 08:58:01 -06:00 |
|
Gregory Nutt
|
c79bc5a19d
|
configs/mcu123-lpc214x/usbmsc: Configuration converted to use the kconfig-frontends tools
|
2014-03-03 15:40:18 -06:00 |
|
Gregory Nutt
|
4ac4814fb4
|
configs/olimex-strp711/nettest: Converted to use kconfig-frontends tools
|
2014-03-03 10:52:02 -06:00 |
|
Gregory Nutt
|
f5888496fb
|
configs/c5471evm/nettest converted use kconfig-frontends. C5471 build updated
|
2014-03-03 10:05:06 -06:00 |
|
Gregory Nutt
|
6b1aebdcae
|
arch/arm/src/lpc2378/Kconfig: Create Kconfig for the platform; Adjust configuration names for compatibility, configs/olimex-lpc2378/nsh: Convert to use the kconfig-frontends tools
|
2014-03-02 11:08:23 -06:00 |
|
Gregory Nutt
|
8462bcc072
|
Removed unused configuratin variable: CONFIG_PGTABLE_VADDR
|
2014-03-01 16:21:28 -06:00 |
|
Gregory Nutt
|
9f366d5e8d
|
configs/lm3s8962-ek/nsh converted to use the kconfig-frontends tools
|
2014-03-01 13:29:23 -06:00 |
|
Gregory Nutt
|
df156de4a4
|
Buildroot EABI (vs OABI) is now the default
|
2014-02-28 07:49:15 -06:00 |
|
Gregory Nutt
|
81999adb15
|
SAM3/4: Cosmetic updates to ADC register defintion header files
|
2014-02-27 08:41:03 -06:00 |
|
Gregory Nutt
|
8e8c2cd5ec
|
SAM4E: Completes all SAM4E register definition header files. Also a SAMA5D3 ADc register definition fix
|
2014-02-26 17:00:22 -06:00 |
|
Gregory Nutt
|
cc5bc76761
|
SAM4E: Add AES and AFEC register definition header files (AFEC incomplete)
|
2014-02-26 15:11:20 -06:00 |
|
Gregory Nutt
|
165d202f41
|
SAM4E: Add CAN and RSWDT register definition header files
|
2014-02-26 14:14:19 -06:00 |
|
Gregory Nutt
|
22423b3770
|
SAM4E: Add EMAC register definition header file
|
2014-02-26 11:57:42 -06:00 |
|
Gregory Nutt
|
bcdf077953
|
SAM4E: Add CMCC register definition header file
|
2014-02-26 09:25:57 -06:00 |
|
Gregory Nutt
|
424f8e82d8
|
SAM4E: UDP register definition header file
|
2014-02-25 13:39:00 -06:00 |
|
Gregory Nutt
|
d34b1b620b
|
SAM3/4: Fix some build errors that crept in with the SAM4E support
|
2014-02-25 12:41:38 -06:00 |
|
Gregory Nutt
|
3b07bc6716
|
SAM4E: Update SAM3/4 TC and DMAC register definition header files
|
2014-02-25 10:56:23 -06:00 |
|
Gregory Nutt
|
4d600b7a73
|
SAM4E: Update SAM3/4 ACC, DACC, and PDC register definition header files
|
2014-02-24 14:48:33 -06:00 |
|
Gregory Nutt
|
1c596b06d8
|
SAM4E: Update SAM3/4 GPBR, HSMCI, PWM, RSTC, RTC, RTT, SMC, and WDT register definition header files
|
2014-02-24 12:38:19 -06:00 |
|
Gregory Nutt
|
a39db83fcc
|
SAM4E: Update SAM3/4 SMC and SUPC register definition header files
|
2014-02-24 10:26:44 -06:00 |
|
Gregory Nutt
|
6a5abb6cf9
|
SAM4E: Update SAM3/4 EEFC, MATRIX, and PMC register definition header files
|
2014-02-24 09:49:02 -06:00 |
|
Gregory Nutt
|
c3cbb6546a
|
ARMv6-M/ARMv7-M: Correct a register handling error in signal delivery (Kernel build mode only). Noted by Mike Smith.
|
2014-02-23 08:25:49 -06:00 |
|
Gregory Nutt
|
2cc96f9be1
|
SAM4E: USART/USART header files and drivers updated to support the SAM4E
|
2014-02-22 13:46:23 -06:00 |
|
Gregory Nutt
|
1b5f674f7b
|
SAM4E: update SAM3/4 Kconfig for SAM4E peripheral selections
|
2014-02-22 11:56:04 -06:00 |
|
Gregory Nutt
|
8d6565b85d
|
Rename sam3u_pmc.h to sam_pmc.h since it handles all of the SAM3/4 chips
|
2014-02-22 10:38:25 -06:00 |
|
Gregory Nutt
|
d303194e22
|
SAM4E: Update PMC and SPI register definition header files
|
2014-02-22 10:32:28 -06:00 |
|
Gregory Nutt
|
a3acfc785f
|
SAM4E: Pin multiplex definition header file
|
2014-02-21 18:10:53 -06:00 |
|
Gregory Nutt
|
4b824e8d5f
|
SAM4E: Add support for PIO and peripheral clocks
|
2014-02-21 12:34:04 -06:00 |
|
Gregory Nutt
|
74b4b1f054
|
SAM4E: Add memory map header file
|
2014-02-21 09:33:16 -06:00 |
|
Gregory Nutt
|
0a6942e068
|
SAM4E: Add vector definition header files
|
2014-02-21 08:46:16 -06:00 |
|
Gregory Nutt
|
bebb5d8c4d
|
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
|
2014-02-20 18:14:02 -06:00 |
|
Gregory Nutt
|
33508df77f
|
SAMD20: Some progress debugging SPI. Currently hangs
|
2014-02-20 15:20:42 -06:00 |
|
Gregory Nutt
|
8f469d70ed
|
SAMD20: Changes for clean build of SPI driver and SAMD20 Xplained Pro board with the I/O1 module installed
|
2014-02-20 11:27:59 -06:00 |
|
Gregory Nutt
|
8bbf4f3ec8
|
SAMD20: SPI driver is code-complete, but untested
|
2014-02-20 09:59:54 -06:00 |
|
Gregory Nutt
|
41afd1c3d8
|
SAMD: A little more SPI logic
|
2014-02-19 18:48:59 -06:00 |
|
Gregory Nutt
|
951f4ff4a3
|
LM3/4: Several errors were unmasked with UARTs > UART2 were enabled. Fromo Gosha
|
2014-02-19 17:02:30 -06:00 |
|
Gregory Nutt
|
ff899bf0e3
|
SAMD20: Add a framework for an SPI driver
|
2014-02-19 16:52:12 -06:00 |
|
Gregory Nutt
|
916308efc1
|
SAMD20: Move some common SERCOM logic to a separate file where it can be shared
|
2014-02-19 14:47:04 -06:00 |
|
Gregory Nutt
|
662622b5dc
|
STM32 Timer: Set CCMR wehn selecting timer channel. From David Sidrane
|
2014-02-18 13:50:46 -06:00 |
|
Gregory Nutt
|
bbb65432d9
|
STM32 SPI: Disable SPI before modifying CR1
|
2014-02-18 13:42:20 -06:00 |
|
Gregory Nutt
|
06e7e5dfa1
|
More STM32F429 Discovery FPU-related changes from David Alessio
|
2014-02-18 12:07:17 -06:00 |
|
Gregory Nutt
|
1fcd2bfd10
|
SAMD20: Increase FLASH waitstates to 2
|
2014-02-18 10:37:42 -06:00 |
|
Gregory Nutt
|
7bcf29c72a
|
Mostly cosmetic clean-up of comments
|
2014-02-17 19:22:53 -06:00 |
|
Gregory Nutt
|
246b949610
|
SAMD20: Fix BAUD calculation. Now comes up okay about 20% of the time
|
2014-02-17 18:09:17 -06:00 |
|
Gregory Nutt
|
0fd29be0d2
|
SAMD20: Now runs, but no serial output
|
2014-02-17 14:21:22 -06:00 |
|
Gregory Nutt
|
93ca836b85
|
SAMD20: Initial debug changes to get clocking
|
2014-02-17 11:36:52 -06:00 |
|
Gregory Nutt
|
05b5d78ae1
|
SAMD20: Misc changes for a clean build with debug enabled
|
2014-02-17 08:14:19 -06:00 |
|
Gregory Nutt
|
72e823a498
|
SAMD20: Add WDT and EVSYS register definition header files
|
2014-02-16 17:21:36 -06:00 |
|
Gregory Nutt
|
46ae018692
|
SAMD20: Add I2C slave register definition header file
|
2014-02-16 14:44:03 -06:00 |
|
Gregory Nutt
|
3c00c4f3fb
|
SAM20D: Add SPI and I2C master register definition header files
|
2014-02-16 13:07:31 -06:00 |
|
Gregory Nutt
|
b3f4814e9f
|
SAMD20: The basic port is complete but still untested
|
2014-02-16 11:34:32 -06:00 |
|
Gregory Nutt
|
cb6bf52939
|
SAMD20: Completes low-level USART logic
|
2014-02-16 09:42:29 -06:00 |
|
Gregory Nutt
|
1f9d3b67ff
|
SAMD20: More SERCOM USART configuration logic
|
2014-02-15 17:53:55 -06:00 |
|
Gregory Nutt
|
3b0e6526a1
|
SAMD20: A little more USART logic
|
2014-02-15 15:58:48 -06:00 |
|
Gregory Nutt
|
de8f9e979c
|
SAMD20: Beginning of SERCOM UART configuration logic
|
2014-02-15 14:22:56 -06:00 |
|
Gregory Nutt
|
7304c246d1
|
SAM D20: Add SERCOM USART register definition header file
|
2014-02-15 11:37:09 -06:00 |
|
Gregory Nutt
|
5caa92f463
|
SAMD20: Finishes basic clock configuration logic
|
2014-02-15 10:18:05 -06:00 |
|
Gregory Nutt
|
1ed6677f57
|
SAM D20: More clock configuration logic (still incomplete)
|
2014-02-14 16:46:21 -06:00 |
|
Gregory Nutt
|
293484ffed
|
SAM D20: Put fuse related definition in a separate header file so make license statement cleaner
|
2014-02-14 14:33:34 -06:00 |
|
Gregory Nutt
|
294152fe36
|
SAM D20: A little more clock configuration logic (still incomplete)
|
2014-02-14 13:38:56 -06:00 |
|
Gregory Nutt
|
e98ef18df1
|
SAMD20: Add NVMCTRL register definition header file. Also empty framework for clock configuration
|
2014-02-14 11:03:22 -06:00 |
|
Gregory Nutt
|
8acdc31a6e
|
STM32 serial: Fix clone typo.. FLOWCONROL vs FLOWCONTROL
|
2014-02-14 09:09:56 -06:00 |
|
Gregory Nutt
|
c0c22040b0
|
SAMD20: Add SYSCTRL register definition header file
|
2014-02-13 15:41:16 -06:00 |
|
Gregory Nutt
|
4c2b18dee0
|
SAMD20: Add GCLK and PM register definition header files
|
2014-02-13 14:07:58 -06:00 |
|
Gregory Nutt
|
69ffc4a351
|
SAMD20: Add port configuration logic
|
2014-02-13 12:44:22 -06:00 |
|
Gregory Nutt
|
12e96b8f51
|
Add SAMD20 pin configuration definitions
|
2014-02-13 10:56:15 -06:00 |
|
Gregory Nutt
|
1364850552
|
Minimal changes to get a clean compilation of the SAMD20 Xplained configuration. Still a lot of missing logic
|
2014-02-13 09:14:03 -06:00 |
|
Gregory Nutt
|
1bd5ff87c4
|
Fix-up some SAMD20 SERCOM conditionals
|
2014-02-12 18:29:23 -06:00 |
|
Gregory Nutt
|
bd15ec2565
|
Add initial support for the Atmel SAMD20 Xplained Pro board
|
2014-02-12 17:50:58 -06:00 |
|
Gregory Nutt
|
ca9a8e5875
|
Add basic framework to support the Atmel SAMD Cortex-M+ chip
|
2014-02-12 15:07:11 -06:00 |
|
Gregory Nutt
|
6b4796fa5a
|
Fix typo cloned to many files: SAM32 vs SAM34
|
2014-02-12 13:00:24 -06:00 |
|
Gregory Nutt
|
b656602055
|
More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced
|
2014-02-10 19:11:56 -06:00 |
|
Gregory Nutt
|
91b002a043
|
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
|
2014-02-10 18:08:49 -06:00 |
|
Gregory Nutt
|
2b40128148
|
USB HID mouse: Fixes the basic data transfer model. Returned position data is still bad
|
2014-02-09 16:50:09 -06:00 |
|
Gregory Nutt
|
2d91804642
|
LPC17 USB Host: Fix a compile error when USB debug is enabled
|
2014-02-09 15:54:58 -06:00 |
|
Gregory Nutt
|
9d8ecdbefd
|
Fix a compile error that crept into the LPC17xx USB host driver
|
2014-02-09 13:45:18 -06:00 |
|
Gregory Nutt
|
cde8e80302
|
A10 had the same cut'n'paste error as did the LM4F
|
2014-02-03 17:22:47 -06:00 |
|
Gregory Nutt
|
ef899c5115
|
Fix cut'n'paster errors in conditional compilation. Prevented LM4F120 Launchpad UARTs 2-7 from being used
|
2014-02-03 17:00:05 -06:00 |
|
Gregory Nutt
|
e5bb99bfb9
|
A10: Make sure it is tolerant of CONFIG_BOOT_SDRAM_DATA
|
2014-01-29 08:16:02 -06:00 |
|
Gregory Nutt
|
764ba4da70
|
SAMA5: Fix logic for running with data in SDRAM
|
2014-01-29 07:49:23 -06:00 |
|
Gregory Nutt
|
3ddb0ebaef
|
ARMv7-A: Conditionally compile out more unneeded logic when .data and .bss are in SDRAM
|
2014-01-28 16:39:08 -06:00 |
|
Gregory Nutt
|
72ee80b7cc
|
SAMA5: Mostly cosmetic
|
2014-01-28 15:54:03 -06:00 |
|
Gregory Nutt
|
6188eb7472
|
SAMA5: More variables-in-SDRAM stuff
|
2014-01-28 15:05:19 -06:00 |
|
Gregory Nutt
|
34b94de8fe
|
Add support for .data and .bss in SDRAM
|
2014-01-28 14:35:03 -06:00 |
|
Gregory Nutt
|
9f46dac1e2
|
Add option to indicatet that data is retained in SDRAM
|
2014-01-28 10:42:49 -06:00 |
|
Gregory Nutt
|
73d340e0bd
|
Remove EFM32 from build system
|
2014-01-27 10:41:06 -06:00 |
|
Gregory Nutt
|
3b172e5f41
|
Remove support for EFM32. Not ready to be fielded
|
2014-01-27 08:03:39 -06:00 |
|
Gregory Nutt
|
2f837ccd2a
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
|
Gregory Nutt
|
f3f5378acc
|
The optimization level can now be selected as part of the configuration
|
2014-01-24 07:45:35 -06:00 |
|
Gregory Nutt
|
e4142f65fb
|
Assembler changes with the gcc-47 distribution from ARM mean that we need to be explicit about branch one or more of the wide branch opcodes results in bad table branching. From Mike Smith
|
2014-01-23 15:29:57 -06:00 |
|
Gregory Nutt
|
7077d99f2f
|
Basic support for the EFM32 processor family from Richar Cochran
|
2014-01-23 07:56:10 -06:00 |
|
Gregory Nutt
|
7ce90ef7e2
|
arch/arm/src/Makefile: dependency directory list is now computed from the VPATH. From Richard Cochran
|
2014-01-23 07:41:00 -06:00 |
|
Gregory Nutt
|
7834ff4ce3
|
Fix error in last ARMv7-M up_disable_irq checkin
|
2014-01-15 15:26:32 -06:00 |
|
Gregory Nutt
|
be474523c4
|
Fix all Cortex-M3/4 implementations of up_disable_irq(). They were doing nothing. Thanks to Manuel Stühn for the tip.
|
2014-01-15 09:56:30 -06:00 |
|
Gregory Nutt
|
836057e340
|
Individual IRQs are not longer disabled on each interrupt. See ChangeLog for detailed explanation
|
2014-01-15 08:09:19 -06:00 |
|
Gregory Nutt
|
803cdfdaf1
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
|
Gregory Nutt
|
b301471adb
|
A10: Serial clock is OSC24M. From Alan Carvalho de Assis
|
2014-01-10 15:32:42 -06:00 |
|
Gregory Nutt
|
a6bb107d10
|
Fix types in conditional compilation
|
2014-01-10 13:36:18 -06:00 |
|
Gregory Nutt
|
37f0db6e0c
|
Add support for the XPT2046 touchscreen controller on the Viewtool LCD module
|
2014-01-09 10:57:17 -06:00 |
|
Gregory Nutt
|
c31f2b6f78
|
Fix STM32F103VE SPI3 definitions; Fix bug introduced in recent NX reorganization. From Steve Redler IV
|
2014-01-08 16:44:11 -06:00 |
|
Gregory Nutt
|
a6d486557b
|
Cosmetic spaces to tabs change
|
2013-12-08 10:38:33 -06:00 |
|
Gregory Nutt
|
7cbb001f98
|
A10: Fix serial TX interrupts
|
2013-12-08 09:26:53 -06:00 |
|
Gregory Nutt
|
764e117965
|
A10: Correct handling of the serial busy interrupt
|
2013-12-08 08:51:19 -06:00 |
|
Gregory Nutt
|
126bec4e55
|
Add more nops after enabling MMU for Cortex-A8
|
2014-01-07 08:38:00 -06:00 |
|
Gregory Nutt
|
9d393e167c
|
A10: Handle UART BUSY interrupt; Back out change to mkconfig.c -- it causes problems for assembly
|
2013-12-07 11:46:08 -06:00 |
|
Gregory Nutt
|
aa1700895e
|
A10: Add missing interrupt handling logic for UART4-7 and remove bogus flow control logic
|
2014-01-06 12:08:32 -06:00 |
|
Gregory Nutt
|
6a9c63aa09
|
A10: Fix error in IRQ dispatch; vector table seems to be offset by 64 bytes?
|
2013-12-07 08:36:30 -06:00 |
|
Gregory Nutt
|
bb92016356
|
SVC is the preferred mnemonic vs. SWI for cortex A
|
2014-01-05 16:21:41 -06:00 |
|
Gregory Nutt
|
ab729802be
|
Oops. Mnemonic changed from SWI to SVC in cortex A
|
2014-01-05 15:59:49 -06:00 |
|
Gregory Nutt
|
8bc6125b3c
|
Add ARMv7-A syscall.h header file
|
2014-01-05 15:49:06 -06:00 |
|
Gregory Nutt
|
458465c8ed
|
Viewtools STM32F103: Add SSD1289 LCD support
|
2014-01-05 14:14:59 -06:00 |
|
Gregory Nutt
|
c01e95584c
|
STM32: Single wire UART support from Thomas Grubler
|
2014-01-02 07:56:46 -06:00 |
|
Gregory Nutt
|
bca90d1c28
|
STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to buildroot
|
2013-12-31 10:55:46 -06:00 |
|
Gregory Nutt
|
2507017695
|
Decoupling NX user interfaces to support NX kernel build (phase 1)
|
2013-12-27 13:18:20 -06:00 |
|
Gregory Nutt
|
64bb8b3341
|
Fix naming of STM32 F3 SPI2 MOSI and MISO pins. From Brian Webb
|
2013-12-27 11:15:18 -06:00 |
|
Gregory Nutt
|
bee251006b
|
STM32F107 OTG FS clock presecaler cannot be configurated after the USB clock is enabled
|
2013-12-26 10:45:21 -06:00 |
|
Gregory Nutt
|
4922f71703
|
Add support for STM32F107 OTG FS (doesn't work) and update USB support for Viewtools STM32F107~
|
2013-12-26 09:22:37 -06:00 |
|
Gregory Nutt
|
e963a4d862
|
F103VC, F105, and F107: Fix configuration and building of USB. configs/viewtools-stm32f107: Fix build for F103 and F107: F103 has USB device; F107 has OTGFS
|
2013-12-25 18:34:15 -06:00 |
|
Gregory Nutt
|
1c61bb0c53
|
Fix a duplicate label introduce in recent commit
|
2013-12-23 14:29:25 -06:00 |
|
Gregory Nutt
|
76b04f137f
|
Need to protect state on stack to do nested interrupt handling
|
2013-12-23 14:11:32 -06:00 |
|
Gregory Nutt
|
d41bfe4d5b
|
Fixes a few more high priority, nested interrupt logic
|
2013-12-23 11:13:56 -06:00 |
|
Gregory Nutt
|
22e208dbf9
|
Several fixes related to Cortex-M RAM vectors
|
2013-12-22 18:19:08 -06:00 |
|
Gregory Nutt
|
88faa55ac1
|
Fix some missing parameters in macros
|
2013-12-22 16:29:36 -06:00 |
|
Gregory Nutt
|
483a4d8d2b
|
Finish the high priority, nested interrupt handler test (does not work)
|
2013-12-22 13:23:57 -06:00 |
|
Gregory Nutt
|
facf988cb2
|
Add logic to configure interrupt controller debug; Fix high priority, nested interrupt build problems
|
2013-12-22 11:16:29 -06:00 |
|
Gregory Nutt
|
5f89b91ad1
|
Finishes coding of ARMv7-M high priority nested interrupt logic. Still undocumented; still not fully tested
|
2013-12-21 15:05:48 -06:00 |
|
Gregory Nutt
|
7bcfcb2544
|
Beginning of high priority nested interrupt support for the ARMv7-M family
|
2013-12-21 11:03:38 -06:00 |
|
Gregory Nutt
|
49f73c04ae
|
Fix a typo that was cloned to several SAMA5 and MTD files
|
2013-12-21 09:45:27 -06:00 |
|
Gregory Nutt
|
1e7365eea4
|
Cosmetic: Changlog and update to comments
|
2013-12-20 16:24:22 -06:00 |
|
Gregory Nutt
|
67b5785d58
|
Kconfigs: Interrupt prioritization should not be automatically selected
|
2013-12-20 08:42:54 -06:00 |
|
Gregory Nutt
|
ed56d3aa83
|
Replace explicit hex MMU value with definition
|
2013-12-18 12:47:43 -06:00 |
|
Gregory Nutt
|
e9d7ab1ba3
|
A10: Extend register debug logic
|
2013-12-18 11:26:48 -06:00 |
|
Gregory Nutt
|
447e79dccc
|
Fix bad register name in INTC debug function
|
2013-12-18 10:14:12 -06:00 |
|
Gregory Nutt
|
e23dcc6384
|
Cortex-A: Fix start-up cache invalidation logi
|
2013-12-18 09:01:43 -06:00 |
|
Gregory Nutt
|
d67eeb1f8a
|
A10: Make sure that interrupts are disabled and cleared
|
2013-11-17 11:40:58 -06:00 |
|
Gregory Nutt
|
a542164b1d
|
Page lies in SRAM A2 not A1
|
2013-11-17 10:37:10 -06:00 |
|
Gregory Nutt
|
fa3593a2c5
|
Remove executable mode bits
|
2013-11-17 08:27:11 -06:00 |
|
Gregory Nutt
|
d46dd5f8e2
|
A10: Fix DDR mapping
|
2013-12-17 09:22:27 -06:00 |
|
Gregory Nutt
|
1771b69b62
|
Cosmetic changes to comments and README files
|
2013-12-16 13:48:20 -06:00 |
|
Gregory Nutt
|
cbe5751c3b
|
Trivial updates to comments and README files
|
2013-12-16 11:13:55 -06:00 |
|
Gregory Nutt
|
96918171ee
|
Review Cortex-A9 CP15 registers and update register definitions
|
2013-12-16 10:23:29 -06:00 |
|
Gregory Nutt
|
93914d8686
|
Back port some A10 changes into the SAMA5 memory map definitions
|
2013-12-16 09:21:55 -06:00 |
|
Gregory Nutt
|
c4380b5a8f
|
ARMv7-A: If the page table does not like in same address range as .text and primary RAM, then we will need to set up an additional mapping for the page table at boot time.
|
2013-12-16 08:26:07 -06:00 |
|
Gregory Nutt
|
9f01df47ea
|
Create procfs_utils.c; File missed from last commit; + remove warning from mm_memalign.c (how did this work before?)
|
2013-12-14 08:53:23 -06:00 |
|
Gregory Nutt
|
623229057f
|
A10 serial driver (still needs some work). From Alan Carvalho de Assis
|
2013-12-13 16:41:44 -06:00 |
|
Gregory Nutt
|
c5f56cb39b
|
Eliminate some warnings in the pcDuino A10 build
|
2013-12-13 13:09:45 -06:00 |
|
Gregory Nutt
|
756fd631ca
|
A10: Add A10 configuration header file
|
2013-12-13 12:53:33 -06:00 |
|
Gregory Nutt
|
d6b81cc7ef
|
A10: Timer interrupt handler
|
2013-12-13 12:42:26 -06:00 |
|
Gregory Nutt
|
124bd68c6f
|
Finish A10 Timer register definitions
|
2013-12-13 11:44:52 -06:00 |
|
Gregory Nutt
|
c0367fcc0a
|
Beginning of Timer register definition file for the A10
|
2013-12-12 12:27:30 -06:00 |
|
Gregory Nutt
|
1f097aa856
|
A10/pcDuino/Linux build fixes
|
2013-12-11 17:05:08 -06:00 |
|
Gregory Nutt
|
70a8510fb9
|
A10: Re-vamp pin configuratin header file
|
2013-12-11 14:40:52 -06:00 |
|
Gregory Nutt
|
482d94cfd2
|
A10+pcDuino: PIO support, LED and button support
|
2013-12-11 13:23:40 -06:00 |
|
Gregory Nutt
|
06f08899dc
|
A10 PIO register definition header file
|
2013-12-10 15:53:32 -06:00 |
|
Gregory Nutt
|
e282aad903
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -06:00 |
|
Gregory Nutt
|
bdfb2f7eb6
|
More OV2640 initialization logic
|
2013-12-10 09:10:39 -06:00 |
|
Gregory Nutt
|
ae10aea36c
|
A10 peripheral selection logic
|
2013-12-09 15:24:54 -06:00 |
|
Gregory Nutt
|
59d5c8151d
|
A little SAMA5 camera stuff
|
2013-12-09 14:20:11 -06:00 |
|
Gregory Nutt
|
0297ed0966
|
A10 UART: Register definition header file
|
2013-12-09 14:18:32 -06:00 |
|
Gregory Nutt
|
4d07c15932
|
Add OV2640 camera support to test the SAMA5 ISI peripheral
|
2013-12-09 10:51:22 -06:00 |
|
Gregory Nutt
|
227cddccfa
|
A10: Re-write of interrupt management logic
|
2013-12-09 07:47:15 -06:00 |
|
Gregory Nutt
|
0e54839bf7
|
Add A10 interrupt numbers
|
2013-12-08 11:49:39 -06:00 |
|
Gregory Nutt
|
4a3629180e
|
A10 interrupt logic
|
2013-12-08 10:18:28 -06:00 |
|
Gregory Nutt
|
c661c4014f
|
A10 mmu configuration and INTC register definitions
|
2013-12-08 09:11:52 -06:00 |
|
Gregory Nutt
|
ae044a485c
|
pcDuino: More changes to get the code fragments that are in place building successfully
|
2013-12-07 16:44:23 -06:00 |
|
Gregory Nutt
|
22fefb59da
|
Add board support infrastructure for the pcDuino board. There is not much there on the initial checkin
|
2013-12-07 14:25:35 -06:00 |
|
Gregory Nutt
|
05759e0721
|
Add basic directory structure to support the Allwinner A10
|
2013-12-07 13:06:34 -06:00 |
|
Gregory Nutt
|
7b6b2bbd7c
|
Minor updates to comments and README files
|
2013-12-07 07:00:48 -06:00 |
|
Gregory Nutt
|
9afdaa6744
|
SAMA5 NAND: Fix some DMA-related issues
|
2013-12-06 13:04:15 -06:00 |
|
Gregory Nutt
|
08e027b42f
|
SAMA5 NAND: bugfixes
|
2013-12-06 11:34:29 -06:00 |
|
Gregory Nutt
|
6157214f4c
|
SAMA5 NAND: Fix several bugs associated with PMECC data transfers
|
2013-12-05 18:20:32 -06:00 |
|
Gregory Nutt
|
692b087d07
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
|
Gregory Nutt
|
422b225401
|
Cosmetic updates to comments and READMEs
|
2013-12-04 16:41:45 -06:00 |
|
Gregory Nutt
|
698baf9baa
|
LPC31 EHCI: Fix errors in DEBUGASSERT statements
|
2013-12-04 14:29:24 -06:00 |
|
Gregory Nutt
|
adc0b36c8f
|
SAMA5 NAND: PMECC logic was reading past the end of the user buffer
|
2013-12-04 13:14:26 -06:00 |
|
Gregory Nutt
|
ae01f868b2
|
SAMA5 NAND: Fix some PMECC setup logic
|
2013-12-04 11:56:56 -06:00 |
|
Gregory Nutt
|
13010883eb
|
SAMA5 NAND: Do not perform DMA on small transfers
|
2013-12-04 07:41:29 -06:00 |
|
Gregory Nutt
|
2318531d93
|
Condition out most of the recent NXFFS changes for NAND. NXFFS will never be able to support NAND
|
2013-12-03 13:11:11 -06:00 |
|
Gregory Nutt
|
59c4739312
|
SAMA5 DMA: Address of next descriptor in list is a physical address
|
2013-12-03 09:48:13 -06:00 |
|
Gregory Nutt
|
875b49913a
|
SAMA5 NAND: Only CS3 can have NAND
|
2013-12-03 06:59:22 -06:00 |
|
Gregory Nutt
|
d46001a4ba
|
Kconfigs: Fix and issue with SERCOMM_CONSOLE being define in two places
|
2013-12-02 17:21:46 -06:00 |
|
Gregory Nutt
|
006db0be7c
|
SAMA5 NAND: Can't DMA using DMAC1. Add lots of NAND DMA debug instrumentation
|
2013-12-02 17:15:57 -06:00 |
|
Gregory Nutt
|
5f76fe9cb4
|
SAMA5 NAND: Basic NAND access now work (software ECC and no DMA)
|
2013-12-01 18:21:41 -06:00 |
|
Gregory Nutt
|
0c8ffc6d83
|
SAMA5 NAND: Return value should not be ignored
|
2013-12-01 13:39:28 -06:00 |
|
Gregory Nutt
|
360a451268
|
ViewTool STM32F107: Basic NSH checks out okay
|
2013-12-01 10:05:40 -06:00 |
|