No description
Find a file
Carles Cufi 33d17497d2 drivers: uart_nrf5: Use MDK baudrate divisor constants
The baudrate calculation present in set_baudrate() is
causing the UART to emit inital bytes incorrectly, for a
reason currently unknown, but directly related to the fact
that __aeabi_uldivmod is being invoked.
Since the nRF5x Product Specifications do not provide a
standard formula to calculate baudrates and instead list
a predefined set of divisor values, we opt here to use the
official values and remove the attempt at calculating them
manually.

Change-Id: Ic3ff42ea6d065e9a1d26a5350ce5bf5ad661160a
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-10-25 18:40:56 +00:00
.known-issues known-issues: update rule for TCF summary line 2016-09-16 11:31:27 -07:00
arch drivers: uart_nrf5: Use MDK baudrate divisor constants 2016-10-25 18:40:56 +00:00
boards arc: Let CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC be set by SOC 2016-10-25 12:16:59 +00:00
doc unified/doc: Add heap memory pool section to Kernel Primer 2016-10-25 00:10:35 +00:00
drivers drivers: uart_nrf5: Use MDK baudrate divisor constants 2016-10-25 18:40:56 +00:00
ext ext qmsi: Update to QMSI 1.2 release 2016-10-18 23:26:01 +00:00
fs fs: Add file system API to flush cache of an open file 2016-09-23 00:06:32 +00:00
include drivers/uart: Make references to driver_api const 2016-10-25 11:31:09 +00:00
kernel unified: Support heap memory pool 2016-10-25 00:10:34 +00:00
lib iot/zoap: Add support for block sized transfers 2016-10-25 12:56:51 +00:00
misc drivers/uart: Refactor UART input hook. 2016-10-25 11:31:08 +00:00
net Bluetooth: Fix build with unified kernel 2016-10-21 07:47:31 +03:00
samples samples/soc_flash_nrf5: test non-word aligned writes 2016-10-25 00:34:29 +00:00
scripts sanity: add unified args 2016-10-25 11:08:19 -05:00
tests iot/zoap: Add unit tests for block-wise transfers 2016-10-25 12:56:51 +00:00
usb usb: do not assert on a variable we do not have 2016-09-24 08:12:35 -04:00
.checkpatch.conf checkpatch: do not check for min_t/max_t 2016-09-13 17:12:55 -04:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: update with new emails 2016-10-07 16:15:24 +00:00
defaults.tc testcases: catch all fatal faults as failures 2016-10-19 15:05:47 +00:00
Kbuild unified/build: adapt Kbuild for unified kernel 2016-09-13 17:12:55 -04:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
MAINTAINERS board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
Makefile board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
Makefile.inc board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
zephyr-env.sh win-build: corrects scripts_path for windows build. 2016-10-15 15:09:54 +00:00