| .. |
|
chip
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
|
chip.h
|
|
|
|
Kconfig
|
Some minor improvement to some comments.
|
2018-12-15 10:47:38 -06:00 |
|
Make.defs
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
sam_allocateheap.c
|
Revert "arch/: Fix an error found in build testing. The protoype of mpu_log2regionfloor() changed; an additional parameter was added. However, none of the calls to mpu_log2regionfloor() were updated to pass the new, additional parameter."
|
2019-01-08 15:21:29 -06:00 |
|
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
|
arch/arm/src/tiva/cc13xx/cc13xx_chipinfo.c: Add chip info source file. This will be needed later in order to manage trimming and power setup.
|
2018-12-14 13:37:54 -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
|
|
|
|
sam_freerun.h
|
|
|
|
sam_gpio.c
|
|
|
|
sam_gpio.h
|
|
|
|
sam_gpioirq.c
|
|
|
|
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
|
In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts.
|
2018-12-03 17:41:59 -06: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
|
|
|
|
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_oneshot_lowerhalf.c
|
|
|
|
sam_pck.c
|
|
|
|
sam_pck.h
|
|
|
|
sam_periphclks.h
|
|
|
|
sam_progmem.c
|
Merged in ebsong/nuttx (pull request #722)
|
2018-09-21 03:18:38 +00: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
|
drivers/net/telnet.c: Add NAWS and poll interface to telnet for screen size negotation used with termcurses.
|
2019-01-05 12:14:05 -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
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -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
|
arch/arm/src: Masayuki Ishikawa's change to go_os_start() should be applied to all MCU-specific start-up functions that support go_os_start().
|
2018-12-25 08:14:55 -06:00 |
|
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
|
Replace non critical PANIC with DEBUGPANIC to save the code space
|
2018-08-24 06:21:15 -06:00 |
|
sam_timerisr.c
|
|
|
|
sam_trng.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
|
sam_trng.h
|
|
|
|
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
|
|
|
|
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/max326xx: Add framework for MAX326XX standard DMA support.
|
2018-11-20 08:09:03 -06:00 |
|
sam_xdmac.h
|
|
|
|
same70_periphclks.h
|
|
|
|
samv71_periphclks.h
|
|
|