Titus von Boxberg
|
adb69369a1
|
updated defconfig (with almost no hardware enabled)
|
2017-07-19 19:25:31 +02:00 |
|
Titus von Boxberg
|
7b07471ece
|
documentation update to f7
|
2017-07-19 19:14:50 +02:00 |
|
Titus von Boxberg
|
8b2a94b82c
|
correct macro name for DSI clock source
|
2017-07-19 19:14:50 +02:00 |
|
Titus von Boxberg
|
6d29a04752
|
naming errors/inconsitencies/typos
|
2017-07-19 19:14:49 +02:00 |
|
Titus von Boxberg
|
041a319789
|
does not feature a DSI interface
|
2017-07-19 19:14:49 +02:00 |
|
Titus von Boxberg
|
ee6416d3df
|
inconsistency: the stm32f746 does not feature a DSI interface
|
2017-07-19 19:14:49 +02:00 |
|
Titus von Boxberg
|
1241960d4a
|
STM32F7: Switch from CCM to DTCM
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
071b2dda28
|
compileable with LTDC_INTERFACE and LTDC_USE_DSI
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
e67ba8c88d
|
option for DSI output
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
d590ba7ab2
|
do not enforce CONFIG_STM32_CCMEXCLUDE for CONFIG_ARCH_CHIP_STM32F7, macro rename STM32 -> STM32F7, #include corrections
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
1826c1165a
|
macro rename STM32 -> STM32F7, #include corrections
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
32e417c3ac
|
renamed STM32_LCDTFT_BASE to STM32_LTDC_BASE for consistency
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
58053fef0f
|
macro rename STM32 -> STM32F7
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
537c809101
|
initial (dysfunctional) lcd configuration
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
ec3e4cabab
|
added config and make stuff for stm32f7 ltdc
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
ea703b832a
|
copied from stm32
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
07531de2e4
|
Copied files from stm32
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
0070969cac
|
Definitions for I2C4, SDMMC2
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
088148c105
|
Adapted RAM start / size to internal SRAM
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
2b0d4051e1
|
Pin definitions for I2C4
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
0e4513333b
|
Further adaptation of configuration headers and README
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
4e735f46ae
|
config changes for stm32f769i-disco
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
08225bbb55
|
Simple renames as a first step to a separate board config
|
2017-07-19 19:07:53 +02:00 |
|
Titus von Boxberg
|
80effadf6a
|
Prepared config directory for stm32f769i-disco as a copy of stm32f746g-disco
|
2017-07-19 19:07:53 +02:00 |
|
Gregory Nutt
|
951017da55
|
CDC/ACM: Part of previous change was incorret.
|
2017-07-19 09:11:13 -06:00 |
|
Gregory Nutt
|
940b78cac2
|
USB device: Fix some coding standard issues. Other purely cosmetic changes.
|
2017-07-19 09:00:01 -06:00 |
|
Matt Thompson
|
eff9ba514c
|
SAMD21: Changes needed to get USB working.
|
2017-07-19 07:22:14 -06:00 |
|
Gregory Nutt
|
646b28223a
|
CDC/ACM. Fix several known problems resulting from merge of USB composite device. That merge now breaks some of the non-composite USB devices. These fixes are for CDC/ACM.
|
2017-07-19 07:05:23 -06:00 |
|
Gregory Nutt
|
d595e0efdf
|
Network poll: Remove logic conditioned on non-existent HAVE_NET_POLL.
|
2017-07-19 06:23:56 -06:00 |
|
Anthony Merlino
|
9550c3dc08
|
Merged in merlin17/nuttx/beacon802154 (pull request #437)
ieee802154: Minor improvements including adding the ability to regdump the radio
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-07-18 18:16:57 +00:00 |
|
Anthony Merlino
|
f665c3e506
|
ieee802154: Adds special attribut that can be used to perform a regdump of the radio
|
2017-07-18 14:04:58 -04:00 |
|
Anthony Merlino
|
706bce0eb7
|
configs/clicker2-stm32: Fixes Kconfig option dependency
|
2017-07-18 14:02:13 -04:00 |
|
Anthony Merlino
|
eaf4c05f27
|
ieee802154: Sets txdesc retrycount to the maxretries MAC attribute when allocated
|
2017-07-18 14:01:30 -04:00 |
|
Anthony Merlino
|
222fe50d3a
|
ieee802154: Trivial
|
2017-07-18 13:55:48 -04:00 |
|
Titus von Boxberg
|
7fc2fae1fa
|
Merged in elbeinformatik/nuttx/typo (pull request #436)
Typos
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-07-18 11:02:45 +00:00 |
|
Titus von Boxberg
|
f3267ddb71
|
I2C4_SDA can also be on GPIO PB7
|
2017-07-18 11:43:53 +02:00 |
|
Titus von Boxberg
|
006fa75171
|
corrected typos and inconsistencies for USB OTG configuration
|
2017-07-18 11:43:53 +02:00 |
|
Gregory Nutt
|
747c79aa57
|
Merge remote-tracking branch 'origin/master' into beacon802154
|
2017-07-17 07:58:47 -06:00 |
|
Gregory Nutt
|
799b2d5671
|
Update comments.
|
2017-07-17 07:14:12 -06:00 |
|
Gregory Nutt
|
d9a2a3c3f1
|
Networking: When upd_input() cannot process a packet, it returns ERROR so that network drivers may try calling ipv4_input() later. In this case, it must also set d_len to zero. Otherwise, all network drivers will assume tht there is also an outgoing packet. This results in a gratuitous ARP.
|
2017-07-17 06:50:39 -06:00 |
|
Anthony Merlino
|
c80e0d9d8d
|
Merged in merlin17/nuttx/beacon802154 (pull request #435)
ieee802154: Minor updates
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-07-17 07:42:25 +00:00 |
|
Anthony Merlino
|
3158188846
|
ieee802154: Renaming of some fields
|
2017-07-17 01:20:01 -04:00 |
|
Anthony Merlino
|
2f89ebeebd
|
ieee802154: Adds retry count to tx descriptor
|
2017-07-16 23:51:24 -04:00 |
|
Anthony Merlino
|
c13bd23ed9
|
drivers/mrf24j40: Trivial whitespace fix
|
2017-07-16 23:51:24 -04:00 |
|
Anthony Merlino
|
aaa1dd2bbe
|
ieee802154: Renames ack_wait_dur to ack_waitdur and removes it from private mac struct
|
2017-07-16 23:51:24 -04:00 |
|
Anthony Merlino
|
8610723ee6
|
ieee802154: Adds some wlinfo logs for debugging
|
2017-07-16 23:51:24 -04:00 |
|
Anthony Merlino
|
acc1ecd9a9
|
drivers/mrf24j40: Fixes math error for calculating sleep count values
|
2017-07-16 23:51:24 -04:00 |
|
Anthony Merlino
|
86b690a285
|
ieee802154: Fixes issue with association on beacon-enabled networking
|
2017-07-16 23:51:24 -04:00 |
|
Gregory Nutt
|
1db918d947
|
Network Socket I/F: Eliminate a warning when 6LoWPAN is enabled.
|
2017-07-16 13:05:41 -06:00 |
|
Gregory Nutt
|
d639d8857d
|
IEEE 802.15.4 MAC: Disable option to select interrupt-level meta data allocator.
|
2017-07-16 12:53:01 -06:00 |
|