| .. |
|
chip
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
|
chip.h
|
|
|
|
Kconfig
|
Fix lots of typos in C comments and Kconfig help text
|
2018-07-08 18:24:45 -06:00 |
|
Make.defs
|
Squashed commit of the following:
|
2018-06-20 12:30:37 -06:00 |
|
sam_allocateheap.c
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:06 -06:00 |
|
sam_clockconfig.c
|
SAMV71 and SAME70: Place the Main Oscillator Enable in the board.h
|
2016-03-04 12:31:54 -06:00 |
|
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
|
Add support for SAMV7 DACC module
|
2016-08-15 08:00:36 -06:00 |
|
sam_emac.c
|
This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE.
|
2018-07-04 14:10:40 -06:00 |
|
sam_ethernet.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
|
sam_ethernet.h
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
|
sam_freerun.c
|
Revert "sam_tc_clockselect() reworked to calculate frequency error using smallest possible divisor minimizing the frequency error rather than largest possible divisor which maximized the error."
|
2016-08-17 12:34:54 -06:00 |
|
sam_freerun.h
|
SAM3/4, SAMA5, SAMv7 Tickless: Refuse to call lower-level timer logic if not yet initialized
|
2016-02-05 10:22:11 -06:00 |
|
sam_gpio.c
|
SAM GPIO: Apply Wolfgang's change for SAM3/4 to SAMA5 and SAMV7
|
2016-09-20 15:33:31 -06:00 |
|
sam_gpio.h
|
Centralize definitions associated with CONFIG_DEBUG_GPIO
|
2016-06-15 09:20:23 -06:00 |
|
sam_gpioirq.c
|
irq_dispatch: Add argument pointer to irq_dispatch
|
2017-02-27 06:27:56 -06:00 |
|
sam_hsmci.c
|
Fix lots of typos in C comments and Kconfig help text
|
2018-07-08 18:24:45 -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_hsmci_clkdiv.c
|
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
|
arch/arm/src/samv7/sam_mcan.c: Correct an error in the BUS_OFF reporting. In case of BUS_OFF the old implementation was leading to a package storm. Now it reports the error condition BUS_OFF only once.
|
2018-07-23 08:21:06 -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
|
Trivial fix of two typos
|
2018-03-13 16:39:36 -06:00 |
|
sam_mpuinit.h
|
Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU
|
2015-12-14 13:56:21 -06:00 |
|
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
|
SAMV7: Add option to support oneshot timer without free-running timer. Add oneshot lower half driver.
|
2016-08-11 16:27:01 -06:00 |
|
sam_oneshot_lowerhalf.c
|
Add a simulated oneshot lowerhalf driver
|
2016-08-12 13:14:03 -06:00 |
|
sam_pck.c
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -06:00 |
|
sam_pck.h
|
SAMV7: Extend programmable clock support for queries about the PCK configuration
|
2015-12-03 14:11:39 -06:00 |
|
sam_periphclks.h
|
arch/arm/src/samv7: Add SAME70 memory map
|
2015-11-14 12:01:28 -06:00 |
|
sam_progmem.c
|
progmem interface: Discern r/w and erase page sizes. Introduce new up_progmem_erasesize architecture API to be able to communicate the read/write page size independently from erase page size. Implement up_progmem_erasesize for all architectures that already support progmem, assuming that for those architectures the sizes of both read/write and erase pages are identical.
|
2018-05-01 06:23:52 -06:00 |
|
sam_progmem.h
|
SAMV7 flash logic is complete, uncompiled, and untested
|
2015-11-12 10:46:59 -06:00 |
|
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.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_spi_slave.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
sam_ssc.c
|
arch/arm/src: Fix small typo where I2S is referenced as I2C
|
2018-05-27 16:23:03 -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
|
Squashed commit of the following:
|
2018-06-20 12:30:37 -06:00 |
|
sam_start.h
|
|
|
|
sam_systemreset.c
|
Restore PR. I have no idea where it went.
|
2016-05-23 17:45:15 -06:00 |
|
sam_tc.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
|
sam_tc.h
|
Revert "sam_tc_clockselect() reworked to calculate frequency error using smallest possible divisor minimizing the frequency error rather than largest possible divisor which maximized the error."
|
2016-08-17 12:34:54 -06:00 |
|
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
|
SAMV7: Port SAMAD5 TRNG driver to the SAMV7
|
2015-12-06 08:53:31 -06:00 |
|
sam_twihs.c
|
include/nuttx/i2c/i2c_master.h: Rename I2C_M_NORESTART to I2C_M_NOSTART since it may be used in other contexts than a repeated start. Add comments to clarilfy setup for repeated start.
|
2018-08-03 08:51:55 -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
|
SAMV7 protected mode: Don't enable D-Cache until userspace data has been initialized
|
2015-11-07 09:35:23 -06:00 |
|
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
|
Squashed commit of the following:
|
2018-05-21 11:46:16 -06:00 |
|
sam_xdmac.h
|
Change *err() to either info() or err(ERROR:..), depending upon if an error has occurred.
|
2016-06-16 15:10:57 -06:00 |
|
same70_periphclks.h
|
arch/arm/src/samv7: Add SAME70 memory map
|
2015-11-14 12:01:28 -06:00 |
|
samv71_periphclks.h
|
arch/arm/src/samv7: Add support for SAME70 peripheral clocks
|
2015-11-14 11:41:53 -06:00 |