Changeset 86d3c275 in rtems
- Timestamp:
- 11/07/20 10:11:07 (3 years ago)
- Branches:
- master
- Children:
- 21a0d20
- Parents:
- 2fbc889
- git-author:
- Christian Mauderer <christian.mauderer@…> (11/07/20 10:11:07)
- git-committer:
- Christian Mauderer <christian.mauderer@…> (12/14/20 09:48:57)
- Location:
- bsps/arm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/atsam/contrib/libraries/libboard/include/gmii.h
r2fbc889 r86d3c275 53 53 #define GMII_ICSR 0x1B // Interrupt Control/Status Register 54 54 #define GMII_FC 0x1C // Function Control 55 #define GMII_LCSR 0x1D // LinkMD ®Control/Status Register55 #define GMII_LCSR 0x1D // LinkMD(R) Control/Status Register 56 56 #define GMII_PC1R 0x1E // PHY Control 1 Register 57 57 #define GMII_PC2R 0x1F // PHY Control 2 Register -
bsps/arm/lm3s69xx/start/bspstart.c
r2fbc889 r86d3c275 40 40 41 41 /* 42 As per a note in Stellaris ®LM4F120H5QR Microcontroller Data42 As per a note in Stellaris(R) LM4F120H5QR Microcontroller Data 43 43 Sheet on page 219: "When transitioning the system clock 44 44 configuration to use the MOSC as the fundamental clock source, the
Note: See TracChangeset
for help on using the changeset viewer.