diff options
author | isiora <none@example.com> | 2017-08-17 21:18:36 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-08-17 21:18:36 +0000 |
commit | b93e802d530010da35f45e93a427609b57a3aed2 (patch) | |
tree | 43cbc4b0f14c837ab1fb851ee839ae4d4f0581a7 /demos | |
parent | 885c2660aff350fc4a5edc41c0bd2407a093a408 (diff) | |
download | ChibiOS-b93e802d530010da35f45e93a427609b57a3aed2.tar.gz ChibiOS-b93e802d530010da35f45e93a427609b57a3aed2.tar.bz2 ChibiOS-b93e802d530010da35f45e93a427609b57a3aed2.zip |
Added clock ratio setting of the matrix busses,
PIT clock depends on it.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10444 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/mcuconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/mcuconf.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/mcuconf.h index 773c9f28e..4538dc01b 100644 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/mcuconf.h +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/mcuconf.h @@ -32,4 +32,6 @@ #define SAMA_MCK_MDIV_VALUE 3
#define SAMA_PLLA_MUL_VALUE 83
#define SAMA_PLLADIV2_EN TRUE
+#define SAMA_H64MX_H32MX_RATIO 1
+
#endif /* MCUCONF_H */
|