-
- Downloads
Merge pull request #10653 from dylad/pr/saml1x_support
cpu/saml1x: add support for SAML10 and SAML11 MCUs (Cortex-M23)
No related branches found
No related tags found
Showing
- boards/common/saml1x/Makefile 3 additions, 0 deletionsboards/common/saml1x/Makefile
- boards/common/saml1x/Makefile.dep 3 additions, 0 deletionsboards/common/saml1x/Makefile.dep
- boards/common/saml1x/Makefile.features 13 additions, 0 deletionsboards/common/saml1x/Makefile.features
- boards/common/saml1x/Makefile.include 12 additions, 0 deletionsboards/common/saml1x/Makefile.include
- boards/common/saml1x/board.c 44 additions, 0 deletionsboards/common/saml1x/board.c
- boards/common/saml1x/include/board.h 76 additions, 0 deletionsboards/common/saml1x/include/board.h
- boards/common/saml1x/include/gpio_params.h 53 additions, 0 deletionsboards/common/saml1x/include/gpio_params.h
- boards/common/saml1x/include/periph_conf.h 155 additions, 0 deletionsboards/common/saml1x/include/periph_conf.h
- boards/saml10-xpro/Makefile 4 additions, 0 deletionsboards/saml10-xpro/Makefile
- boards/saml10-xpro/Makefile.dep 1 addition, 0 deletionsboards/saml10-xpro/Makefile.dep
- boards/saml10-xpro/Makefile.features 1 addition, 0 deletionsboards/saml10-xpro/Makefile.features
- boards/saml10-xpro/Makefile.include 5 additions, 0 deletionsboards/saml10-xpro/Makefile.include
- boards/saml10-xpro/doc.txt 75 additions, 0 deletionsboards/saml10-xpro/doc.txt
- boards/saml11-xpro/Makefile 4 additions, 0 deletionsboards/saml11-xpro/Makefile
- boards/saml11-xpro/Makefile.dep 1 addition, 0 deletionsboards/saml11-xpro/Makefile.dep
- boards/saml11-xpro/Makefile.features 1 addition, 0 deletionsboards/saml11-xpro/Makefile.features
- boards/saml11-xpro/Makefile.include 5 additions, 0 deletionsboards/saml11-xpro/Makefile.include
- boards/saml11-xpro/doc.txt 77 additions, 0 deletionsboards/saml11-xpro/doc.txt
- cpu/cortexm_common/cortexm_init.c 2 additions, 1 deletioncpu/cortexm_common/cortexm_init.c
- cpu/cortexm_common/mpu.c 2 additions, 1 deletioncpu/cortexm_common/mpu.c
boards/common/saml1x/Makefile
0 → 100644
boards/common/saml1x/Makefile.dep
0 → 100644
boards/common/saml1x/Makefile.features
0 → 100644
boards/common/saml1x/Makefile.include
0 → 100644
boards/common/saml1x/board.c
0 → 100644
boards/common/saml1x/include/board.h
0 → 100644
boards/common/saml1x/include/gpio_params.h
0 → 100644
boards/common/saml1x/include/periph_conf.h
0 → 100644
boards/saml10-xpro/Makefile
0 → 100644
boards/saml10-xpro/Makefile.dep
0 → 100644
boards/saml10-xpro/Makefile.features
0 → 100644
boards/saml10-xpro/Makefile.include
0 → 100644
boards/saml10-xpro/doc.txt
0 → 100644
boards/saml11-xpro/Makefile
0 → 100644
boards/saml11-xpro/Makefile.dep
0 → 100644
boards/saml11-xpro/Makefile.features
0 → 100644
boards/saml11-xpro/Makefile.include
0 → 100644
boards/saml11-xpro/doc.txt
0 → 100644
Please register or sign in to comment