3333#![ cfg_attr( feature = "attiny1604" , doc = "**attiny1604**," ) ]
3434#![ cfg_attr( feature = "attiny1606" , doc = "**attiny1606**," ) ]
3535#![ cfg_attr( feature = "attiny1614" , doc = "**attiny1614**," ) ]
36+ #![ cfg_attr( feature = "attiny1617" , doc = "**attiny1617**," ) ]
3637#![ cfg_attr( feature = "attiny1626" , doc = "**attiny1626**," ) ]
38+ #![ cfg_attr( feature = "attiny3217" , doc = "**attiny3217**," ) ]
3739#![ cfg_attr( feature = "attiny202" , doc = "**attiny202**," ) ]
3840#![ cfg_attr( feature = "attiny204" , doc = "**attiny204**," ) ]
3941#![ cfg_attr( feature = "attiny212" , doc = "**attiny212**," ) ]
4749#![ cfg_attr( feature = "attiny412" , doc = "**attiny412**," ) ]
4850#![ cfg_attr( feature = "attiny414" , doc = "**attiny414**," ) ]
4951#![ cfg_attr( feature = "attiny416" , doc = "**attiny416**," ) ]
52+ #![ cfg_attr( feature = "attiny417" , doc = "**attiny417**," ) ]
5053#![ cfg_attr( feature = "attiny44a" , doc = "**attiny44a**," ) ]
5154#![ cfg_attr( feature = "attiny461a" , doc = "**attiny461a**," ) ]
5255#![ cfg_attr( feature = "attiny804" , doc = "**attiny804**," ) ]
5356#![ cfg_attr( feature = "attiny816" , doc = "**attiny816**," ) ]
57+ #![ cfg_attr( feature = "attiny817" , doc = "**attiny817**," ) ]
5458#![ cfg_attr( feature = "attiny828" , doc = "**attiny828**," ) ]
5559#![ cfg_attr( feature = "attiny84" , doc = "**attiny84**," ) ]
5660#![ cfg_attr( feature = "attiny841" , doc = "**attiny841**," ) ]
103107//! `attiny167`,
104108//! `attiny1604`,
105109//! `attiny1614`,
110+ //! `attiny1617`,
106111//! `attiny1626`,
112+ //! `attiny3217`,
107113//! `attiny202`,
108114//! `attiny204`,
109115//! `attiny212`,
117123//! `attiny412`,
118124//! `attiny414`,
119125//! `attiny416`,
126+ //! `attiny417`,
120127//! `attiny44a`,
121128//! `attiny461a`,
122129//! `attiny804`,
123130//! `attiny816`,
131+ //! `attiny817`,
124132//! `attiny828`,
125133//! `attiny84`,
126134//! `attiny841`,
@@ -286,7 +294,9 @@ compile_error!(
286294 * attiny1604
287295 * attiny1606
288296 * attiny1614
297+ * attiny1617
289298 * attiny1626
299+ * attiny3217
290300 * attiny202
291301 * attiny204
292302 * attiny212
@@ -300,10 +310,12 @@ compile_error!(
300310 * attiny412
301311 * attiny414
302312 * attiny416
313+ * attiny417
303314 * attiny44a
304315 * attiny461a
305316 * attiny804
306317 * attiny816
318+ * attiny817
307319 * attiny828
308320 * attiny84
309321 * attiny841
@@ -389,8 +401,12 @@ pub use crate::devices::attiny1604;
389401pub use crate :: devices:: attiny1606;
390402#[ cfg( feature = "attiny1614" ) ]
391403pub use crate :: devices:: attiny1614;
404+ #[ cfg( feature = "attiny1617" ) ]
405+ pub use crate :: devices:: attiny1617;
392406#[ cfg( feature = "attiny1626" ) ]
393407pub use crate :: devices:: attiny1626;
408+ #[ cfg( feature = "attiny3217" ) ]
409+ pub use crate :: devices:: attiny3217;
394410#[ cfg( feature = "attiny167" ) ]
395411pub use crate :: devices:: attiny167;
396412#[ cfg( feature = "attiny202" ) ]
@@ -419,6 +435,8 @@ pub use crate::devices::attiny412;
419435pub use crate :: devices:: attiny414;
420436#[ cfg( feature = "attiny416" ) ]
421437pub use crate :: devices:: attiny416;
438+ #[ cfg( feature = "attiny417" ) ]
439+ pub use crate :: devices:: attiny417;
422440#[ cfg( feature = "attiny44a" ) ]
423441pub use crate :: devices:: attiny44a;
424442#[ cfg( feature = "attiny461a" ) ]
@@ -427,6 +445,8 @@ pub use crate::devices::attiny461a;
427445pub use crate :: devices:: attiny804;
428446#[ cfg( feature = "attiny816" ) ]
429447pub use crate :: devices:: attiny816;
448+ #[ cfg( feature = "attiny817" ) ]
449+ pub use crate :: devices:: attiny817;
430450#[ cfg( feature = "attiny828" ) ]
431451pub use crate :: devices:: attiny828;
432452#[ cfg( feature = "attiny84" ) ]
0 commit comments