Changeset 6878519 in rtems for bsps/arm/atsam


Ignore:
Timestamp:
02/06/18 15:28:28 (6 years ago)
Author:
Christian Mauderer <christian.mauderer@…>
Branches:
5, master
Children:
bf70702
Parents:
538a0a8
git-author:
Christian Mauderer <christian.mauderer@…> (02/06/18 15:28:28)
git-committer:
Christian Mauderer <christian.mauderer@…> (02/12/18 13:25:02)
Message:

bsp/atsam: Fix cache / DMA handling in SPI.

This patch fixes the cache handling for the atsam SPI driver. Note that
this solution might doesn't have the best performance for small packets.

Location:
bsps/arm/atsam
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/arm/atsam/headers.am

    r538a0a8 r6878519  
    1212include_bsp_HEADERS += ../../../../../../bsps/arm/atsam/include/bsp/atsam-spi.h
    1313include_bsp_HEADERS += ../../../../../../bsps/arm/atsam/include/bsp/i2c.h
     14include_bsp_HEADERS += ../../../../../../bsps/arm/atsam/include/bsp/iocopy.h
    1415include_bsp_HEADERS += ../../../../../../bsps/arm/atsam/include/bsp/irq.h
    1516include_bsp_HEADERS += ../../../../../../bsps/arm/atsam/include/bsp/pin-config.h
Note: See TracChangeset for help on using the changeset viewer.