]> git.earman.xyz Git - sensor-watch.git/commit
bring in all the atmel studio stuff
authorJoey Castillo <jose.castillo@gmail.com>
Tue, 20 Jul 2021 20:26:54 +0000 (16:26 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Tue, 20 Jul 2021 20:26:54 +0000 (16:26 -0400)
commitb4b81f476c991a8d1620e1a9e010fcff847b3c04
treeb84acced159d862c078855fcfebe0f3db7607d7b
parentbc1ee49d80252defad1fcf0723cd4af68a374c06
bring in all the atmel studio stuff
249 files changed:
Sensor Watch Starter Project/astudio/demo.atsln [deleted file]
Sensor Watch Starter Project/astudio/demo.cproj [deleted file]
Sensor Watch Starter Project/config/RTE_Components.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_adc_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_dmac_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_eic_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_gclk_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_mclk_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_osc32kctrl_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_oscctrl_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_port_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_rtc_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_sercom_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_slcd_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_systick_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_tc_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/hpl_tcc_config.h [new file with mode: 0644]
Sensor Watch Starter Project/config/peripheral_clk_config.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/documentation/adc_sync.rst [new file with mode: 0644]
Sensor Watch Starter Project/hal/documentation/calendar.rst [new file with mode: 0644]
Sensor Watch Starter Project/hal/documentation/ext_irq.rst [new file with mode: 0644]
Sensor Watch Starter Project/hal/documentation/i2c_master_sync.rst [new file with mode: 0644]
Sensor Watch Starter Project/hal/documentation/pwm.rst [new file with mode: 0644]
Sensor Watch Starter Project/hal/documentation/slcd_sync.rst [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_adc_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_atomic.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_calendar.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_delay.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_ext_irq.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_gpio.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_i2c_m_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_init.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_io.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_pwm.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_slcd_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hal_sleep.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_adc_async.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_adc_dma.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_adc_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_calendar.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_core.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_delay.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_dma.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_ext_irq.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_gpio.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_i2c_m_async.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_i2c_m_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_i2c_s_async.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_i2c_s_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_init.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_irq.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_missing_features.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_pwm.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_reset.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_slcd.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_slcd_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_sleep.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_spi.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_spi_async.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_spi_m_async.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_spi_m_dma.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_spi_m_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_spi_s_async.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_spi_s_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_spi_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_time_measure.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_timer.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_usart.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_usart_async.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/include/hpl_usart_sync.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_adc_sync.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_atomic.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_calendar.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_delay.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_ext_irq.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_gpio.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_i2c_m_sync.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_init.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_io.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_pwm.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_slcd_sync.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/src/hal_sleep.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/compiler.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/err_codes.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/events.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/parts.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/utils.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/utils_assert.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/utils_decrement_macro.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/utils_event.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/utils_increment_macro.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/utils_list.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/utils_recursion_macro.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/include/utils_repeat_macro.h [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/src/utils_assert.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/src/utils_event.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/src/utils_list.c [new file with mode: 0644]
Sensor Watch Starter Project/hal/utils/src/utils_syscalls.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/adc/hpl_adc.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/adc/hpl_adc_base.h [new file with mode: 0644]
Sensor Watch Starter Project/hpl/core/hpl_core_m0plus_base.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/core/hpl_core_port.h [new file with mode: 0644]
Sensor Watch Starter Project/hpl/core/hpl_init.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/dmac/hpl_dmac.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/eic/hpl_eic.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/gclk/hpl_gclk.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/gclk/hpl_gclk_base.h [new file with mode: 0644]
Sensor Watch Starter Project/hpl/mclk/hpl_mclk.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/osc32kctrl/hpl_osc32kctrl.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/oscctrl/hpl_oscctrl.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/pm/hpl_pm.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/pm/hpl_pm_base.h [new file with mode: 0644]
Sensor Watch Starter Project/hpl/port/hpl_gpio_base.h [new file with mode: 0644]
Sensor Watch Starter Project/hpl/rtc/hpl_rtc.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/rtc/hpl_rtc_base.h [new file with mode: 0644]
Sensor Watch Starter Project/hpl/sercom/hpl_sercom.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/slcd/hpl_slcd.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/slcd/hpl_slcd_cm.h [new file with mode: 0644]
Sensor Watch Starter Project/hpl/slcd/hpl_slcd_cm_14_seg_mapping.h [new file with mode: 0644]
Sensor Watch Starter Project/hpl/slcd/hpl_slcd_cm_7_seg_mapping.h [new file with mode: 0644]
Sensor Watch Starter Project/hpl/systick/hpl_systick.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/tc/hpl_tc.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/tc/hpl_tc_base.h [new file with mode: 0644]
Sensor Watch Starter Project/hpl/tcc/hpl_tcc.c [new file with mode: 0644]
Sensor Watch Starter Project/hpl/tcc/hpl_tcc.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_ac_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_adc_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_aes_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_ccl_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_dmac_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_dsu_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_eic_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_evsys_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_freqm_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_gclk_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_mclk_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_mtb_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_nvic_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_nvmctrl_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_osc32kctrl_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_oscctrl_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_pac_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_pm_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_port_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_rstc_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_rtc_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_sercom_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_slcd_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_supc_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_systemcontrol_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_systick_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_tc_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_tcc_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_trng_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_usb_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/hri/hri_wdt_l22.h [new file with mode: 0644]
Sensor Watch Starter Project/include/component-version.h [new file with mode: 0644]
Sensor Watch Starter Project/include/component/ac.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/adc.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/aes.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/ccl.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/dmac.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/dsu.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/eic.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/evsys.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/freqm.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/gclk.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/mclk.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/mtb.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/nvmctrl.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/osc32kctrl.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/oscctrl.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/pac.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/pm.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/port.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/rstc.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/rtc.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/sercom.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/slcd.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/supc.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/tal.h [deleted file]
Sensor Watch Starter Project/include/component/tc.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/tcc.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/trng.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/usb.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/component/wdt.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/ac.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/adc.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/aes.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/ccl.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/dmac.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/dsu.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/eic.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/evsys.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/freqm.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/gclk.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/mclk.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/mtb.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/nvmctrl.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/osc32kctrl.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/oscctrl.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/pac.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/pm.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/port.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/ptc.h [new file with mode: 0644]
Sensor Watch Starter Project/include/instance/rstc.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/rtc.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/sercom0.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/sercom1.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/sercom2.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/sercom3.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/sercom4.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/sercom5.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/slcd.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/supc.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/tal.h [deleted file]
Sensor Watch Starter Project/include/instance/tc0.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/tc1.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/tc2.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/tc3.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/tcc0.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/trng.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/usb.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/instance/wdt.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/pio/saml22g16a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/pio/saml22g17a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/pio/saml22g18a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/pio/saml22j16a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/pio/saml22j17a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/pio/saml22j18a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/pio/saml22n16a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/pio/saml22n17a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/pio/saml22n18a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/sam.h [new file with mode: 0644]
Sensor Watch Starter Project/include/saml22.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/saml22g16a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/saml22g17a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/saml22g18a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/saml22j16a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/saml22j17a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/saml22j18a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/saml22n16a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/saml22n17a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/saml22n18a.h [changed mode: 0755->0644]
Sensor Watch Starter Project/include/system_saml22.h [new file with mode: 0644]
Sensor Watch Starter Project/main.c
Sensor Watch Starter Project/make/Makefile
Sensor Watch Starter Project/startup_saml22.c