- Sep 22, 2016
-
-
Oleg Hahm authored
auto_init_gnrc_netif: set priorities one lower than 6LoWPAN
-
Kaspar Schleiser authored
Refactor samd21
-
Johann Fischer authored
kw2xrf: set tx_power in gnrc_netdev_t
-
Cenk Gündoğan authored
gnrc_rpl: adapt default parameters and expose to Makefile
-
Alexandre Abadie authored
boards: add arduino uno and duemilanove support
-
- Sep 21, 2016
-
-
Laurent Navet authored
-
Ludwig Knüpfer authored
atmega: use software interrupt for context swap
-
Laurent Navet authored
- blacklist arduino-uno and arduino-duemilanove for coap, libfixmath_unittests, lwip, nhdp, pthread, pthread_barrier, pthread_cleanup, pthread_condition_variable pthread_cooperation, pthread_rwlock and pthread_tls tests. - fix sys/pipe build - unittests: boards added to BOARD_INSUFICIENT_MEMORY list.
-
Laurent Navet authored
Uno and Duemilanove(atmega328p version) are nearly the same boards. The only difference is that the Duemilanove use an FTDI usb chip, while the Uno use an Atmel which acts as USB/Serial converter. All of the code needed to support these boards is in arduino-common.
-
Kees Bakker authored
This define conflicts with LITTLE_ENDIAN defined in include/machine/endian.h which is part of gcc-arm-none-eabi. Also, the define does not seem to be used by the ASF included files.
-
Kees Bakker authored
-
Kees Bakker authored
-
Kees Bakker authored
-
Kees Bakker authored
-
Kees Bakker authored
Notice the extra fields in uart_conf_t for rx_pad and tx_pad.
-
Kees Bakker authored
The pinmux is now part of the board config. The pad setting is done with clear names instead of numbers.
-
Kees Bakker authored
The board config can define SPI_1_EN as 0, and in that case #ifdef won't work. Add some more comments, and fix typos.
-
Kees Bakker authored
-
Kees Bakker authored
The former i2c_init_master was too complicated. It was trying to set IN/OUT mode of the pins, but all that is needed is to set the proper MUX. Also the configuration for the boards was incomplete (no MUX, no pad setting). It was tested on a SODAQ Autonomo, but not on a samr21-xpro
-
Kees Bakker authored
Notice that saml21 does not use I2C (yet).
-
Kees Bakker authored
A generic function is added to initialize a SERCOM. Notice that uart_conf_t was expanded with pad settings, but it isn't used yet.
-
Kees Bakker authored
In the Makefile.include of the board it is required to set the correct define. Currently only SAMRG18A is supported, as required by samr21-xpro.
-
Kees Bakker authored
Notice that RIOT was using FDPLL96M, which is indeed the name in the datasheet. But Atmel is using GCLK_GENCTRL_SRC_FDPLL.
-
Kees Bakker authored
-
Martine Lenders authored
tests/driver_at86rf2xx: corrects flag compare
-
Sebastian Meiling authored
-
Sebastian Meiling authored
-
Sebastian Meiling authored
-
Sebastian Meiling authored
-
Sebastian Meiling authored
vagrant: minimize Vagrantfile and make it loadable
-
Cenk Gündoğan authored
By parameterizing certain paths with `RIOTBASE`, it is possible to load this Vagrantfile from other Vagrantfiles. This feature will be used by the Tutorials repository, so that this Vagrantfile has no knowledge about the tutorials, hence the deletion of the `tutorials` definition at this place.
-
- Sep 20, 2016
-
-
Martine Lenders authored
-
Joakim Nohlgård authored
samd21: i2c: check all busstate bits
-
- Sep 19, 2016
-
-
Michael Andersen authored
-
Joakim Nohlgård authored
boards/nucleo-f207: Use cortex_m3_2 MCU_GROUP
-
Joakim Nohlgård authored
minor typos in README corrected
-
Sebastian Meiling authored
-
- Sep 16, 2016
-
-
Sebastian Meiling authored
vagrant: sync Tutorials folder into vbox
-
Sebastian Meiling authored
vagrant: prevent error by checking existence of .gitconfig
-
Joakim Nohlgård authored
correcting linker LTO flags on OSX
-