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
|
2171438c61
|
I2C_TRANSFER support is no longer optional
|
2016-01-31 14:00:53 -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
|
3b6a502eff
|
For LK MCUs, rename up_spiinitialize to kl_spibus_initialize
|
2016-01-26 16:19:03 -06:00 |
|
Gregory Nutt
|
d06fae98a3
|
EFM32: Rename efm_spi_initialize to efm_spibus_initialize for compatibility with corresponding changes to other platforms
|
2016-01-26 15:58:33 -06:00 |
|
Gregory Nutt
|
c0fb4e34a7
|
I2C: Eliminate the I2C_WRITEREAD method
|
2016-01-26 10:23:09 -06:00 |
|
Gregory Nutt
|
52109ade2d
|
Flesh out unfinished lock() method implementations in al SPI drivers
|
2016-01-24 09:15:57 -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 |
|
Gregory Nutt
|
5ebd84c890
|
Update to use 64-bit timer when available
|
2016-01-21 11:53:58 -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
|
25a2e17347
|
Rename up_rtcinitialize to up_rtc_initialize so that it looks like other RTC interfaces
|
2015-11-20 08:27:04 -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
|
d90f597a05
|
More spacing/alignment issues
|
2015-10-08 19:31:58 -06:00 |
|
Gregory Nutt
|
b6638315a4
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
Gregory Nutt
|
d0d62668e7
|
Make some spacing comply better with coding standard
|
2015-10-06 18:32:16 -06:00 |
|
Gregory Nutt
|
fc3ed64864
|
Make some spacing comply better with coding standard
|
2015-10-06 17:28:32 -06:00 |
|
Gregory Nutt
|
3fdd914203
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -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
|
ddf936c913
|
Various fixes for compilation issues found by tools/testbuild.sh
|
2015-10-01 11:09:39 -06:00 |
|
Gregory Nutt
|
da3c05a898
|
Minor changes from review of merge
|
2015-09-06 07:10:21 -06:00 |
|
pnb
|
55dcbb4ca2
|
efm32 addons missing file
|
2015-09-06 13:10:41 +02:00 |
|
Gregory Nutt
|
975d912b40
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:07:37 -06:00 |
|
Gregory Nutt
|
2ed09233d3
|
Changes to conform to coding standard.
|
2015-09-05 07:50:02 -06:00 |
|
Gregory Nutt
|
60d444cd69
|
Changes to conform to coding standard. Also, I assume references to STM32 should be EFM32?
|
2015-09-05 07:33:50 -06:00 |
|
Gregory Nutt
|
e714cd748c
|
Changes to conform to coding standard. Also, I assume references to STM32 should be EFM32?
|
2015-09-05 07:31:16 -06:00 |
|
pnb
|
1314f60caf
|
start of adc for efm32
|
2015-09-05 10:51:33 +02:00 |
|
pnb
|
c327cce0b8
|
add bitband support
|
2015-09-05 10:40:34 +02:00 |
|
pnb
|
c83d533d90
|
add flash read/write support
|
2015-09-05 10:37:53 +02:00 |
|
pnb
|
3c35458ac2
|
fix some I2C problem
|
2015-09-05 10:22:08 +02:00 |
|
pnb
|
ea596e45d3
|
add efm32_gpioirqclear
|
2015-09-05 10:20:24 +02:00 |
|
pnb
|
ed8531a53b
|
GPIO fix bug GPIO_DRIVE_... definition
|
2015-09-05 10:17:05 +02:00 |
|
pnb
|
9564f878a9
|
set Gpio drive only if not standard
|
2015-09-05 10:15:42 +02:00 |
|
pnb
|
fa65bef573
|
commetic
|
2015-09-05 10:11:06 +02: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 |
|
Gregory Nutt
|
da6c5aabdf
|
All ARMV7-M IRQ setup: Always set the NVIC vector table address. This is needed in cases where the code is running with a bootload and when the code is running from RAM. It is also needed by the logic of up_ramvec_initialize() which gets the vector base address from the NVIC. Suggested by Pavel Pisa
|
2015-08-21 08:42:24 -06:00 |
|
Gregory Nutt
|
ba6c0b3fa3
|
Fix more common typos
|
2015-08-16 11:06:29 -06:00 |
|
Gregory Nutt
|
e29220183a
|
Fix some common typos
|
2015-08-16 10:59:10 -06:00 |
|
Gregory Nutt
|
1f5e16dc95
|
Fix some warnings/errors detected by nuttx/tools/testbuilds.sh
|
2015-07-10 18:41:26 -06:00 |
|
Gregory Nutt
|
d1847d2e0b
|
Correct write to incorrect register in EFM32 SPI driver. From Pierre-noel Bouteville.
|
2015-06-09 12:50:30 -06:00 |
|
Gregory Nutt
|
f875a26ed2
|
Add SPI GPIO pin initialization. From Pierre-noel Bouteville.
|
2015-06-05 14:26:21 -06:00 |
|
Gregory Nutt
|
38735fafeb
|
More missing semicolons after DEBUGASSERT
|
2015-05-27 13:32:39 -06:00 |
|
Gregory Nutt
|
321b54f49a
|
Updated EFM32 RTC driver from Pierre-noel Bouteville
|
2015-05-19 14:53:01 -06:00 |
|