..
hardware
Run codespell -w with the latest dictonary again
2020-02-23 22:27:46 +01:00
chip.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
Kconfig
Remove exra whitespace from files ( #189 )
2020-01-31 09:24:49 -06:00
Make.defs
arch/arm/src/samd2l2 and boards/arm/samd2l2/arduino-m0: Add support to SAMD2L ADC driver and board support to Arduino M0.
2019-12-15 17:36:59 -06:00
sam_ac.c
Squashed commit of the following:
2019-02-27 08:41:08 -06:00
sam_ac.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_adc.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
sam_adc.h
arch/arm/src/samd2l2 and boards/arm/samd2l2/arduino-m0: Add support to SAMD2L ADC driver and board support to Arduino M0.
2019-12-15 17:36:59 -06:00
sam_clockconfig.h
sam_config.h
arch/arm/src/samd2l2: Add RS485 support to SAMD2L2 serial
2019-01-20 12:43:42 -06:00
sam_dac.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_dmac.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
sam_dmac.h
Fix typos in comments and documentation.
2020-03-16 20:01:11 -06:00
sam_eic.c
Squashed commit of the following:
2019-02-27 08:41:08 -06:00
sam_eic.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_evsys.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_fuses.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_gclk.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_i2c_master.c
Check return from nxsem_wait_initialize()
2020-04-02 00:46:06 +01:00
sam_i2c_master.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_i2c_slave.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_idle.c
Fix wait loop and void cast ( #24 )
2020-01-02 10:54:43 -06:00
sam_irq.c
Run codespell -w with the latest dictonary again
2020-02-23 22:27:46 +01:00
sam_irq.h
arch/arm/src/s32k1xx: Bring in Cortex-M0+ Systick and interrupt handling from samd2l2; bring in Cortex-M4F Systick and interrupt handling from LPC54xx.
2019-08-13 19:10:38 -06:00
sam_irqprio.c
sam_lowputc.c
arch/arm/src/samd2l2 serial: Fix SAMD2L2 serial driver it needs sam_usart_enable() to work
2019-01-26 12:51:51 -06:00
sam_lowputc.h
arch/arm/src/samd2l2 serial: Fix SAMD2L2 serial driver it needs sam_usart_enable() to work
2019-01-26 12:51:51 -06:00
sam_periphclks.h
sam_pinmap.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_pm.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_port.c
Remove exra whitespace from files ( #189 )
2020-01-31 09:24:49 -06:00
sam_port.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_sercom.c
Refine the preprocessor conditional guard style ( #190 )
2020-01-31 19:07:39 +01:00
sam_sercom.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_serial.c
arch: use ifdef USE_EARLYSERIALINIT to include up_earlyserialinit
2020-02-23 09:11:43 -06:00
sam_serial.h
sam_spi.c
spi: change spi_send() interface to support of 32-bit word transfer
2020-03-09 08:03:35 -06:00
sam_spi.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_start.c
Squashed commit of the following:
2019-02-04 16:20:35 -06:00
sam_start.h
sam_timerisr.c
Call xxx_timer_initialize from clock subsystem
2020-02-08 07:40:06 -06:00
sam_usart.c
arch/arm/src/samd2l2: Fix a couple of logic error/typos found in reviewing code for port to SAMD51.
2018-07-25 13:41:09 -06:00
sam_usart.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_usb.c
Run codespell -w with the latest dictonary again
2020-02-23 22:27:46 +01:00
sam_usb.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
sam_userspace.c
sam_userspace.h
samd_clockconfig.c
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
samd_gclk.c
samd_periphclks.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
saml_clockconfig.c
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
saml_gclk.c
saml_periphclks.h
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00