Commit Graph

13846 Commits (b4ff23580c3054ee7b9f741cb89988d92a12910a)
 

Author SHA1 Message Date
Joakim Nohlgård 64f1515a38 netdev2_ieee802154: Fix dead assignment 6 years ago
Martine Lenders 0fd85f982d Merge pull request #6826 from smlng/doc/driver/hd44780
doc: fix doxygen grouping of driver hd44780
6 years ago
Joakim Nohlgård f4dd0a31b2 Merge pull request #5625 from OTAkeys/pr/spiffs
pkg: add SPIFFS support
6 years ago
Vincent Dupont 4cb3232a42 native: add spiffs options in board.h 6 years ago
Vincent Dupont b52c9a79cf unittests: add spiffs unittests 6 years ago
Vincent Dupont f0bd96b690 spiffs: add SPIFFS as a package
This implements basic features with the VFS interface
6 years ago
Vincent Dupont a5ef3d606c Merge pull request #6828 from aabadie/nucleo_f429_hwrng
boards/nucleo144-f429: add hwrng feature
6 years ago
Martine Lenders fcb9ba285e Merge pull request #6725 from astralien3000/dynamixel
drivers/dynamixel : initial support
6 years ago
Vincent Dupont 43a199150f Merge pull request #6831 from miri64/doc/fix/mtd_native
doc: fix grouping of mtd_native
6 years ago
Martine Lenders 6a6b9e8f16 doc: fix grouping of mtd_native 6 years ago
Alexandre Abadie 6f98e81b17 Merge pull request #6759 from OTAkeys/pr/nucleo-i2c-clock
boards: fix I2C_APBCLK value in stm32-based boards
6 years ago
Alexandre Abadie f4f7fb241d Merge pull request #6827 from OTAkeys/pr/hwrng_nucleo144
boards: add hwrng feature in nucleo144-(f207|f413)
6 years ago
Loïc Dauphin bb31db1cfb tests/driver_dynamixel: initial support 6 years ago
Loïc Dauphin 47cfe0ac66 drivers/dynamixel: initial support 6 years ago
Loïc Dauphin 172203dc9d tests/driver_feetech: coding conventions 6 years ago
Loïc Dauphin 281b3ca552 drivers/uart_half_duplex: debug direction management interface 6 years ago
Loïc Dauphin c9a4a37159 boards/opencm904: set UART_STDIO_BAUDRATE to 921600 6 years ago
Hauke Petersen cf3cc6e0f8 Merge pull request #6821 from haukepetersen/add_stm32l4_hwrng
boards/cpu: added hwrng for nucleo-l476 / stm32l4
6 years ago
Alexandre Abadie c4adedf6a7 boards/nucleo144-f429: add hwrng support 6 years ago
Vincent Dupont 0bb60389ac boards: add hwrng feature in nucleo144-(f207|f413) 6 years ago
smlng a77ed385aa doc: fix doxygen grouping of driver hd44780 6 years ago
Hauke Petersen 278d39153d boards/nucleo-l476: enabled hwrng feature
- enabled hwrng feature
- fixed 48MHz clock selection for the STM32L4
6 years ago
Hauke Petersen 053e6e87d6 test/periph_hwrng: fixed output formatting 6 years ago
Hauke Petersen 5311e12d8a Merge pull request #6820 from haukepetersen/opt_stm32_hwrng
cpu/stm32_common: unified hwrng driver
6 years ago
Alexandre Abadie 340ed33ca6 Merge pull request #6814 from haukepetersen/add_board_nucleo-l476
boards: added support for nucleo-l476 (stm32l4)
6 years ago
Hauke Petersen c6d74c335b boards: enabled hwrng feature for nucleo-l0xx 6 years ago
Hauke Petersen 2a6a82ce2c cpu/stm32_common: unified hwrng driver 6 years ago
Hauke Petersen 05bcd3106f test: added nucleo-f476 to unittest targets 6 years ago
Hauke Petersen afc3928a9c boards: added support for nucleo-l476 6 years ago
Hauke Petersen 964deefc39 cpu: added support for stm32l4 6 years ago
Alexandre Abadie b1eaed72e8 Merge pull request #6813 from aabadie/fix_nucleo_led_spi
boards/nucleos: deactivate LED0 auto init by default
6 years ago
Vincent Dupont 3af13e70ee Merge pull request #6810 from gebart/pr/mulle-hwcs
mulle: Configure hardware CS for all on-board SPI slaves
6 years ago
Joakim Nohlgård e9db8276ae Merge pull request #6762 from OTAkeys/feat/mtd-spi-nor
drivers: mtd_spi_nor MTD interface driver for SPI NOR flash chips
6 years ago
Hauke Petersen 4e33f0f735 Merge pull request #6764 from bergzand/stm32common-spi
stm32_common/spi: fix receive after transmit-only error
6 years ago
Alexandre Abadie 8c33bd55c9 boards/nucleos: deactivate LED0 auto init by default 6 years ago
Joakim Nohlgård 1a9b12f125 Merge pull request #6092 from neiljay/pr/add_mips_pic32mx
cpu: Add PIC32MX Support
6 years ago
Joakim Nohlgård 7f8f4b4674 Merge pull request #6816 from neiljay/pr/fix_cpp_check
cppcheck: Don't Run cppcheck on ASM files.
6 years ago
Joakim Nohlgård 2c6088de55 mulle: Add a configuration for the onboard flash memory 6 years ago
Joakim Nohlgård 9313d8ec67 mtd_spi_nor: MTD interface driver for SPI NOR flash memory
This is a generic SPI NOR flash driver which can be used with many
different flash chips.
6 years ago
Neil Jones 65911f3499 cppcheck: Don't Run cppcheck on ASM files.
cppcheck doesn't understand ASM style comments beginning with '#' and tries to
parse them:

