Gregory Nutt
|
57383ea2f3
|
Rename ip_eth_hdr to eth_hdr_s
|
2014-06-25 09:57:52 -06:00 |
|
Gregory Nutt
|
fae790a6dc
|
Add support for the SAM4CM. From Max Neklyudov
|
2014-06-25 08:25:52 -06:00 |
|
Gregory Nutt
|
11896e1481
|
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
|
b34a1f1e01
|
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.h
|
2014-06-24 09:28:44 -06:00 |
|
Gregory Nutt
|
00667926a9
|
Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.h
|
2014-06-24 08:53:28 -06:00 |
|
Gregory Nutt
|
eb340e683f
|
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
|
319ca7c2ce
|
Fix typos in AVR32 Kconfig files. From Stefan Sperling
|
2014-06-23 11:20:33 -06:00 |
|
Gregory Nutt
|
4e3c794363
|
SAMA5D4: Add missing mappings for the VDEC and L2CC memory regions
|
2014-06-21 14:25:47 -06:00 |
|
Gregory Nutt
|
4b9666658e
|
Correct type of SAMA5 arm_decodefiq() return value
|
2014-06-21 10:34:35 -06:00 |
|
Gregory Nutt
|
0a134f0158
|
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
|
40b7ddf68e
|
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
|
c68d2532be
|
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
|
8f4f73884b
|
SAMA5D4: Fix MATRIX32 base address
|
2014-06-20 18:15:13 -06:00 |
|
Gregory Nutt
|
8fb8774c26
|
SAMA5D4: Minor fixes to get working with SAMA5D3 again
|
2014-06-20 16:01:45 -06:00 |
|
Gregory Nutt
|
0a2133b57f
|
SAMA5D4: Add partial support for secure interrupt controller (SAIC)
|
2014-06-20 15:22:00 -06:00 |
|
Gregory Nutt
|
aecddf9b52
|
SAMA5D4: USART peripheral clock appears to be MCK/2
|
2014-06-20 11:40:36 -06:00 |
|
Gregory Nutt
|
b31f34cf94
|
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
|
9869c9b50d
|
SAMA5D4: Fix peripheral clocking macros: AIC and L2CC are continuously clocked
|
2014-06-19 15:52:42 -06:00 |
|
Gregory Nutt
|
c14d80ee25
|
SAMA5D4: Initial bring-up fixes
|
2014-06-19 14:16:36 -06:00 |
|
Gregory Nutt
|
ce390e12a8
|
Costmetic update to comments/README file
|
2014-06-18 17:40:06 -06:00 |
|
Gregory Nutt
|
902c1342b9
|
Cosmetic cleanup
|
2014-06-18 08:24:53 -06:00 |
|
Gregory Nutt
|
e2ede42d14
|
SAMA5D4: XDMAC driver now compiles error/warning free (still untested)
|
2014-06-17 16:31:09 -06:00 |
|
Gregory Nutt
|
4b3342fd96
|
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
|
5d73322dc7
|
SAMA5D4: Correct MATRIX register addresses
|
2014-06-14 10:42:53 -06:00 |
|
Gregory Nutt
|
1a236c13de
|
SAMA5D4: Implement SDRAM initialization
|
2014-06-14 10:42:26 -06:00 |
|
Gregory Nutt
|
9e7eb2d12d
|
SAMA5D4: Fix some memory remapping issues; updates to comments and README files
|
2014-06-14 08:02:58 -06:00 |
|
Gregory Nutt
|
cf72b05936
|
SAMA5: XDMAC update (still not complete)
|
2014-06-13 11:59:44 -06:00 |
|
Gregory Nutt
|
ab79090ce0
|
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
|
a2cb59cab8
|
First check-in of Lazlo's PF_PACKET 'raw' socket implementation
|
2014-06-12 11:52:06 -06:00 |
|
Gregory Nutt
|
a23245781a
|
STM32: Handle setting of USART CR1_M when 8 bits of data plus parity
|
2014-06-11 15:49:54 -06:00 |
|
Gregory Nutt
|
5009def270
|
Typo in last SAMA5D4 commit
|
2014-06-11 13:43:54 -06:00 |
|
Gregory Nutt
|
bb8fd2fa2c
|
SAMA5: Add support for Micrel KSZ8081 PHY
|
2014-06-11 13:25:59 -06:00 |
|
Gregory Nutt
|
22a36b7af3
|
SAMA5D4: Add EMAC driver
|
2014-06-11 12:23:31 -06:00 |
|
Gregory Nutt
|
288c891ad1
|
SAMA5D4: Still trying to reconcile Ethernet interfaces
|
2014-06-11 08:01:48 -06:00 |
|
Gregory Nutt
|
379f516780
|
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
|
348e666278
|
STM32: Expicitly include header file files. From Freddie Chopin
|
2014-06-10 15:49:48 -06:00 |
|
Gregory Nutt
|
e9aec9fdff
|
SAMA5D4: update MATRIX register definitions for the SAMA5D4
|
2014-06-10 13:15:29 -06:00 |
|
Gregory Nutt
|
f14775b755
|
SAMA5D4: Complete MPDDR header file
|
2014-06-10 11:16:05 -06:00 |
|
Gregory Nutt
|
021122f921
|
SAMA5D4: Add MPDDRC file (incomplete)
|
2014-06-10 08:46:14 -06:00 |
|
Gregory Nutt
|
d54b7b733c
|
Move SAMA5D3 MPDDRC definitions to a separate header file
|
2014-06-10 08:11:31 -06:00 |
|
Gregory Nutt
|
fc343d833a
|
SAMA5D4: Update LCDC header file
|
2014-06-09 13:27:08 -06:00 |
|
Gregory Nutt
|
3a10623e29
|
Add logic to select between incompatible SAMA5D3 and SAMA5D4 EMAC header files
|
2014-06-09 12:24:39 -06:00 |
|
Gregory Nutt
|
48a8ead37b
|
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
|
a72cf5ee76
|
SAMA5D4: Updated EMAC header file
|
2014-06-09 11:40:11 -06:00 |
|
Gregory Nutt
|
6fb582d1af
|
SAMA5D4: Add EMAC header file
|
2014-06-09 11:29:02 -06:00 |
|
Gregory Nutt
|
fa3e843ddc
|
SAMA5D4: More header file changes
|
2014-06-09 10:07:00 -06:00 |
|
Gregory Nutt
|
78c9fcdfb9
|
SAMA5D4: update ISI register definition header file
|
2014-06-09 09:29:23 -06:00 |
|
Gregory Nutt
|
979b732f3b
|
SAMA5D4: Completes PMC modifications for the SAMA5D4
|
2014-06-09 07:55:51 -06:00 |
|
Gregory Nutt
|
b2de85be4e
|
SAMA5D4: Completes L2CC register definition header file
|
2014-06-08 19:08:11 -06:00 |
|
Gregory Nutt
|
07df0b41f1
|
SAMA5D4: Update HSMC register definitions
|
2014-06-08 16:27:58 -06:00 |
|
Gregory Nutt
|
175193788d
|
SAMA5D4: Update PIO register definitions
|
2014-06-08 15:35:51 -06:00 |
|
Gregory Nutt
|
140bbdb51f
|
SAMA5D4: Update DBGU header file
|
2014-06-08 14:37:09 -06:00 |
|
Gregory Nutt
|
b43fa3910a
|
SAMA5D4: Update PWM header file
|
2014-06-08 14:16:50 -06:00 |
|
Gregory Nutt
|
39cb768969
|
SAMA5D4: Updated HSMCI header file
|
2014-06-08 12:49:45 -06:00 |
|
Gregory Nutt
|
04430796c4
|
SAMA5D4: Update ADC register definition header file
|
2014-06-08 12:19:05 -06:00 |
|
Gregory Nutt
|
256cd0b34c
|
SAMA5D4: Updated RTC header file
|
2014-06-08 10:14:36 -06:00 |
|
Gregory Nutt
|
f65a238389
|
SAMA5D4: Update register definitions; add support for TC2
|
2014-06-08 09:19:50 -06:00 |
|
Gregory Nutt
|
23557d31bb
|
SAMA5: Add TWI3 support
|
2014-06-08 08:25:39 -06:00 |
|
Gregory Nutt
|
8e1d1db8d1
|
Updated SAMA5 SFR header file for the SAMA5D4
|
2014-06-08 07:48:36 -06:00 |
|
Gregory Nutt
|
3e3d3dff9b
|
SAMA5D4: Add support for UART4
|
2014-06-08 07:47:56 -06:00 |
|
Gregory Nutt
|
e91c27ca5a
|
SAMA5D4: Update one more register definition header files
|
2014-06-07 14:40:49 -06:00 |
|
Gregory Nutt
|
bc80629149
|
SAMA5D4: Update some register definition header files. Many more still to be done
|
2014-06-07 13:36:46 -06:00 |
|
Gregory Nutt
|
07c731d2bb
|
SAMA5D4: Various changes to get the SAMA4D-EK to build
|
2014-06-06 15:39:40 -06:00 |
|
Gregory Nutt
|
d13fbcc1fc
|
LPC17: Fix a critical error in GPDMA reported by Lizhuoyi
|
2014-06-06 11:20:28 -06:00 |
|
Gregory Nutt
|
2d3f0f01a0
|
LPC23xx: Several fixes for typos from Lizhuoyi
|
2014-06-06 11:06:19 -06:00 |
|
Gregory Nutt
|
c40c8d1924
|
SAMA5D4: Add L2CC register definition header file (incomplete)
|
2014-06-05 14:38:08 -06:00 |
|
Gregory Nutt
|
852cf2ee5b
|
Finishes the SAMA5D4 XDMAC register definition header file
|
2014-06-04 16:59:41 -06:00 |
|
Gregory Nutt
|
74f95efdfc
|
SAMA5D4: Add beginning of XDMAC register definition header file (incomplete)
|
2014-06-04 14:40:34 -06:00 |
|
Gregory Nutt
|
77c487b1ed
|
SAMA5D4: Has two XDMA modules
|
2014-06-04 14:39:52 -06:00 |
|
Gregory Nutt
|
975dc5ec46
|
SAMA5D4: Let's consistently use the name XDMAC for the SAMA5D4 DMA module
|
2014-06-04 14:39:29 -06:00 |
|
Gregory Nutt
|
7d6633c2a4
|
Minor naming fix
|
2014-06-04 13:35:48 -06:00 |
|
Gregory Nutt
|
5ddcb233cc
|
SAMA5: Add pin mux definitions for the SAMA5D4
|
2014-06-04 12:58:49 -06:00 |
|
Gregory Nutt
|
0342b3f10b
|
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
|
41032b021b
|
SAMA4D4: Basic framework to support the SAMA4D4. Not yet complete
|
2014-06-03 17:49:51 -06:00 |
|
Gregory Nutt
|
cc369aa3d6
|
A few build fixes from last, big ARP relocation change
|
2014-05-30 12:32:20 -06:00 |
|
Gregory Nutt
|
407e72b300
|
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
|
b3abd30a76
|
Cosmetic changes
|
2014-05-28 14:09:58 -06:00 |
|
Gregory Nutt
|
3feabec7d5
|
STM32 RTC: Add retry to initialization logic. Sometime RTC initialization takes longer. From dlsitzer.
|
2014-05-27 07:10:53 -06:00 |
|
Gregory Nutt
|
c68f9477cf
|
Back out PX4 fixes that were reverted in PX4 repository
|
2014-05-25 07:53:00 -06:00 |
|
Gregory Nutt
|
5d3479bbec
|
STM32 I2C: Final fixes from Max Kriegleder et al.
|
2014-05-23 08:42:14 -06:00 |
|
Gregory Nutt
|
8dbc4714c5
|
Change all variadic macros to C99 style
|
2014-05-22 09:01:51 -06:00 |
|
Gregory Nutt
|
9e941f1195
|
Change bne to bne.n in irqrestore()
|
2014-05-22 09:01:25 -06:00 |
|
Gregory Nutt
|
bac1ab9a34
|
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
|
d2e1d8f6ee
|
STM32 lowputc: Fix an error in conditional compilation. From Sami Pelkonen
|
2014-05-20 08:12:07 -06:00 |
|
Gregory Nutt
|
b77854f245
|
SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabled
|
2014-05-15 11:41:58 -06:00 |
|
Gregory Nutt
|
947f31f5a9
|
SAM4E-EK: Ooops.. two touchscreen drivers(?)
|
2014-05-14 10:56:03 -06:00 |
|
Gregory Nutt
|
5258e8d9e7
|
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
|
fb774d677c
|
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
|
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
|
fc1017d0de
|
Minor/cosmetic changes
|
2014-04-27 08:32:36 -06:00 |
|
Gregory Nutt
|
75928b420e
|
Zneo: ESPI needs to configure GPIO for ESPI
|
2014-04-26 13:58:38 -06:00 |
|
Gregory Nutt
|
4ba0a0b218
|
Zneo: Misc minor updates from debugging
|
2014-04-26 12:42:44 -06:00 |
|
Gregory Nutt
|
5a0917535c
|
Zneo: Fix UART1 buffer setup
|
2014-04-26 10:51:29 -06:00 |
|
Gregory Nutt
|
07bc8e53ff
|
ZNeo Serial: Need to configure UART1 alternate function
|
2014-04-26 09:43:40 -06:00 |
|
Gregory Nutt
|
344ed99bd4
|
Zneo Serial: Fix cut'n'paste error in some conditional configuration
|
2014-04-26 08:23:11 -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
|
3a2b1b0060
|
ZNeo: Calculation of timer reload and prescaler was wrong
|
2014-04-25 15:38:00 -06:00 |
|
Gregory Nutt
|
b261a9886a
|
Updates to ZNeo configurations + misc cosmetic changes to comments
|
2014-04-25 11:59:17 -06:00 |
|
Gregory Nutt
|
e8e2282bc2
|
16z: Reduce size of stacks
|
2014-04-25 09:56:07 -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
|
0d43e59062
|
Minor and cosmetic changes from initial 16z (v2) bringup
|
2014-04-24 15:55:53 -06:00 |
|
Gregory Nutt
|
99135ac140
|
ZNEO: Add ESPI driver
|
2014-04-24 12:52:34 -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 |
|