Gregory Nutt
|
f7d3b8147f
|
Rename CONFIG_NET_MULTICAST to avoid name conflicts
|
2016-03-20 13:14:36 -06:00 |
|
Gregory Nutt
|
51be83aa3a
|
ARM: Fix missing header file. Update comments in all *_irq.c files.
|
2016-03-09 15:08:58 -06:00 |
|
Gregory Nutt
|
4d4f54a789
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
|
Gregory Nutt
|
9c63736c98
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
|
Gregory Nutt
|
666cc280f4
|
Rename irqenable() to up_irq_enable(); rename irqdisable() to up_irq_disable()
|
2016-02-14 16:54:09 -06:00 |
|
Gregory Nutt
|
83bc1c97c3
|
Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore()
|
2016-02-14 16:11:25 -06:00 |
|
Gregory Nutt
|
70e502adb0
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
|
Gregory Nutt
|
a6eb9a351c
|
Add spinlock support for ARMv7-M architectures
|
2016-02-09 13:44:22 -06:00 |
|
Gregory Nutt
|
1166e311b0
|
Networking: Remove the HSEC argument from devif_timer.
|
2016-02-03 11:17:15 -06:00 |
|
Gregory Nutt
|
578402f8b5
|
Fix some spacing in a comment
|
2016-02-03 10:33:59 -06:00 |
|
Gregory Nutt
|
d2b2cd3415
|
Duplicate Manuel's EMAC driver fix to every other driver that supports CONFIG_NET_NOINTS
|
2016-02-03 10:33:22 -06:00 |
|
Gregory Nutt
|
1e4f2ae2c1
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:08:23 -06:00 |
|
Gregory Nutt
|
d2571985ef
|
I2C: up_i2creset should not be a global function; Now it is an I2C interface method
|
2016-02-02 11:21:45 -06:00 |
|
Gregory Nutt
|
c9a7d48cb2
|
I2C: Fix some compile time issues found with tools/testbuild.sh
|
2016-02-01 18:02:39 -06:00 |
|
Gregory Nutt
|
0693e76be8
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:30:29 -06:00 |
|
Gregory Nutt
|
a64f36a63e
|
I2C: Remove setaddress method
|
2016-02-01 12:14:20 -06:00 |
|
Gregory Nutt
|
ce988c7ed3
|
Remove the read and write methods from the I2C interface
|
2016-02-01 09:22:10 -06:00 |
|
Gregory Nutt
|
91fa0b9616
|
More SPI initialize naming clarification
|
2016-01-31 15:38:28 -06:00 |
|
Gregory Nutt
|
2171438c61
|
I2C_TRANSFER support is no longer optional
|
2016-01-31 14:00:53 -06:00 |
|
Gregory Nutt
|
8f1b9886a9
|
Backport the new LPC17xx I2C driver to the LPC11xx in order to get the I2C_TRANSFER method
|
2016-01-30 12:17:01 -06:00 |
|
Gregory Nutt
|
8a37072e87
|
Backport the LPC32xx I2C driver to the LPC17xx in order to get the I2C_TRANSFER method
|
2016-01-30 11:26:38 -06:00 |
|
Gregory Nutt
|
531d73af41
|
Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:35:46 -06:00 |
|
Gregory Nutt
|
9f9b85a932
|
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
|
2016-01-30 07:59:44 -06:00 |
|
Gregory Nutt
|
6305c4274a
|
For LPC17xx MCUs, rename lpc17_spiinitialize to lpc17_spibus_initialize
|
2016-01-26 17:07:47 -06:00 |
|
Gregory Nutt
|
b7cbbab761
|
Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law
|
2016-01-23 18:10:21 -06:00 |
|
Gregory Nutt
|
4bd6adb725
|
Add dummy hwfeatures method to all SPI interfaces
|
2016-01-23 15:09:38 -06:00 |
|
Frank Benkert
|
dd13fcde44
|
CAN: Add more extensive error reporting information
|
2016-01-18 12:21:20 -06:00 |
|
Gregory Nutt
|
dfec6a0dd0
|
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 |
|
Gregory Nutt
|
daea1e614b
|
All architectures need to build ELF support if either CONFIG_ELF or CONFIG_MODULE are selected. Cortex-M7 also must support module cache corherence
|
2015-12-12 09:35:05 -06:00 |
|
Gregory Nutt
|
e5e631e57f
|
include/nuttx/net/netdev.h and several Ethernet drivers in arch/: Most network drivers to not support statistics. Those that do only support them when DEBUG is enabled. Each driver collects an architecture specific set of statistics and there is no mechanism in place to view those statistics. Thus, the driver feature was mostly useless. This change standardizes the driver statistics and puts the definition in the common network device structure defined in netdev.h where they can be accessed by network applications. All Ethernet drivers that collect statistics have been adapted to use these common statistics.
|
2015-11-26 12:07:18 -06:00 |
|
Gregory Nutt
|
25a2e17347
|
Rename up_rtcinitialize to up_rtc_initialize so that it looks like other RTC interfaces
|
2015-11-20 08:27:04 -06:00 |
|
Paul A. Patience
|
52454cf79b
|
Fix typo
|
2015-11-11 13:06:15 -05:00 |
|
Gregory Nutt
|
1c79e77811
|
ARMv7-M: Minor naming change to improve readability
|
2015-11-06 11:24:52 -06:00 |
|
Gregory Nutt
|
79df561669
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:09:36 -06:00 |
|
Gregory Nutt
|
b28e32e3d3
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:06 -06:00 |
|
Gregory Nutt
|
b6638315a4
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
Gregory Nutt
|
3fdd914203
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -06:00 |
|
Gregory Nutt
|
6fc6d17760
|
Fix some spacing problems
|
2015-10-04 14:59:08 -06:00 |
|
Gregory Nutt
|
9caf33e13b
|
Standardize the width of all comment boxes in C header files
|
2015-10-03 07:28:30 -06:00 |
|
Gregory Nutt
|
7ced84c5f0
|
Standardize the width of all comment boxes in C files
|
2015-10-03 07:25:03 -06:00 |
|
Gregory Nutt
|
36726b1bc4
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -06:00 |
|
Gregory Nutt
|
7a2428819f
|
Minor style: # if pre-processor command should be in columnn 1
|
2015-09-18 12:47:24 -06:00 |
|
Gregory Nutt
|
39859a9645
|
All ARMV7-M: Force 8-byte stack alignment when calling from assembly to C to interrupt handling
|
2015-09-15 07:37:09 -06:00 |
|
Gregory Nutt
|
f7ca98c5ae
|
Fix error in almost all ARMv7-M interrupt stack handling
|
2015-09-14 07:07:13 -06:00 |
|
Gregory Nutt
|
0f8a416b20
|
More fixes for warning removal typos
|
2015-09-08 12:15:29 -06:00 |
|
Gregory Nutt
|
35866ede44
|
Eliminate warnings
|
2015-09-08 12:02:35 -06:00 |
|
Gregory Nutt
|
d8c83218fe
|
Eliminate warnings
|
2015-09-08 08:27:34 -06:00 |
|
Gregory Nutt
|
975d912b40
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:07:37 -06:00 |
|
Paul A. Patience
|
a0dc724a5d
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1.
|
2015-09-01 13:47:06 -04:00 |
|
Gregory Nutt
|
70f1a49fbe
|
arch/arm/src/up_iternal.h and several ARM Make.defs files: In the original implementation, NOT defined(CONFIG_ARMV7M_CMNVECTOR) was a sufficient test to determine if lazy floating point register saving was being used. But recents changes added common lazy register as well so now that test must be (NOT defined(CONFIG_ARMV7M_CMNVECTOR) || defined(CONFIG_ARMV7M_LAZYFPU)).
|
2015-08-31 08:40:02 -06:00 |
|