1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

17529 Commits

Author SHA1 Message Date
cladmi
3f145413f5 boards/makefiles: Remove '-Otype' from OFLAGS
* Remove '-Oihex' and '-Obinary' from OFLAGS for all boards
  It is now provided by the Makefile.include rule.
2018-04-09 17:32:46 +02:00
cladmi
ae5e883bca Makefile.include: add targets to get .elf/.bin/.hex 2018-04-09 17:32:46 +02:00
cladmi
70c5079b16 Makefile.include: add %.hex and %.bin rules
Replace HEXFILE rule by a rule for each type.
HACK: Adding '-Oformat' after OFLAGS overwrite the value in flags.
2018-04-09 17:32:46 +02:00
Gaëtan Harter
42d1e1ad0b mips-malta: fix 'HEXFILE' generation to binfile
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.
2018-04-09 17:32:46 +02:00
c23eb5a8c0
Merge pull request #8844 from cladmi/pr/make/split_link_target
Makefile.include: separate `link` in subtargets
2018-04-09 17:23:47 +02:00
0575dbfad7
Merge pull request #8879 from kaspar030/enable_some_on_hardware_tests
tests: enable ps_schedstatistics and struct_tm_utility on-hardware CI tests
2018-04-09 17:14:46 +02:00
Martine Lenders
3fea1eaa30
Merge pull request #8888 from miri64/doc/fix/sys_util
doc: remove sys_util references
2018-04-09 16:52:23 +02:00
Gaëtan Harter
f64de068b3 Makefile.include: separate link in subtargets
* Add ELFFILE, HEXFILE, print-size targets

$(BINDIR)/$(APPLICATION_MODULE).a target builds libraries in RIOT and in DIRS.

