Changes between Version 2 and Version 3 of TBR/BSP/EZKit533
- Timestamp:
- 06/11/07 16:49:27 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TBR/BSP/EZKit533
v2 v3 6 6 http://www.analog.com/en/prod/0%2C2877%2CBF533%25252DHARDWARE%2C00.html 7 7 8 This BSP has a Console Driver for a the builtin Uart which supports 8 Support for the Blackfin CPU is currently only available via CVS checkout. 9 This BSP has a Console Driver for a the built-in UART which supports 9 10 polling or interrupted mode. It does also have a driver for core 10 11 clock and timer. The BSP runs in supervisor mode. … … 18 19 {{{ 19 20 arch:blackfin 21 mach:bf533 20 22 }}} 21 23 22 (25 October 2006)To the current CVS version needs the following patch to execute this BSP. 24 The current versions 1.2.2 as well as subversion need a small hack to get the 25 rtems timer running. In the file arch/bfin/mach/bf533_io.c change the line 26 <blockquote> 27 #define BF533_HZ 50 28 </blockquote> 29 to a value like 70000 23 30 = Toolchain = 24 31