Gregory Nutt
|
ea93357a1e
|
XMC4xxx: Fix a typo in the SCU header file
|
2017-03-21 17:05:47 -06:00 |
|
rg
|
82a5dfddb4
|
The attached .patch implements DMA support for the stm32f4 I2C. Max and I have verified that it works on our systems.
|
2017-03-21 16:44:11 -06:00 |
|
Gregory Nutt
|
343f7ceab2
|
XMC4xxx: Misc clock clean-up; PBDIV should be controllable from board.h
|
2017-03-21 15:05:17 -06:00 |
|
Gregory Nutt
|
602bdd13fb
|
XMC4xxx: Fix a pin configuration problem. Fix some mispellings.
|
2017-03-21 11:24:04 -06:00 |
|
Gregory Nutt
|
21a626878a
|
XMC4xxx: Clean up problems associated with USIC initialization. USIC still does not work in UART mode.
|
2017-03-21 10:55:52 -06:00 |
|
Gregory Nutt
|
805a4f65e9
|
XMC4xxx: Fixes to HIB domain setup, GPIO pin configuration.
|
2017-03-21 09:31:44 -06:00 |
|
Gregory Nutt
|
886dadae0a
|
XMC4xxx: Minor updates to naming and comments
|
2017-03-20 18:10:23 -06:00 |
|
Gregory Nutt
|
b9e29d1083
|
XMC4xxx: Clean up memory map
|
2017-03-20 17:08:09 -06:00 |
|
Gregory Nutt
|
4ba091933e
|
XMC4xxx: Fix for early bringup problems
|
2017-03-20 16:31:35 -06:00 |
|
Gregory Nutt
|
3a91ba5264
|
XMC4xxx: Plug last holes to get a first, clean build.
|
2017-03-20 13:46:02 -06:00 |
|
Gregory Nutt
|
985c137b78
|
XMC4xxx: Finishes system timer logic.
|
2017-03-20 13:20:31 -06:00 |
|
Gregory Nutt
|
4519b679af
|
XMC4xxx: Finish code for USIC serial driver.
|
2017-03-20 12:47:26 -06:00 |
|
Gregory Nutt
|
8a3422f837
|
XMC4xxx: Complete lowputc logic
|
2017-03-20 11:25:51 -06:00 |
|
no1wudi
|
7d6ee0f222
|
fix a typo
|
2017-03-20 09:50:27 +08:00 |
|
Gregory Nutt
|
5df421488c
|
XMC4xxx: Add USIC baudrate calculation.
|
2017-03-19 18:11:38 -06:00 |
|
Gregory Nutt
|
ae32905fe8
|
XMC4xxx: Simply some USIC logic, add USIC interface to disable a channel. Add USIC enable logic to UART configuration (a lot more to do there).
|
2017-03-19 17:06:44 -06:00 |
|
Gregory Nutt
|
e1e4af7454
|
XMC4xxx: More Ethernet definitions.
|
2017-03-19 16:25:46 -06:00 |
|
Gregory Nutt
|
c023d41522
|
XMC4xxx: Beginning of Ethernet register header file
|
2017-03-19 13:47:27 -06:00 |
|
Gregory Nutt
|
e8a30890f2
|
Cosmetic changes from review of last PR.
|
2017-03-19 13:05:31 -06:00 |
|
Mateusz Szafoni
|
9f699e6715
|
Merged in raiden00/nuttx (pull request #281)
STM32F3: Add COMP support
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-03-19 18:55:06 +00:00 |
|
Gregory Nutt
|
5c0be816a5
|
XMC4xxx: Add commin USIC support logic for use in all USIC configurations.
|
2017-03-19 12:48:37 -06:00 |
|
raiden00pl
|
651b8360c6
|
STM32F33: Add COMP support
|
2017-03-19 18:36:44 +01:00 |
|
raiden00pl
|
c760d00158
|
stm32f33xx_comp.h: fix typos
|
2017-03-19 18:27:31 +01:00 |
|
Gregory Nutt
|
59b9ef8fdc
|
XMC4xxx: Revise configuration for USICs. Three USICs but 4 UARTs possible with each channel of USIC.
|
2017-03-19 11:10:31 -06:00 |
|
Gregory Nutt
|
a9aa11f968
|
XMC4xxx: A few compilation issues; still a long way to go.
|
2017-03-19 10:03:31 -06:00 |
|
Gregory Nutt
|
064ae17af5
|
XMC4xxx: Finishes UIC register definition header file.
|
2017-03-19 09:46:57 -06:00 |
|
Gregory Nutt
|
9110b7d45c
|
XMC4xxxx: Add more definitions to USIC register definition header.
|
2017-03-19 08:44:28 -06:00 |
|
Gregory Nutt
|
6b5dc49573
|
XMC4xxx: Flesh out USIC header file. Still needs a little work.
|
2017-03-18 19:16:29 -06:00 |
|
Gregory Nutt
|
47cd105e32
|
XMC4xxxx: Final clean-up of SCU heder file
|
2017-03-18 16:41:33 -06:00 |
|
Gregory Nutt
|
e82a3b3ca7
|
XMC4xxx: Completes most SCU register definitions.
|
2017-03-18 16:13:59 -06:00 |
|
Gregory Nutt
|
301e70b073
|
XMC4xxx: A few more SCU register definitions.
|
2017-03-18 15:19:02 -06:00 |
|
Gregory Nutt
|
7706810fc0
|
XMC4xxx: A few more SCU register definitions.
|
2017-03-18 14:08:35 -06:00 |
|
Gregory Nutt
|
cfa75de85a
|
XMC4xxx: A few more SCU register definitions.
|
2017-03-18 13:09:07 -06:00 |
|
Mateusz Szafoni
|
5907ec8cf9
|
Merged in raiden00/nuttx (pull request #279)
STM32F33: Move DMA logic to a separate files + add ADC support
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-03-18 17:54:19 +00:00 |
|
Gregory Nutt
|
9769c67d4d
|
XMC4xxx: Add pin multiplexing header file.
|
2017-03-18 11:25:14 -06:00 |
|
raiden00pl
|
fd42900dcc
|
STM32F33: Add ADC support
|
2017-03-18 16:34:24 +01:00 |
|
raiden00pl
|
49e4e62aab
|
STM32F33: Move DMA logic to a separate files
|
2017-03-18 16:31:06 +01:00 |
|
Gregory Nutt
|
3f0c4871c8
|
Merge remote-tracking branch 'origin/master' into xmc4
|
2017-03-18 06:48:37 -06:00 |
|
David Cabecinhas
|
148e74fd10
|
Merged in dcabecinhas/nuttx/fix_intstack_allocation (pull request #270)
ARM: Fix off-by-one interrupt stack allocation (revert missed change in up_initialize.c)
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-03-18 12:25:18 +00:00 |
|
Gregory Nutt
|
c6d5d3bded
|
XMC4xxx: All register definition files need to include memorymap.h
|
2017-03-17 16:44:26 -06:00 |
|
Gregory Nutt
|
7bde01df98
|
XMC4C: Clean up some naming, fix some comments, add empty PINMUX header file.
|
2017-03-17 16:40:29 -06:00 |
|
Gregory Nutt
|
5ae9564b7d
|
XMC4xxx: GPIO write should use OMR, not OUTPUT register.
|
2017-03-17 16:26:11 -06:00 |
|
Gregory Nutt
|
8bfb735351
|
XMC4xxx: Finishes implementation of GPIO support.
|
2017-03-17 13:02:07 -06:00 |
|
Gregory Nutt
|
41758d8e4c
|
XMC4xxx: minor update to GPIO definitions.
|
2017-03-17 11:22:42 -06:00 |
|
Gregory Nutt
|
d2d54b4ae7
|
XMC4xxx: Add framework and definitions for GPIO support
|
2017-03-17 11:18:24 -06:00 |
|
Gregory Nutt
|
042b33414a
|
XMC4xxx: Missing OMR field in PORT register definition header file.
|
2017-03-17 08:28:40 -06:00 |
|
Gregory Nutt
|
f672478e7e
|
XMC4xxx: Completes the PORT register definition header file.
|
2017-03-17 08:12:21 -06:00 |
|
Gregory Nutt
|
6b167122c0
|
XMC4xxx: Move clock utility functions from xmc4_clocconfig.c to new xmc4_clockutils.c
|
2017-03-16 14:26:22 -06:00 |
|
Gregory Nutt
|
e30e47683b
|
XMC4xxx: Add partial PORTS header file.
|
2017-03-16 13:24:32 -06:00 |
|
Gregory Nutt
|
e67baffc15
|
XMC4xxx: Add partial USIC header file.
|
2017-03-16 13:04:01 -06:00 |
|