Gregory Nutt
49ed9cac86
arch/arm/src/max326xx: Work-in-progress RTC driver for the MAX32660
2018-11-21 12:31:15 -06:00
Gregory Nutt
b69957ef5f
arch/arm/src/max326xx/max32660/max32660_wdt.c: Another design simplication.
2018-11-21 06:57:29 -06:00
Gregory Nutt
2797d5fc49
arch/arm/src/max326xx/max32660/max32660_wdt.c: Design fixes to watchdog timer.
2018-11-20 17:38:00 -06:00
Gregory Nutt
84e6510de5
arch/arm/src/max326xx: Add the first, untested cut of an watchdog timer driver.
2018-11-20 17:13:35 -06:00
Gregory Nutt
37f994207d
arch/arm/src/max326xx/max32660: Some rather minor updates from comparison of my board port with logic provided by Maxim Integrated.
2018-11-20 12:02:15 -06:00
Gregory Nutt
86d7f39a42
arch/arm/src/max326xx: Rename the chip subdirectory to hardware. The include paths were getting too mind boggling with two directories named chip. Should do this for the other architectures as well.
2018-11-20 11:20:58 -06:00
Gregory Nutt
b9903dc8c8
arch/arm/src/max326xx: Finish DMA implementation. Clean up compile issues when DMA, GPIO interrupts are enabled.
2018-11-20 11:14:11 -06:00
Gregory Nutt
7a45fc6f1c
arch/arm/src/max326xx: Add framework for MAX326XX standard DMA support.
2018-11-20 08:09:03 -06:00
Gregory Nutt
03cd52a5a2
arch/arm/include/max326xx: Add missing MAX32660 interrupt vectors. arch/arm/src/max326xx: Add missing MAX32660 GPIO interrupt handler.
2018-11-19 18:02:57 -06:00
Gregory Nutt
7854a18ece
arch/arm/src/max326xx: Finish of the serial driver. Add support for the MAX626xx instruction cache.
2018-11-19 14:36:32 -06:00
Gregory Nutt
34123867c9
arch/arm/src/max326xx: Fleshes out logic in max32660_lowputc.c
2018-11-19 13:02:49 -06:00
Gregory Nutt
1d2a69539b
Squashed commit of the following:
...
arch/arm/src/max326xx/max32660/max32660_serial.c: Add a mostly commented out serial driver. With this, we can accomplish a complete build with many warnings for 'Missing logic'
configs/max32660-evsys/src/max326_button.c: Add support for the on-board button.
arch/arm/src/max326xx: Add a mostly empty max326_lowputc.c file mostly so that we can get further in the compilation. Fixed several more compile errors revealed by this.
arch/arm/src/max326xx: Add peripheral clock control header file.
2018-11-19 10:47:28 -06:00
Gregory Nutt
dd3361a175
arch/arm/src/max326xx: Add more clock configuration options.
2018-11-18 17:54:01 -06:00
Gregory Nutt
fe0209eec2
arch/arm/src/max326xx: Add initial clock configuration logic. Needs verification.
2018-11-18 16:41:07 -06:00
Gregory Nutt
054db14dd2
arch/arm/src/max326xx: Add GCR register definition header file. Some feeble clock configuration progress.
2018-11-18 13:06:24 -06:00
Gregory Nutt
169198ff38
arch/arm/src/max326xx/max32660: Add GPIO driver and GPIO interrupt support.
2018-11-18 11:22:51 -06:00
Gregory Nutt
d2da0be4ee
arch/arm/src/max326xx/chip: Add MAX32660 pin multiplexing header files.
2018-11-17 16:47:54 -06:00
Gregory Nutt
8e18e8ae54
arch/arm/src/max326xx: Get's past a few initial compile problems. Still a long road ahead.
2018-11-17 15:36:40 -06:00
Gregory Nutt
6d5c1ec64f
arch/arm/src/max326xx: Add encodings that will be needed for GPIO pin configurations.
2018-11-17 15:01:21 -06:00
Gregory Nutt
61fd244fd3
Add support for the Maxim Integrated MAX32660-EVSYS board.
...
Squashed commit of the following:
arch/arm/src/max326xx and configs/max32660-evsys/nsh/defconfig: Work out some issues related to MAX326xx configuration.
configs/max32660-evsys: Add unverified board support framework.
2018-11-17 13:24:09 -06:00
Gregory Nutt
a427a40bd0
arch/arm/src/max326xx/chip: Add MAX32660 SPIMSS register definition header files.
2018-11-17 11:21:29 -06:00
Gregory Nutt
1527720be9
arch/arm/src/max326xx/chip: Add SPI register definition header file.
2018-11-17 10:47:57 -06:00
Gregory Nutt
854f171c66
arch/arm/src/max326xx/chip: Add I2C register definition header file.
2018-11-17 09:19:17 -06:00
Gregory Nutt
8000e0b263
arch/arm/src/max326xx/Kconfig: Needs to select CONFIG_UARTn_SERIALDRIVER.
2018-11-17 06:36:25 -06:00
Gregory Nutt
13d902a0a5
arch/arm/src/max326xx: Bring in some mostly standard, ARMv7-M, 'boilerplate' files.
2018-11-16 15:33:01 -06:00
Gregory Nutt
06f132c5d0
Brings in WIP port for the Maxim Integrated MAX326xx MCU family. Not really very much in place yet so marked EXPERIMENTAL in Kconfig file.
...
Squashed commit of the following:
Update a README. Mark MAX326XX as EXPERIMENTAL before bringing into master.
arch/arm/src/max326xx/chip: Add MAX32660 TMR register definition header files.
arch/arm/src/max326xx/chip: Add MAX32660 WDT register definition header files.
arch/arm/src/max326xx/chip: Add MAX32660 RTC register definition header files.
arch/arm/src/max326xx/chip: Add MAX32660 UART register definition header files.
arch/arm/src/max326xx/chip: Add DMA register definition header files.
Update some comments explaining what is meant by a 'chip family'
arch/arm/src/max326xx/chip: Add GPIO register definition header files.
arch/arm/src/max326xx/chip: Add FLC register definition header files.
arch/arm/src/max326xx/chip: Add FCR, PWRSEQ, and SIR register definition header files.
arch/arm/src/max326xx/chip: Add ICC register definition header file.
arch/arm/src/max326xx/chip: Add memory map header files.
arch/arm/include/max326xx: Minor fleshing out.
arch/arm/arm/include/max326xx: Add basic support for Maxim MAX326xx family. arch/arm/Kconfig and arch/arm/src/max326xx/Kconfig: Add basic condiguration support for the MAX326xx.
2018-11-16 13:17:47 -06:00