.. |
chip
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
chip.h
|
|
|
Kconfig
|
fs/procfs/fs_procfsprogrem: Add /proc/progmem. This is an alternative way to get the information that was previoulsy available in apps/system/free. apps/system/free was removed beause it made illegal calls into the OS violating the portable interface. This new procfs entry provides the same information with no such violation.
|
2017-11-13 09:08:39 -06:00 |
Make.defs
|
armv7-a, armv7-r, armv7-m: Add atomic read-add-write and read-subtract-write functions.
|
2018-02-04 12:22:03 -06:00 |
sam_allocateheap.c
|
|
|
sam_clockconfig.c
|
|
|
sam_clockconfig.h
|
|
|
sam_config.h
|
arch/arm/src/samv7/sam_lowputc.c: Fix undefined variable when using USART1 for other purposes than UART (e.g. SPI).
|
2018-01-26 07:52:45 -06:00 |
sam_dac.c
|
Squashed commit of the following:
|
2017-09-30 11:51:37 -06:00 |
sam_dac.h
|
|
|
sam_emac.c
|
The existence of the network driver ioctl() method should depend on CONFIG_NETDEV_IOCTL rather than CONFIG_NETDEV_PHY_IOCTL. The former enables the method, the later enables a subset of possible driver IOCTLs. This change should be basically a no-operation. The affected ioctl methods only support those subset of driver IOCTLs selected by CONFIG_NETDEV_PHY_IOCTL and the network logic will tolerate a nul ioctl method.
|
2018-01-22 08:17:45 -06:00 |
sam_ethernet.c
|
|
|
sam_ethernet.h
|
|
|
sam_freerun.c
|
|
|
sam_freerun.h
|
|
|
sam_gpio.c
|
|
|
sam_gpio.h
|
|
|
sam_gpioirq.c
|
irq_dispatch: Add argument pointer to irq_dispatch
|
2017-02-27 06:27:56 -06:00 |
sam_hsmci_clkdiv.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_hsmci.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_hsmci.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_irq.c
|
ARM: Remove redundant interrupt stack coloring
|
2017-03-16 19:13:39 +08:00 |
sam_lowputc.c
|
arch/arm/src/samv7/sam_lowputc.c: Fix undefined variable when using USART1 for other purposes than UART (e.g. SPI).
|
2018-01-26 07:52:45 -06:00 |
sam_lowputc.h
|
|
|
sam_mcan.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_mcan.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_mpuinit.c
|
|
|
sam_mpuinit.h
|
|
|
sam_oneshot_lowerhalf.c
|
|
|
sam_oneshot.c
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
sam_oneshot.h
|
|
|
sam_pck.c
|
|
|
sam_pck.h
|
|
|
sam_periphclks.h
|
|
|
sam_progmem.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
sam_progmem.h
|
|
|
sam_qspi.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_qspi.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_rswdt.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_serial.c
|
Adapt some drivers to utilize the IRQ argument feature.
|
2017-02-27 20:54:18 -06:00 |
sam_spi_slave.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_spi.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_spi.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_ssc.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_ssc.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_start.c
|
|
|
sam_start.h
|
|
|
sam_systemreset.c
|
|
|
sam_tc.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
sam_tc.h
|
|
|
sam_tickless.c
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
sam_timerisr.c
|
irq_dispatch: Add argument pointer to irq_dispatch
|
2017-02-27 06:27:56 -06:00 |
sam_trng.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
sam_trng.h
|
|
|
sam_twihs.c
|
sched/wdog: wd_start() is an internal OS function and should not set the errno value. Reviewed and updated every call to wd_start() to verify if return value is used and if so if the errno value is accessed.
|
2018-01-31 10:09:14 -06:00 |
sam_twihs.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_usbdev.h
|
|
|
sam_usbdevhs.c
|
Make sure that labeling is used consistently in all function headers (part 2).
|
2018-02-01 12:03:55 -06:00 |
sam_userspace.c
|
|
|
sam_userspace.h
|
|
|
sam_wdt.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_wdt.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sam_xdmac.c
|
arch/arm/src/samv7: Correct an error in RX DMA setup.
|
2017-10-11 10:54:02 -06:00 |
sam_xdmac.h
|
|
|
same70_periphclks.h
|
|
|
samv71_periphclks.h
|
|
|