- Oct 11, 2018
-
-
cladmi authored
The file always exist so no need to do '-include'. Replaced using: sed -i 's|-\(include $(RIOTCPU)/.*/Makefile.features\)|\1|' \ $(git grep -l '$(RIOTCPU)/.*/Makefile.features' boards)
-
- Sep 27, 2018
-
-
cladmi authored
This change was missed when the cpu 'mips32r2_generic' was separated from 'mips32r2_common'. The target file already includes 'mips32r2_common'.
-
- Sep 11, 2018
-
-
cladmi authored
Includes of $(CPU)/include and $(BOARD)/include and already added in the main Makefile.include. Verification: There are no common headers names between boards and cpus. Except native that has a 'periph_conf.h' in cpu instead of being in board.
-
- Aug 01, 2018
-
-
Jose Alamos authored
-
Jose Alamos authored
-
Jose Alamos authored
-
- Apr 09, 2018
-
-
cladmi authored
* Remove '-Oihex' and '-Obinary' from OFLAGS for all boards It is now provided by the Makefile.include rule.
-
Gaëtan Harter authored
OBJCOPY was called without arguments so only copied the elffile in a file named .hex. Cannot build an '.hex' file for mips-malta so use a .bin output.
-
- Jan 24, 2018
-
-
Alexandre Abadie authored
-
- Nov 28, 2017
-
-
Sebastian Meiling authored
pkg, nordic_softdevice_ble: disable CFLAGS to omit compiler error sys, pm_layered: fix casting nonscalar to the same type cpu, stm32_common: fix type-limits, remove always true assert cpu, stm32f4: fix pointer arithmetic in periph/i2c drivers, at86rf2xx: fix type-limits where condition always true saul, gpio: fix if no gpio configured for saul cpu, saml21: add frequency check to periph/timer driver, cc110x: fix unused param and type-limts errors boards, wsn430-common: fix old-style-declaration make: fix old style definition drivers, sdcard_spi: fix old style typedef driver, at30tse: remove unnecessary check driver, nrf24: fix type-limit driver, pn532: change buffer from char to uint8_t tests/driver_sdcard: fix type limits boards, feather-m0: add missing field inits driver, tcs37727: fix type limits pkg, emb6: disable some compiler warnings tests/emb6: disable some compiler warings pkg, openthread: fix sign compare and unused params tests/trickle: fix struct init tests/pthread_cooperation: fix type limits board, mips-malta: remove feature periph_uart shell: fix var size for netif command gnrc, netif: fix sign-compare gnrc, nib: fix sign-compare shell: fix output in netif command posix: fix type-limits in pthread_cond
-
- Nov 24, 2017
-
-
Gaëtan Harter authored
Prepare to make `mips32r2_common` only a common cpu and not a standalone one.
-
- Nov 02, 2017
-
-
Kaspar Schleiser authored
-
- Sep 14, 2017
-
-
Kaspar Schleiser authored
-
- Sep 05, 2017
-
-
Alexandre Abadie authored
-
- Jun 28, 2017
-
-
Neil Jones authored
-
- May 24, 2017
-
-
Kaspar Schleiser authored
-
- Apr 13, 2017
-
-
Alexandre Abadie authored
-
- Feb 09, 2017
-
-
Neil Jones authored
Add basic support for the MIPS malta FPGA platform.
-