hathach
|
905c4b71d1
|
nrf use new cmsis_4 submodule for core header
|
2020-03-24 08:51:11 +07:00 |
|
hathach
|
b638aabad8
|
add uart for feather nrf52840
|
2020-03-08 13:25:14 +07:00 |
|
hathach
|
f638594536
|
move -flto to board.mk
current board that doesn work with flto is spresense and mimxrt10xx (due
to xip image_vector_table is optimized out).
|
2019-11-20 16:06:40 +07:00 |
|
hathach
|
2f3f23fd94
|
change to use nrfx uarte
|
2019-10-18 18:30:09 +07:00 |
|
hathach
|
195d0f5a14
|
adding log support with uart
started with pca10056
|
2019-10-12 00:02:51 +07:00 |
|
hathach
|
6479ee53d5
|
-Wno-error=cast-function-type is only available for gcc 8+, change travis dist to bionic
|
2019-10-01 15:43:28 +07:00 |
|
hathach
|
6183dbd0ce
|
add -Wextra for more warnings to example
non-stack warning (probably mcu driver) should be suppressed in the
board.mk
|
2019-09-27 00:15:43 +07:00 |
|
hathach
|
e5e73ed76c
|
drop board_* in bsp c file
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
|
2019-08-23 23:35:55 +07:00 |
|
hathach
|
d211035a0a
|
merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.c
|
2019-08-05 21:54:20 +07:00 |
|
hathach
|
851cf5426a
|
more makefile clean up
|
2019-05-14 14:07:06 +07:00 |
|
hathach
|
62f0eb16d6
|
clean up
|
2019-05-14 13:31:12 +07:00 |
|
hathach
|
0f3da42db8
|
add make.mk and rules.mk to help new makefile example
|
2019-05-01 14:27:17 +07:00 |
|
hathach
|
64bed848d0
|
fix #53 use nrfx_usbd_errata.h
|
2019-04-08 17:36:12 +07:00 |
|
hathach
|
f2f3f5a772
|
fix pca10056 build error due to nrfx undef usage
|
2019-03-20 01:35:52 +07:00 |
|
hathach
|
e6612ab82c
|
move -nostdlib (-nostartfiles) into board.mk
since nrf5x require the use of std startup. Add verbose mode to makefile
|
2019-03-20 01:23:49 +07:00 |
|
hathach
|
e6224bccf9
|
adding makefile support for nrf5x
got undefined reference to `_start'
|
2019-01-02 22:35:42 +07:00 |
|