Gregory Nutt
|
0430185785
|
Remove BOARDIOC_CAN_INITIALIZE. CAN initializaiton is now performed in board bring-up logic just like every other device driver.
|
2016-12-06 08:53:05 -06:00 |
|
Gregory Nutt
|
35dfe25430
|
Remove BOARDIOC_CAN_INITIALIZE. CAN initialization is now done in the board initialization logic just like every other device driver.
|
2016-12-06 08:51:37 -06:00 |
|
Gregory Nutt
|
b6a21edb42
|
Merged in david_s5/nuttx/upstream_to_greg (pull request #176)
Upstream to greg
|
2016-12-06 12:22:42 +00:00 |
|
David Sidrane
|
885b718552
|
Expanded otgfs support to stm32F469 and stm32f446
Added missing bits definitions
Used stm32F469 and stm32f446 bit definitions
Removed unsed header file
|
2016-12-05 18:07:57 -10:00 |
|
David Sidrane
|
50f36f8967
|
Added support for stmf469 SAI and I2S PLL configuration and STM446 fixes
|
2016-12-05 14:21:46 -10:00 |
|
David Sidrane
|
8b31eda4d8
|
Added Timers 2-5 and control of SAI and I2S PLLs
|
2016-12-05 14:19:56 -10:00 |
|
Gregory Nutt
|
8558bf6bd5
|
Eliminate some warnings
|
2016-12-05 18:07:15 -06:00 |
|
Gregory Nutt
|
e5e5467097
|
In last commit, ENODEV is a better error to report than ENOSYS.
|
2016-12-05 17:37:19 -06:00 |
|
Gregory Nutt
|
d829c03656
|
Corrects some warnings and link problems introduced in the last big commits.
|
2016-12-05 17:24:25 -06:00 |
|
Gregory Nutt
|
ee2852f5ff
|
Remove all references to board_adc_setup()
|
2016-12-05 17:06:08 -06:00 |
|
Gregory Nutt
|
55dd1c87b3
|
Remove all references to BOARDIOC_ADCSETUP
|
2016-12-05 15:31:40 -06:00 |
|
Gregory Nutt
|
4b216ff8dd
|
Finish removing traces of BOARDIOC_PWMSETUP
|
2016-12-05 14:56:21 -06:00 |
|
Gregory Nutt
|
b999e63c82
|
Remove some references to BOARDIOC_PWMTEST and board_pwm_setup(). Still lots more.
|
2016-12-05 13:54:12 -06:00 |
|
Gregory Nutt
|
da69f6df55
|
SAM4CMP-DB: Add hooks to auto-mount the procfs file system on startup in board bring-up logic.
|
2016-12-05 11:58:58 -06:00 |
|
Gregory Nutt
|
9ed0387379
|
Olimex-LPC1766-STK: Enable procfs in NSH configuration. Automount /proc on startup.
|
2016-12-05 08:52:40 -06:00 |
|
Gregory Nutt
|
6cff0a7012
|
SAMA5 PWM: Minor improvement to a loop
|
2016-12-04 15:48:13 -06:00 |
|
Gregory Nutt
|
39c4ecbcd0
|
SAMA5 PWM: Costmetic
|
2016-12-04 15:39:53 -06:00 |
|
Gregory Nutt
|
ff76ebfd31
|
SAMA5 does not build when executing from SDRAM before board frequencies are not constant. Rather, the bootloader configures the clocking and we must derive the clocking from the MCK left by the bootloader. This means lots more computations. This is untested on initial commit because I don't have a good PWM test setup right now.
|
2016-12-04 15:25:43 -06:00 |
|
Gong Darcy
|
44b7975a5e
|
SSD1306: Fix errors in SPI mode configuration
|
2016-12-04 10:07:46 -06:00 |
|
Gregory Nutt
|
7c4e3e21b8
|
Allow option to enable IP address conversions even when the IP address family is not supported.
|
2016-12-04 09:06:08 -06:00 |
|
Masayuki Ishikawa
|
d92a7886a4
|
SAM3/4: Add SMP support for the dual-core SAM4CM
|
2016-12-04 07:23:31 -06:00 |
|
Gregory Nutt
|
9f323692f4
|
Update README files
|
2016-12-04 07:07:39 -06:00 |
|
Masayuki Ishikawa
|
b3d182b5d5
|
Add support for the SAM5CMP-DB board
|
2016-12-04 07:06:17 -06:00 |
|
Masayuki Ishikawa
|
13c9031a8d
|
Fix DEBUGASSERT() in group_signal.c
|
2016-12-04 06:52:08 -06:00 |
|
Masayuki Ishikawa
|
84900298b7
|
ARMv7-M SMP: Applied the latest changes for ARMv7A-SMP
|
2016-12-04 06:49:49 -06:00 |
|
Gregory Nutt
|
9c65b0321d
|
Eliminate some warnings
|
2016-12-04 06:24:24 -06:00 |
|
Gregory Nutt
|
920a9592d1
|
Fix a naming collision introduced in last big commit
|
2016-12-03 18:19:08 -06:00 |
|
Gregory Nutt
|
4f1b96b29b
|
More networking configurations taht need the work queue enabled.
|
2016-12-03 17:52:13 -06:00 |
|
Gregory Nutt
|
62114755c9
|
Misoc hello configuration needs HP work queue enabled.
|
2016-12-03 17:37:07 -06:00 |
|
Gregory Nutt
|
f45727dffc
|
Fix some kruft left behind in last big commit.
|
2016-12-03 16:53:31 -06:00 |
|
Gregory Nutt
|
83477c55f8
|
STM32 Ethernet configurations must have work queue enabled.
|
2016-12-03 17:06:14 -06:00 |
|
Gregory Nutt
|
a431fc77cb
|
Add a forward refeence to elininate a warning.
|
2016-12-03 16:35:37 -06:00 |
|
Gregory Nutt
|
7467329a98
|
Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed.
|
2016-12-03 16:28:19 -06:00 |
|
Gregory Nutt
|
bdb8275824
|
Update TODO list
|
2016-12-03 12:21:18 -06:00 |
|
Gregory Nutt
|
ad3897531f
|
C5471 Ethernet now supports CONFIG_NET_NOINTS
|
2016-12-03 12:17:55 -06:00 |
|
Gregory Nutt
|
43459fe75e
|
DM09x0 Ethernet now supports CONFIG_NET_NOINTS
|
2016-12-03 11:42:15 -06:00 |
|
Gregory Nutt
|
41e35c88bf
|
eZ80 Ethernet now supports CONFIG_NET_NOINTS
|
2016-12-03 10:43:35 -06:00 |
|
Gregory Nutt
|
eba1e076ec
|
PIC32MX/Z Ethernet: Now supports CONFIG_NET_NOINT
|
2016-12-03 09:50:14 -06:00 |
|
Gregory Nutt
|
bfa1da14e2
|
LM3S Ethernet now supports CONFIG_NET_NOINTS
|
2016-12-03 08:32:49 -06:00 |
|
Gregory Nutt
|
1851e9e837
|
SAMA5D3: Add support for CONFIG_NET_NOINTS to EMACA and GMAC driver.
|
2016-12-02 16:36:27 -06:00 |
|
Gregory Nutt
|
f7d8bbfa3b
|
Update README.
|
2016-12-02 13:54:01 -06:00 |
|
Gregory Nutt
|
b95e1f656b
|
i.MX6: Add an untested SPI driver taken directly from the i.MX1 port.
|
2016-12-02 13:51:07 -06:00 |
|
Gregory Nutt
|
c0cbea2550
|
Remove RGMP and RGMP drivers.
|
2016-12-02 09:49:33 -06:00 |
|
Gregory Nutt
|
99987a3d51
|
Increase max message size in all NxWM configurations.
|
2016-12-02 08:38:42 -06:00 |
|
Alan Carvalho de Assis
|
cd119ad544
|
GPDMA driver for the LPC43xx. The GPDMA block is basically the same as the LPC17xx. Only the clock configuration is different and LPC43xx has four different DMA request sources, where LPC17xx has only two.
|
2016-12-01 18:01:04 -06:00 |
|
Gregory Nutt
|
241176abc3
|
Eliminate a warning
|
2016-12-01 17:09:08 -06:00 |
|
Gregory Nutt
|
fa03fa5ea9
|
Refresh more defconfig files
|
2016-12-01 17:07:54 -06:00 |
|
Gregory Nutt
|
86b5f3b9ed
|
boardctl: Add new command to start the NX server as a kernel thread. Also refresh more configurations.
|
2016-12-01 15:05:57 -06:00 |
|
Gregory Nutt
|
553f6d22fc
|
Boardctl: Add a boardctrl() command to start the NX server. Refresh all NX configurations.
|
2016-12-01 13:52:13 -06:00 |
|
Gregory Nutt
|
6dda185e8a
|
NX: Remove configuration CONFIG_NX_NXSTART. nx_start.c is now built unconditionally in multi-user mode.
|
2016-12-01 13:30:24 -06:00 |
|