Alin Jerpelea
eeedce32c4
Merged in alinjerpelea/nuttx (pull request #881 )
...
updates for arch: arm: cxd56xx:
* arch: arm: cxd56xx: add pinconfig
Add the HW pin configuration for cxd56xx
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
* arch: arm: cxd56xx: add GPIO support
Add GPIO support for cxd56xx
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
* arch: arm: cxd56xx: add support for GPIO interrupts
add support for GPIO interrupts
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
* arch: arm: cxd56xx: add clock support
Add clock support for cxd56xx
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
* arch: arm: cxd56xx: add PMIC support
Add support for PMIC (Power management integrated circuit)
for cxd56xx chip
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
* arch: arm: cxd56xx: add FIFO CPU schedulier
add a simple FIFO schedulier that minimizes overhead
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
* arch: arm: cxd56xx: add ICC support
add Inter Core Communication for cxd56xx
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-06-05 11:29:51 +00:00
Gregory Nutt
4e98980045
Add initial support for the MakerLisp eZ80 board. Ref: https://makerlisp.com/
...
Squashed commit of the following:
configs/makerlisp: Update comments about use of serial console.
configs/makerlisp: Add LED support, remove vestiges of button support (the board has no user buttons). Add support for SPI-based MMC/SD card slot.
arch/z80/src/ez80: Fix some link problems.
libs/libc/syslog/lib_syslog.c: The ZDS-II toolchain does not declare va_coy in stdarg.h. I think that the use of va_copy in vsyslog() is no necessary.
configs/makerlisp: Initial configuration directories cloned from ez80f910200zco with little more than naming changes.
2019-06-04 11:12:17 -06:00
Gregory Nutt
4a7f0166cf
arch/z80/src/ez80/ez80_i2c.c: Cosmetic changes from code review. Also makes I2C and SPI configurable options.
2019-06-04 06:49:45 -06:00
Gregory Nutt
6fbfd00396
arch/z80/src/ez80/ez80_spi.c: Cosmetic changes from code review.
2019-06-03 23:59:53 -06:00
Gregory Nutt
59f3180179
Re-verify ez80 build. Fixes to other ZiLOG architectures broke ez80 again.
2019-06-03 19:04:24 -06:00
Gregory Nutt
622c272ea3
Clean up some variouis compiler problems using SDCC to compiler Z180.
2019-06-03 18:16:23 -06:00
Gregory Nutt
7ab149d8e9
Various fixes to get a clean compile with the SDCC compiler. Compile is 'almost' clean.
2019-06-03 16:53:11 -06:00
Gregory Nutt
fd4436f559
arch/z80/src/Makefile.zdsiil: Minor cleanup
2019-06-03 15:35:36 -06:00
Dave Marples
a2def2a4d1
arch/arm/src/common/up_lwl_console.c: Add support for a 'Lightweight Link' protocol between a target and debugger for use when you need a console but the target doesn't have a spare serial port or other available resource.
2019-06-03 07:31:17 -06:00
raiden00pl
04ea439121
Merged in raiden00/nuttx_h7 (pull request #880 )
...
Initial PWM support for STM32H7
arch/arm/src/stm32h7: port PWM from STM32
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-06-03 11:51:00 +00:00
Gregory Nutt
167ecaa496
arch/z16/src/z16f/Kconfig and configs/z16f2800100zcog/scripts/Make.defs: Add support for the lastest 5.2.1 version of the ZDS-II toolchain.
2019-06-02 19:21:00 -06:00
Gregory Nutt
87fd570d3a
arch/z16/src: Replicate build changes make for ez80 and z8 for zneo.
2019-06-02 18:43:43 -06:00
Gregory Nutt
27bb130bf8
arch/z80/src/: Fix a few more ez80 compile issues. Update README files.
2019-06-02 18:35:32 -06:00
Gregory Nutt
fc79fc5ce1
arch/z80/src: Fix ez80 compile problems due to New ZDS-II toolchain and ongoing bit rot due to non-C89 code creeping into the core OS.
2019-06-02 15:36:38 -06:00
Gregory Nutt
2767e80459
Squashed commit of the following:
...
ez80: Fixing a few more compile problems. I am afraid that the 5.3.0 compiler it too buggy to use.
ez80: Additional build-related fixed.
eZ80: Updating to use the newest ZDSII 5.3.0 toolchain.
2019-06-02 11:05:31 -06:00
Mateusz Szafoni
dffed7ab51
arch/arm/src/stm32f0l0g0/stm32g0_rcc.c: Fixes some problems found in build testing.
2019-05-31 09:22:07 -06:00
rajan gill
0ceac9a969
arch/arm/src/stm32/stm32_adc.c: The attached patch fixes a compilation error when verbose analog debugging is enabled for the stm32 adc: not all stm32s have an SQR4 register.
2019-05-31 08:50:38 -06:00
Dave Marples
d518cbb170
arch/arm/src/stm32/Kconfig: Add MEDIUM_DENSITY selection.
2019-05-31 07:55:43 -06:00
Gregory Nutt
491520350a
Fix a spelling error that was cloned in many files.
2019-05-31 07:24:19 -06:00
Juha Niskanen
c77e016ee8
arch/arm/src/stm32l4, drivers/sensors/t67xx.c: Fix trivial build failures caused by recent commits
2019-05-31 07:22:02 -06:00
Jussi Kivilinna
591d0e7471
arch/arm/src/stm32l4/: Fix USB device PMA accesses. USB PMA accesses are done as 16-bit words on STM32L4 instead of 32-bit words on STM32L1.
2019-05-31 07:21:42 -06:00
Jussi Kivilinna
73c1658535
arch/arm/src/stm32l4/stm32l4_pwr.c: Enable PWR peripheral for setting USV
2019-05-31 07:21:24 -06:00
Jussi Kivilinna
4bcd1806f0
arch/arm/src/stm32l4/stm32l4_hsi48.c: Enable CRS_CR_CEN with CRS_CR_AUTOTRIMEN
2019-05-31 07:20:49 -06:00
Dave Marples
30620dfeb6
arch/arm/src/imxrt/imxrt_lowputc.c: Add changes omitted from 173897afb9
2019-05-30 17:22:18 -06:00
Dave Marples
173897afb9
This commit implements RS485 RX/TX switching and RTS/CTS flow control for the IMXRT family. It has been tested on 1020 but I don't see any reason for issues on any other family member.
2019-05-30 13:45:36 -06:00
raiden00pl
64feadfc21
Merged in raiden00/nuttx_lora/g0_port (pull request #878 )
...
arch/stm32g0, configs/nucleo-g071rb: the basic NSH configuration is now functional
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-05-30 11:44:10 +00:00
Juha Niskanen
7214f8ae76
arch/arm/src/stm32l4/stm32l4_i2c.c: Add support for 16 and 120 MHz timings, board can use HSI16 clock for I2C
2019-05-28 09:23:40 -06:00
Juha Niskanen
fac5cc77b0
arch/arm/src/stm32l4/stm32l4xrxx_rcc.c: Use Range 1 Boost mode if SYSCLK is higher than 80 MHz
2019-05-28 09:14:08 -06:00
raiden00pl
f4caf4b3ec
Merged in raiden00/nuttx_pe (pull request #877 )
...
Improvements for STM32 PWM
arch/arm/src/stm32/stm32_pwm: add support for all PWM modes
arch/arm/src/stm32/stm32_pwm: add interface to change PWM mode
arch/arm/src/stm32/stm32_pwm: refactor pwm_mode_configure()
arch/arm/src/stm32/stm32_pwm: STM32_PWM_CHANx corresponds to the timer channel and STM32_PWM_OUTx corresponds to the timer channel output
arch/arm/src/stm32/stm32_pwm: add CHAN5 and CHAN6 to PWM_TIMx_NCHANNELS
arch/arm/src/stm32/stm32_pwm: calculate the PWM_TIMx_NCHANNELS if CONFIG_STM32_PWM_MULTICHAN is selected
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-05-28 15:07:43 +00:00
Jason Harris
cc2d97f942
arch/arm/src/stm32/stm32_fsmc.h: Fix the include file guarding name in stm32/stm32_fsmc.h.
2019-05-27 11:15:37 -06:00
Gregory Nutt
3ec7c17c16
arch/arm/src/stm32f7: Fix another error related to chip/->hardware/ name change.
2019-05-27 10:41:44 -06:00
Gregory Nutt
e74aedb046
Fix errors found in build testing.
2019-05-27 09:21:18 -06:00
Gregory Nutt
5cdd038df2
Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution
...
Squashed commit of the following:
arch/arm: Rename include/stm32f0l0 and src/stm32f0l0 to stm32f0l0g0.
Change all occurrences of lower-case stm32f0l0 to stm32f0l0g0.
Change all occurrences of upper-case STM32F0L0 to STM32F0L0G0.
2019-05-27 08:16:24 -06:00
Gregory Nutt
dbb40e5fe7
arch/arm/src/stm32f0l0/hardware: Fix some cosmetic naming problems associated with chip/ vs hardware/ sub-directories.
2019-05-27 08:03:46 -06:00
Jason Harris
2c3ca9d756
Here's a patch to split the STM32 FMC/FSMC functionality (FSMC = flexible static memory controller, FMC = flexible memory controller = FSMC + sdram support). This commit makes FMC it's own thing rather than piggy backing on the FSMC code. The peripherals have a few utility functions and this commits lets you have a common function in the arch/arm/src/stm32 rather than having duplicate functions in the board code.
2019-05-27 07:21:52 -06:00
raiden00pl
9c676a9e67
Merged in raiden00/nuttx_lora (pull request #876 )
...
Initial support for STM32G0
configs: initial support for nucleo-g071rb
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-05-27 11:48:57 +00:00
Gregory Nutt
788f77a9af
Cosmetic
2019-05-26 12:33:42 -06:00
Daniel Agar
642c0f8df6
Merged in dagar/nuttx/pr-stm32f7_dtcm_profcs (pull request #875 )
...
STM32F7 DTCM add procfs register
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-05-25 19:57:26 +00:00
Gregory Nutt
b21c12bd18
Fix errors found in build testing:
...
arch/mips/src: Previous commit used CP0 register definitions that were not defined in the cp0.h header file. Probably these were from the Microchip hacked up GCC toolchain but are not generally available. Fix: Add definitions to NuttX cp0.h header file.
mm/iob: Eliminate some warnings about testing the value of an undefined pre-processor variable.
2019-05-25 11:45:22 -06:00
Gregory Nutt
d5bbbba8ad
Rename all remaining arch/xxx/src/xxx/chip to arch/xxx/src/xxx/hardware.
2019-05-25 09:27:28 -06:00
Gregory Nutt
4126ec86cb
Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware.
2019-05-25 08:31:02 -06:00
Gregory Nutt
91db79663d
Rename arch/arm/src/samv7/chip to arch/arm/src/samv7/hardware.
2019-05-25 08:17:40 -06:00
Gregory Nutt
bc5cacc79f
Rename arch/arm/src/samd5e5chip to arch/arm/src/samd5e5/hardware.
2019-05-25 08:12:10 -06:00
Gregory Nutt
2ebc21b005
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
Gregory Nutt
d3679df0cc
Rename arch/arm/src/sama5/chip to arch/arm/src/sama5/hardware.
2019-05-25 07:59:12 -06:00
Gregory Nutt
f4c2449c30
Rename arch/arm/src/sam34/chip to arch/arm/src/sam34/hardware.
2019-05-25 07:37:39 -06:00
Gregory Nutt
5e01e07a4e
Rename arch/arm/src/nrf52/chip to arch/arm/src/nrf52/hardware.
2019-05-25 07:29:41 -06:00
Gregory Nutt
cef5e9a08e
Rename arch/arm/src/lpc43xx/chip to arch/arm/src/lpc43xx/hardware.
2019-05-25 07:22:59 -06:00
Gregory Nutt
7faccef1b8
Fix some errors found in build testing.
2019-05-24 19:26:01 -06:00
Gregory Nutt
7298b4caa3
Rename arch/arm/src/imxrt/chip to arch/arm/src/imxrt/hardware. One more tine.
2019-05-24 18:54:55 -06:00
Gregory Nutt
9839f8ad91
Rename arch/arm/src/efm32/chip to arch/arm/src/efm32/hardware.
2019-05-24 18:51:49 -06:00
Gregory Nutt
961b17e740
Revert "Rename arch/arm/src/imxrt/chip to arch/arm/src/imxrt/hardware."
...
This reverts commit 159dbb9ff1
.
2019-05-24 18:40:39 -06:00
Gregory Nutt
159dbb9ff1
Rename arch/arm/src/imxrt/chip to arch/arm/src/imxrt/hardware.
2019-05-24 18:25:44 -06:00
Gregory Nutt
50d18f9774
Rename arch/arm/src/stm32l4/chip to arch/arm/src/stm32l4/hardware.
2019-05-24 18:06:01 -06:00
Gregory Nutt
a26e229834
arch/arm/src/kinetis/hardware/kinetis_k20k40k60mpu.h: Fix idempotency definitions and some additional typos.
2019-05-24 17:41:38 -06:00
Gregory Nutt
2899e529b8
Rename arch/arm/src/kinetis/chip to arch/arm/src/kinetis/hardware.
2019-05-24 17:10:46 -06:00
Gregory Nutt
9b38f5cf2f
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
2019-05-24 16:54:25 -06:00
Gregory Nutt
2cf0d6a3aa
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
2019-05-24 16:48:06 -06:00
Gregory Nutt
cdf3dba418
Fix another error found in build testing.
2019-05-24 16:17:01 -06:00
Gregory Nutt
c0b5fb3b40
Fix some errors found in build testing.
2019-05-24 16:05:36 -06:00
Gregory Nutt
7d57d59197
Rename arch/arm/src/am335x/chip to arch/arm/src/arm335x/hardware.
2019-05-24 15:58:25 -06:00
Gregory Nutt
8e7da81916
Rename arch/arm/src/lpc11xx/chip to arch/arm/src/lpc11xx/hardware.
2019-05-24 15:38:59 -06:00
Gregory Nutt
01ad31c2fa
Rename arch/arm/src/cd56xx/chip to arch/arm/src/56xx/hardware.
2019-05-24 15:33:08 -06:00
Gregory Nutt
9a19e48e38
Rename arch/arm/src/a1x/chip to arch/arm/src/a1x/hardware.
2019-05-24 15:29:12 -06:00
Gregory Nutt
88d2a12e06
Fix some errors found in build testing
2019-05-24 15:07:48 -06:00
Gregory Nutt
ad2f469cf0
Rename arch/arm/src/kl/chip to arch/arm/src/kl/hardware.
2019-05-24 15:04:39 -06:00
Gregory Nutt
9ad4dbcc95
Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware.
2019-05-24 14:53:32 -06:00
Gregory Nutt
7156012a94
Rename arch/arm/src/xmc4/chip to arch/arm/src/xmc4/hardware.
2019-05-24 14:49:06 -06:00
Gregory Nutt
291d2f486d
Fix an error found in build testing.
2019-05-24 14:39:51 -06:00
Gregory Nutt
b855e3988f
Rename arch/arm/src/nuc1xx/chip to arch/arm/src/nuc1xx/hardware.
2019-05-24 14:36:08 -06:00
Gregory Nutt
f46ad3f6a6
Rename arch/arm/src/lpc17xx/chip to arch/arm/src/lpc17xx/hardware.
2019-05-24 14:15:01 -06:00
Gregory Nutt
8db1bae3a1
Rename arch/arm/src/imx6/chip to arch/arm/src/imx6/hardware.
2019-05-24 13:52:38 -06:00
Gregory Nutt
23f57b1d59
Rename arch/arm/src/lpc54xx/chip to arch/arm/src/lpc54xx/hardware.
2019-05-24 13:39:49 -06:00
Gregory Nutt
b6152cb409
arch/arm/src/stm32f0l0/stm32_dma_v1.c: Fix yet another compilation error found in this file by build testing.
2019-05-22 08:57:39 -06:00
Gregory Nutt
7ef69fea47
arch/mips/src/mips32/up_vfork.c: Fix a copy-paste error. On vfork, the GP register was being set to the new SP value vs. the context GP value. NOTED in Bitbucket issue 155.
2019-05-22 08:51:51 -06:00
Gregory Nutt
ae2a3d4efd
arch/arm/src/stm32f0l0/stm32_dma_v1.c: Fix a compilation probleml found in build testing.
2019-05-22 08:28:03 -06:00
Gregory Nutt
b49be4bb20
Squashed commit of the following:
...
arch/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
sched/ audio/ crypto/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
Documentation/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
fs/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
graphics/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
net/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
drivers/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
include/, syscall/, wireless/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
configs/: Remove all references to CONFIG_DISABLE_POLL. Standard POSIX poll can no longer be disabled.
2019-05-21 18:57:54 -06:00
Juha Niskanen
2df7235536
arch/arm/src/stm32l4: Make STM32L4 CRS synchronization source board configurable.
...
configs/nucleo-l432kc: Add new configuration settings to board.h
configs/nucleo-l452re: ditto
configs/nucleo-l496zg: ditto
configs/stm32l476vg-disco: ditto
2019-05-21 10:21:57 -06:00
Maximilian Kriegleder
8f285b249d
arch/arm/src/stm32/Kconfig: Correct some typos in conditional logic.
2019-05-21 10:15:30 -06:00
Mateusz Szafoni
8603a13f38
arch/arm/include/stm32f0l0/chip.h: Add one more definition of STM32_NADC.
2019-05-17 13:12:21 -06:00
raiden00pl
a5250662fa
Merged in raiden00/nuttx_lora/lora (pull request #872 )
...
Port AES and RND to STM32 M0 + some improvements
arch/arm/src/stm32f0l0/stm32_rng.c: change the function names to use the stm32_rng prefix
arch/arm/src/stm32f0l0/stm32_usbdev.c: move HSI48 enable to stm32xx_rcc.c
arch/arm/src/stm32f0l0: add support for AES
arch/arm/src/stm32f0l0: add support for RND
arch/arm/src/stm32f0l0: add HSI48 support for L0
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-05-17 18:46:30 +00:00
raiden00pl
0c6df13a4c
Merged in raiden00/nuttx_stm32 (pull request #871 )
...
arch/arm/src/stm32/Kconfig: simplify ARCH_HAVE_FPU selection and remove redundant options for F207
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-05-17 11:41:16 +00:00
Gregory Nutt
4676470dd7
arch/arm/src/stm32/chip/stm32_i2c.h: Fix typo in last PR noted by David Sidrane
2019-05-15 09:34:50 -06:00
raiden00pl
8ce1f1a67b
Merged in raiden00/nuttx_lora/lora (pull request #869 )
...
Port STM32F7 I2C to STM32F3 and STM32F0L0
arch/arm/src/stm32: port I2C IPv2 driver from F7 (only F3 chips)
arch/arm/src/stm32f0l0: port I2C IPv2 driver from F7
configs/b-l072z-lrwan1: nxlines_oled example (ssd1306)
configs/b-l072z-lrwan1: support for the I2C tool
configs/nucleo-f303ze: nxlines_oled example (ssd1306)
arch/arm/src/stm32h7/chip.h: cosmetics
arch/arm/src/stm32/chip/stm32_tim.h: cosmetics
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-05-15 08:20:28 +00:00
Juha Niskanen
2f46f4f11f
arch/arm/src/stm32l4: Port HSI48 and CRS from STM32F0L0
2019-05-14 06:35:34 -06:00
Juha Niskanen
8bf2e45b6c
arch/arm/src/stm32l4/stm32l4_usbdev.c: add missing PWR USBV enable, correct two USB register bits
2019-05-14 06:32:07 -06:00
Gregory Nutt
8905bd6fa6
arch/arm/src/stm32f0l0: Eliminate some warnings found in build testing.
2019-05-13 12:29:26 -06:00
raiden00pl
ebad04c269
Merged in raiden00/nuttx_l0f0/stm32m0_adc (pull request #867 )
...
Initial ADC support and some improvemnets for the STM32 M0
arch/arm/src/stm32f0l0/Kconfig: improvements
configs/b-l072z-lrwan1: add ADC example
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-05-09 13:02:53 +00:00
Gregory Nutt
1cce434a6b
configs/lpcxpresso-lpc54628: Update a README.txt.
2019-05-08 10:32:10 -06:00
Gregory Nutt
9b13eaf595
arm/src/lpc54xx/: Bring in the USB FS OHCI driver from LPC17. This is a quick'n'dirty port that I will finish sometime later (I hope). Currently, it is missing hardware clocking setup and is not even hooked into the build system yet. Needless to say it does not yet even compile.
2019-05-08 10:01:37 -06:00
Mateusz Szafoni
21feca2a46
arch/arm/src/stm32h7/Kconfig: fix warnings;
...
arch/arm/src/stm32h7/stm32_tim.c: don't use hardcoded UIF interrupt
2019-05-06 06:45:16 -06:00
Jukka Laitinen
246898fd1c
arch/arm/src/stm32h7: Add missing parts for timer driver: Add the missing header files, add the driver Kconfig, and add it to make system.
2019-05-05 15:35:06 -06:00
Jason Harris
a3312b74bb
arch/arm/src/common/up_initialize.c: up_initialize.c needs to know about ramlog_consoleinit()
2019-05-04 18:28:43 -06:00
Gregory Nutt
3e848fb893
Merged imxrt1020 into master
2019-04-30 16:08:46 -06:00
Jukka Laitinen
7f74947c93
arch/arm/src/stm32h7/: Add timer devices driver for stm32h7. This is mostly a forklift from stm32f7 with some h7 specific modifications.
2019-04-30 08:59:42 -06:00
Jukka Laitinen
54856cfa5e
arch/arm/src/stm32h7/: Add stm32h7 ethernet driver. This is the initial push for the ethernet driver. The driver has been tested to be working on a nucleo board. This is still WIP, it doesn't for example do MAC filtering on HW level, but just receives all ethernet packets.
2019-04-30 08:43:39 -06:00
Jukka Laitinen
c4b4291efd
arch/arm/src/stm32h7/stm32_i2c.c: Fix I2C4 compilation for stm32h7.
2019-04-30 07:21:41 -06:00
Jukka Laitinen
98162e268f
arch/arm/src/stm32h7/chip/stm32h7x3xx_pinmap.h: Add the GPIO_ETH_RMII_RXD1 pinmap definition for stm32h7.
2019-04-30 07:18:52 -06:00
Jukka Laitinen
1a66824a6b
arch/arm/src/stm32h7/chip/stm32h7x3xx_memorymap.h: Add the stm32h7 SYSTEM_UID and DEBUGMCU_BASE register definitions.
2019-04-30 07:17:00 -06:00
Jukka Laitinen
d3ff5476e0
arch/arm/src/stm32h7/stm32h7x3xx_rcc.c: Set the stm32h7 default HSI predivider to 4. The I2C driver currently assumes HSI clock to be 16MHz.
2019-04-30 07:15:37 -06:00