d00616

Results 12 comments of d00616

There is a notice in inttypes.h: ``` /* NOTICE: scanning 8-bit types requires use of the hh specifier * which is only supported on newlib platforms that * are built...

The expected output is: hu=1 PRIu8=1 PRIu16=1 PRIu32=1 With a SAMD board the output is like expected. I think the reason is a difference in the toolchain. Gcc 5.2 vs....

Extending output modes breaks the Arduino compatibility like INPUT_PULLDOWN it already does. This is implemented here but not available when using AVR. The modes allows to switch a port into...

@sandeepmistry Let's wait. Do you know if someone working on to define something?

It looks like there is no way to find a solution which is compatible to SAMD and NRF without limiting capabilities of NRF GPIO.

@sandeepmistry I work on a board.txt generator. My idea is to generate a board configuration by providing YAML files. This simplifies the management of boards, reduce the number of menu...

The reason for the layout is, that if haven't realized the existence of the jumpers. My documentation is at https://github.com/RIOT-OS/RIOT/wiki/Board%3A-nRF52-minidev

> Correct me if I am wrong. According to this link: http://infocenter.nordicsemi.com/index.jsp?topic=/com.nordic.infocenter.s130.sds/dita/softdevices/s130/sd_resource_reqs/hw_block_interrupt_vector.html&cp=3_7_2_0_6_0 if softdevice is enabled, the flash can be written only through SoftDevice API sd_flash_write commands. This is correct....

I have never used the fstorage. It looks like it doe's simliar like the flash implementation. I think it's possible to implement an additional flash API supporting the fstorage. Pull...

Looks like, you have configured the library to overwrite the bootloader. It's possible to recover the bootloader with an CMSIS-DAB. This library is designed to run on a blank nrf...