Travis Geiselbrecht
5dea3e1933
[warnings] fix a few warnings introduced with newer version of gcc
...
Most of the warnings are new, such as needing to mark fallthroughs on
cases explicitly. A few are based on signed vs unsigned comparisons.
Disable one warning that was annoying about comparing null to arguments
marked nonnull.
2018-03-15 14:10:12 -07:00
Travis Geiselbrecht
10bb61326b
Merge pull request #146 from littlekernel/pr/nrf52
...
Pr/nrf52
2016-06-21 09:39:19 -07:00
Travis Geiselbrecht
d52054c87e
Merge pull request #143 from konkers/pr/stm32f0-usb
...
stm32f0xx usb driver
2016-06-21 09:33:24 -07:00
Eric Holland
6388cde233
[nrf52] Platform and sample target support for Nordic NRF52 (cortex-M4)
2016-06-16 16:31:53 -07:00
Eric Holland
1491809fd0
[nrf52] First commit for platform support
2016-06-16 10:41:04 -07:00
Eric Holland
d1c4965dc7
[nordic] move vendor code to external
2016-06-07 10:11:54 -07:00
Erik Gilling
b88985bb2c
[stm32f0xx] Add STM32F0xx_HAL_Driver.
2016-06-06 20:55:43 -07:00
Erik Gilling
6c82940c32
[stm32f0xx] Import new CMSIS from STM32Cube_FW_F0_V1.5.0.
2016-06-06 20:55:43 -07:00
Travis Geiselbrecht
2423845505
[merge] merge in cortex-m fpu support changes
2016-03-30 20:28:18 -07:00
Gurjant Kalsi
7d06370f75
[stm32f7][qspi][debug] Add tracing to QSPI driver and STM32f7xx QPSI library. Reset QSPI Controller during init.
2016-03-30 11:16:15 -07:00
Travis Geiselbrecht
f92aad2622
[merge] merge master into the cortex-m fpu working branch
2016-03-28 19:09:40 -07:00
Erik Corry
6d0122b98e
[heap] Add API used by Dartino to get arena list
2016-03-23 21:22:39 +01:00
Brian Swetland
0143e97c6e
[external][cc13xxware] driver library for TI CC13xx parts
...
cc13xxware_2_03_00_16456 minus docs, precompiled binaries,
and linker files, as fetched from:
http://www.ti.com/tool/cc13xxware
2016-03-03 14:08:05 -08:00
Erik Gilling
6f277bb95d
[stm32f0xx] remove STM32F0xx_StdPeriph_Driver.
2016-03-03 08:21:53 -08:00
cstout
5f050a570a
[lib][libm] Add floorf and ceilf
...
Needed by skia.
R=travisg@gmail.com
Review URL: https://codereview.chromium.org/1734733002 .
2016-02-24 10:17:21 -08:00
Travis Geiselbrecht
dcd82d774e
[external] create readme
2016-02-20 11:41:57 -08:00
Travis Geiselbrecht
171d14c751
[arch][arm] move CMSIS into external/
2016-02-20 11:31:51 -08:00
Travis Geiselbrecht
a3da9e78a4
[lib][cksum] move into external/
2016-02-20 11:31:51 -08:00
Travis Geiselbrecht
7c412c38d7
[lib][heap] move dlmalloc implementation to external/
2016-02-20 11:31:51 -08:00
Travis Geiselbrecht
5e14990dbd
[lib][libm] move to external/
2016-02-20 11:31:51 -08:00
Travis Geiselbrecht
c5c59a4897
[lib][aes] move to external/
2016-02-20 11:31:51 -08:00
Travis Geiselbrecht
e514030336
[lib][mincrypt] move to external/
2016-02-20 11:31:51 -08:00
Travis Geiselbrecht
8c5d18280d
[lib][miniz] move into external/
2016-02-20 11:31:51 -08:00
Travis Geiselbrecht
cd3a87b962
[lib][lwip] move lwip into external/
2016-02-20 11:31:51 -08:00
Travis Geiselbrecht
8fa95015b8
[lib][fdt] move to external/
2016-02-20 11:31:50 -08:00
Travis Geiselbrecht
e905886659
[platform][stm32f2xx] move ST's peripheral driver library into external/
2016-02-20 11:31:50 -08:00
Travis Geiselbrecht
4bece86daa
[platform][stm32f0xx] move ST's peripheral driver library into external/
2016-02-20 11:31:50 -08:00
Travis Geiselbrecht
5b39a5d889
[platform][stm32f1xx] move ST's peripheral driver library into external/
2016-02-20 11:31:50 -08:00
Travis Geiselbrecht
8d63a2dcb8
[platform][stm32f4xx] move ST's peripheral driver library into external/
2016-02-20 11:31:50 -08:00
Travis Geiselbrecht
065785cb03
[platform][stm32f7xx] move the STM32F7xx_HAL_Driver out into external
...
Functionally equivalent, just rearranged to keep 3rd party code
separate.
2016-02-20 11:31:49 -08:00
Travis Geiselbrecht
b7cb4be62e
[platform][stellaris] move TI's driver library into external/
2016-02-20 11:31:49 -08:00
Travis Geiselbrecht
26effb3988
[platform][lpc15xx] move the lpcopen driver library into external/
2016-02-20 11:31:49 -08:00