Searched full:revisions (Results 1 – 3 of 3) sorted by relevance
30 - `revisions` (optional): The SoC die revision which exists for sam0 series.56 revisions:130 Some sam0 SoC have optimized pins in some revisions. To differentiate those a131 new mux table should be defined. The `revisions` help to identify correct
34 revisions:
252 has_rev = "revisions" in config.keys()259 rev = config["revisions"].get(serie) if has_rev else None