Gregory Nutt
|
1166e311b0
|
Networking: Remove the HSEC argument from devif_timer.
|
2016-02-03 11:17:15 -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
|
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
|
9f2ae5bb86
|
LPC43: Fix a naming collision with i2c_read
|
2016-01-28 07:47:32 -06:00 |
|
Gregory Nutt
|
c958d83ee1
|
For LPC43xx MCUs, rename lpc17_spiinitialize to lpc43_spibus_initialize
|
2016-01-26 17:17:12 -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
|
727361d736
|
Remove Eclipse project files from repository. Noted by Sebastien Lorquet
|
2016-01-19 10:00:26 -06:00 |
|
Gregory Nutt
|
b5584c3cf9
|
Trivia, cosmetic
|
2016-01-15 13:38:35 -06:00 |
|
Gregory Nutt
|
027e5ef1a1
|
LPC43xx: Fix some errors/warnings in ADC driver
|
2016-01-15 13:37:12 -06:00 |
|
Gregory Nutt
|
6c2cd3edee
|
Changes from review of last pull request
|
2016-01-15 10:55:58 -06:00 |
|
Lok Tep
|
a089847f39
|
Merged nuttx/arch into master
|
2016-01-15 15:32:55 +01:00 |
|
Lok Tep
|
74c4f4636a
|
adc initerrupts
|
2015-12-21 17:23:07 +01: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 |
|
Lok Tep
|
1481537f8c
|
config B option, reverted
|
2015-12-08 09:27:23 +01:00 |
|
Lok Tep
|
6c872c3162
|
ssp in pin buffer fix
|
2015-12-07 23:13:14 +01:00 |
|
Lok Tep
|
8ddb2a6a2a
|
ssp buffer check fix
|
2015-12-07 23:12:57 +01:00 |
|
Lok Tep
|
264fbc1ecc
|
CONFIG_I2C_RESET dummy function
|
2015-12-07 23:12:40 +01:00 |
|
Lok Tep
|
82c865e2b0
|
init global interrupt in timer mode
|
2015-12-04 10:23:29 +01:00 |
|
Lok Tep
|
f02d3808a3
|
compile spifi with vpath
|
2015-12-02 12:51:45 +01:00 |
|
Lok Tep
|
fd74d0b625
|
spifi
|
2015-12-01 23:09:31 +01:00 |
|
Lok Tep
|
9a527ad3ed
|
adc: timer mode
|
2015-12-01 14:53:52 +01:00 |
|
Lok Tep
|
dd4ef7b2e9
|
rename to offset
|
2015-11-25 21:07:14 +01:00 |
|
Lok Tep
|
70ab09976a
|
setup out with data
ep 5-6
fixex
|
2015-11-25 21:07:00 +01:00 |
|
Lok Tep
|
5d689fedcf
|
spifi regs
|
2015-11-17 18:02:08 +01:00 |
|
Gregory Nutt
|
88ebcc895b
|
Fix some spacing problems found by tools/nxstyle.c
|
2015-11-15 10:47:42 -06:00 |
|
Lok Tep
|
0d1ba69ba8
|
Merge remote-tracking branch 'origin/master'
|
2015-11-15 12:55:21 +01:00 |
|
Lok Tep
|
386939c8af
|
roght ram bank
|
2015-11-15 12:52:57 +01:00 |
|
Paul A. Patience
|
52454cf79b
|
Fix typo
|
2015-11-11 13:06:15 -05:00 |
|
Gregory Nutt
|
11e89f5a7b
|
Cosmetic changes from code review
|
2015-11-11 07:41:51 -06:00 |
|
Gregory Nutt
|
518b4b14b2
|
Merged in petekol/arch (pull request #31)
forgotten changes
|
2015-11-11 07:38:38 -06:00 |
|
Gregory Nutt
|
50b96b3f50
|
Review of previous commit for coding style. Tickless RIT logic still does not follow naming conventions or file format rules
|
2015-11-11 07:36:41 -06:00 |
|
Lok Tep
|
485d317401
|
forgotten changes
|
2015-11-11 14:22:22 +01:00 |
|
Lok Tep
|
67c5d07e83
|
usb/ssp initialization corrected
|
2015-11-11 13:47:21 +01:00 |
|
Lok Tep
|
5eff3a202b
|
Merge remote-tracking branch 'origin/master'
|
2015-11-09 23:47:33 +01:00 |
|
Lok Tep
|
b654a6f467
|
alarm
|
2015-11-09 21:01:32 +01:00 |
|
Lok Tep
|
a8416d2a26
|
revert
|
2015-11-09 14:41:08 +01:00 |
|
Lok Tep
|
1f8c0fdcdb
|
timer base name difference
|
2015-11-09 14:34:59 +01:00 |
|
Lok Tep
|
7d386866af
|
Merged nuttx/arch into master
|
2015-11-09 14:24:41 +01:00 |
|
Gregory Nutt
|
1c79e77811
|
ARMv7-M: Minor naming change to improve readability
|
2015-11-06 11:24:52 -06:00 |
|