On 2010-01-04 03:08, David Brownell wrote: > Freddie's example (http://sourceforge.net/projects/embsysregview/) > seems to have some XML based format. But it looked at first glance > like not a very good one ...
Do note, that this project is very new and its in revision < 10... > most of those Stellaris parts share the > same register structure, but it doesn't have ways to express that! Easy to fix, as one could include more than one XML - like one XML per peripheral type (one for old ADCs, one for new ADCs, one for clock control for parts without PLL and one for those without PLL, then the "master" XML would list the XMLs that are required). > And I didn't see bitfield support there either. There is a bitfield support and it's a good one, as you can define values like ON = 0b00, PARTIAL = 0b01, FULL = 0b10 and use only those. 4\/3!! _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