I get this error:
 cpu/mips_pic32_common/reset_mod.S:84: error (syntaxError): syntax error
from this line:
 beqz s1, init_resources # Branch if this is NOT an NMI exception.

If I place the comment inside C-style comments cppcheck passes, ie

 beqz s1, init_resources # /*Branch if this is NOT an NMI exception.*/

Note current in-tree ASM files fail cppcheck (they must have been added before
this check) for example:

cpu/lpc2387/asmfunc.s
6 years ago
Neil Jones 0a3a67a9c4 examples/javascript: blacklist pic32-clicker. 6 years ago
Neil Jones dc67422f09 boards: pic32-clicker: Add support for the MikroE Clicker board.
This board features a pic32mx470f512h PIC32 device with a MIPS core.
6 years ago
Neil Jones e30aed3bc6 cpu: mips-pic32mx: Add support for PIC32MZ devices
Specific support for the pic32mx470f512h device is added along with code common
to all pic32mx devices.
6 years ago
Joakim Nohlgård ba816a0b5f mulle: Configure hardware CS for all on-board SPI slaves 6 years ago
Hauke Petersen 76bae4b111 Merge pull request #6066 from neiljay/pr/add_mips-pic32_mz
cpu: Add PIC32MZ support
6 years ago
Vincent Dupont b34611273c Merge pull request #6336 from OTAkeys/pr/stm32_uart
cpu/stm32_common: add UART HW flow control
6 years ago
Peter Kietzmann d6a3d4608a Merge pull request #6717 from dkm/pr/gpio_fix
cpu/lm4f120: fix gpio isr
6 years ago
Martine Lenders 33991832d1 Merge pull request #6694 from kaspar030/add_sock_dns_client
sys: net: add sock dns client
6 years ago
Marc Poulhiès c3e46831da cpu/lm4f120: fix gpio isr
- add missing call to cortex_isr_end()
- clear IT as close as possible to its handler.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
6 years ago
Vincent Dupont a8da073f51 cpu/stm32_common: add UART HW flow control 6 years ago