Uses a FORCE phony target dependency to force rebuilding but still let
`make` use the file modification timestamps
2018-04-09 16:50:53 +02:00
Gaëtan Harter
a83c8d220d Makefile.include/OSXNATIVE: refactor into _LINK
Refactor osx-native linker rule into `_LINK` too.
2018-04-09 16:50:52 +02:00
fb2beb43c8
Merge pull request #8875 from Josar/pr/xtimer64
sys/include/xtimer: Added xtimer_set64()
2018-04-09 16:19:44 +02:00
b117638fd0
Merge pull request #8886 from gebart/pr/xtimer-shift-6
xtimer: Add XTIMER_SHIFT = 6 automatic option
2018-04-09 16:12:26 +02:00
ff543db9af
Merge pull request #8893 from miri64/examples/cleanup/rename-emcute
examples: rename MQTT-SN example for clarity
2018-04-09 16:10:57 +02:00
4b210bb1e6
Merge pull request #7406 from haukepetersen/add_rdcli_simple
net: added CoAP RD client for simple node registration
2018-04-09 13:25:50 +02:00
2866a26a24
Merge pull request #8808 from Josar/atmega_stackPointer
cpu/atmega_common: use __temp_reg__
2018-04-09 12:05:29 +02:00
Cenk Gündoğan
fd0c147a69
Merge pull request #8878 from PeterKietzmann/pr_sc_ccnl_cnt_dump
pkg/ccn-lite:enable CS dump in shell command
2018-04-09 11:05:39 +02:00
5c9ee37ba4
Merge pull request #8899 from aabadie/pr/tests/periph_flashpage
tests/periph_flashpage: fix typo in doxygen header
2018-04-09 11:03:16 +02:00
Hauke Petersen
544ca46435 examples/rdcli_simple: blacklisted boards for RAM 2018-04-09 10:59:06 +02:00
PeterKietzmann
86c319aea7 pkg/ccn-lite:enable CS dump and rename shell command 2018-04-09 10:38:32 +02:00
Hauke Petersen
fb4b622fb5 examples: added rdcli_simple example application 2018-04-09 10:37:10 +02:00
Hauke Petersen
108284670c net: added RD client for simplified registration 2018-04-09 10:37:10 +02:00
Hauke Petersen
f12d85d032 net/rdcli: added common rdcli module 2018-04-09 10:37:10 +02:00
Martine Lenders
151a8639bc examples: rename MQTT-SN example for clarity 2018-04-09 10:13:14 +02:00
d7bf2c112e
Merge pull request #7491 from aabadie/nucleo_l433
boards/nucleo-l433rc: initial support
2018-04-07 21:12:14 +02:00
Martine Lenders
3c93ebc86e
Merge pull request #7699 from nmeum/gcoap-method-not-allowed
gcoap: return Method Not Allowed if appropriate
2018-04-06 15:35:05 +02:00
5f3228b3d6 tests/periph_flashpage: fix typo in doxygen header 2018-04-06 15:25:44 +02:00
Francisco Acosta
ce4384604e
Merge pull request #8824 from basilfx/feature/efm32_slwstk6200b
boards: slwstk6000b: add support
2018-04-06 13:59:41 +02:00
Martine Lenders
98c7989b92
Merge pull request #8891 from zhuoshuguo/tests/adjust_mac_tests_folder_names
tests: adjust MAC test folders' names.
2018-04-06 12:14:18 +02:00
Martine Lenders
11c9bc3160
Merge pull request #8892 from miri64/netopt/fix/NETOPT_BLE_CTX-adapt
netopt: move NETOPT_BLE_CTX to new netopt doc style
2018-04-06 12:04:35 +02:00
Martine Lenders
787fa37465 netopt: move NETOPT_BLE_CTX to new netopt doc style
Documentation of the option types was clarified in #8655. I only noticed
after merging #8884, that `NETOPT_BLE_CTX` was not documented using
that new style. So I deliver the change myself to make it quicker.
2018-04-06 11:32:41 +02:00
Martine Lenders
a19cb8431d
Merge pull request #8884 from haukepetersen/add_skald
net: add Skald, a BLE advertising stack
2018-04-06 11:26:53 +02:00
Hauke Petersen
ceb76403f4 boards/nrf52xxxdk: add Skald dependencies 2018-04-06 11:18:53 +02:00
Hauke Petersen
fcc6f3a460 examples: added Skald Eddystone example 2018-04-06 11:18:53 +02:00
Hauke Petersen
e4176f260a examples: added Skald iBeacon example 2018-04-06 11:18:53 +02:00
Hauke Petersen
6efb06f108 sys/auto_init: added initialization for Skald 2018-04-06 11:18:53 +02:00
Hauke Petersen
49bd85d00a sys/net: added Skald
Skald is a very small and simple, TX-only BLE stack that supports
sending advertisements only. It is useful for building all kinds
of BLE beacons with very minimal memory footprints.
2018-04-06 11:18:53 +02:00
Hauke Petersen
77499905e4 sys/net: added generic Eddystone defines 2018-04-06 11:18:53 +02:00
Hauke Petersen
3b6c8f25de sys/net: added generic BLE defines 2018-04-06 11:18:53 +02:00
Hauke Petersen
2c01034088 boards/nrf52xxxdk: added BLE radio features 2018-04-06 11:18:53 +02:00
Hauke Petersen
a92b577bc1 cpu/nrf5x: added nrfble radio driver 2018-04-06 11:18:53 +02:00
Hauke Petersen
4e715e8221 drivers/netdev: added BLE adaption for netdev 2018-04-06 11:18:53 +02:00
Cenk Gündoğan
5995b4b492
Merge pull request #8885 from PeterKietzmann/pr_ccnl_xorshift
examples/ccn-lite-relay: use xorshift PRNG
2018-04-06 08:36:23 +02:00
zhuo shuguo
8a6b446dd7 tests: adjust MAC test folders' names. 2018-04-06 14:15:16 +08:00
Bas Stottelaar
2a8712a04f boards: slwstk6000b: add support 2018-04-05 19:41:30 +02:00
Bas Stottelaar
b40cf3075e cpu/efm32: efr32mg12p: add support 2018-04-05 19:41:24 +02:00
Bas Stottelaar
9937f29eab cpu/efm32: efr32mg1p: extend vendor headers 2018-04-05 19:40:41 +02:00
Bas Stottelaar
d1441be06b cpu/efm32: efr32mg12p: add vendor headers 2018-04-05 19:40:34 +02:00
Bas Stottelaar
ec564c051d
Merge pull request #8623 from basilfx/feature/pkg_ucglib
pkg: ucglib: add support for color graphics library
2018-04-05 17:20:17 +02:00
Hauke Petersen
afe44e35d0
Merge pull request #8751 from SemjonKerner/test_periph_pwm
tests/periph_pwm: add shell commands
2018-04-05 17:19:01 +02:00
Semjon Kerner
014df46e2e tests/periph_pwm: add shellcommands for more detailed testing 2018-04-05 17:12:17 +02:00
PeterKietzmann
29cd081258 examples/ccn-lite-relay: use xorshift PRNG 2018-04-05 14:53:18 +02:00