Commit Graph
7991 Commits
Author SHA1 Message Date
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 074c596674 Fix typo in iob.h 2014-06-08 06:54:10 -06:00
Gregory Nutt 7b460bf1aa IOB: Add macro to get the start of data 2014-06-07 15:40:51 -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 893bded2e1 Those pesky carriage returns 2014-06-07 11:05:31 -06:00
Gregory Nutt 0f71ea26b1 IOB: Add iob_contig() 2014-06-07 11:01:13 -06:00
Gregory Nutt 18224d88b3 Update SAMA5D4-EK PIO usage 2014-06-07 09:37:17 -06:00
Gregory Nutt ceaf3c8832 Add Ethernet definitions 2014-06-06 18:18:58 -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 a295209481 Update ChangeLog 2014-06-06 12:38:58 -06:00
Gregory Nutt 5070759021 Add board support for the SAMA5D4-EK 2014-06-06 12:37:36 -06:00
Gregory Nutt 6de373ea4a Update ChangeLog 2014-06-06 11:20: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 2e08560fa0 Clear rxhead on disconnect to prevent data from being resent on re-connect 2014-06-06 10:34:58 -06:00
Gregory Nutt 94259f725e IOB: Some handy macros 2014-06-06 10:28:18 -06:00
Gregory Nutt a304a73608 IOB: Add queue handling interfaces; improve lists 2014-06-06 09:35:31 -06:00
Gregory Nutt 87917ae782 IOB: Minor improvement to trimhead 2014-06-06 06:23:13 -06:00
Gregory Nutt fc9b45f39f IOB: Fix bugs in trimming logic 2014-06-05 18:50:30 -06:00
Gregory Nutt c8e63fe909 ChangeLog update 2014-06-05 14:39:09 -06:00
Gregory Nutt 68eb00be93 SAMA5D4: Add L2CC register definition header file (incomplete) 2014-06-05 14:38:08 -06:00
Gregory Nutt 6a83cc5d17 Add iob_freechain 2014-06-05 13:26:38 -06:00
Gregory Nutt 7ef0fb1460 IOB: Add iob_clone() 2014-06-05 12:56:00 -06:00
Gregory Nutt d6c1f0e526 IOB: Fix typo in debug assertion 2014-06-05 11:45:55 -06:00
Gregory Nutt cbb26a9991 IOB: More clean based on change of the last commit 2014-06-05 11:39:17 -06:00
Gregory Nutt c92645017b IOB: Need to clone header when deleting the first entry in an I/O buffer chain 2014-06-05 11:19:00 -06:00
Gregory Nutt 3881bf6b5f IOB: Remove unimplemented VLAN stuff; add unit test and fixes to pass unit test 2014-06-05 10:43:20 -06:00
Gregory Nutt 50893fd36c SAMA5: Cosmetic clean-up of README files 2014-06-04 17:02:30 -06:00
Gregory Nutt 3960271d06 Finishes the SAMA5D4 XDMAC register definition header file 2014-06-04 16:59:41 -06:00
Gregory Nutt 38900d8ba6 Updated ChangeLog 2014-06-04 14:41:59 -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 dad0da617a Left out some changes in last commit 2014-06-04 12:03:29 -06:00
Gregory Nutt 67d5e8d154 NET: Improvied I/O buffer logic 2014-06-04 09:03:11 -06:00
Gregory Nutt 35eb466620 Update ChangeLog 2014-06-03 17:51:01 -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 d10c3923a2 Add iob_copyin() 2014-06-03 14:28:16 -06:00
Gregory Nutt c01af8bc14 Update ChangeLog 2014-06-03 12:43:16 -06:00
Gregory Nutt 1a4c219626 NET: Add generic I/O buffering logic 2014-06-03 12:41:34 -06:00
Gregory Nutt b395eab360 NET: Fix an error in networking Make.defs file 2014-06-03 12:41:06 -06:00
Gregory Nutt 3e4826dd49 Add support for the Olimex STM32 h405. From Martin Lederhilger 2014-06-03 10:35:40 -06:00
Gregory Nutt 5397e49665 Add support for the Olimex STM32 h405. From Martin Lederhilger 2014-06-03 10:34:36 -06:00
Gregory Nutt fbc9f79fc0 sockio.h needs to include netinet/in.h for struct in_addr 2014-06-03 10:10:54 -06:00
Gregory Nutt e567b6ee49 Fix error in tree.h 2014-06-02 13:44:44 -06:00