hackrid

Results 32 comments of hackrid

I have fixed mainly descriptions, read/write issues and missing core registers. i have little to no hope at all to get a response from the vendors in a timely manner....

thanks for your responses! having some people at ARM / vendor site to support the efforts of improved svd files would surely help! @posborne which way of public shaming do...

probably found them here: https://github.com/ARM-software/CMSIS_5/tree/develop/Device/ARM/SVD they still look naked, but I think this is promising.

Hi @oliviermartin, thanks for your reply. On page 31 [in this document](https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS_EW2016.pdf) ARM states, that they will provide the CMSIS-Drivers for > - NXP: Kinetis K64F, LPC1700, LPC1800, LPC4300 >...

From the Android terminal: 2|FulmicsROM:/ $ ping -i 0.1 192.168.1.1 PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data. ping: cannot flood; minimal interval, allowed for user, is 200ms

Hi @dreua, If I read your last message correctly, there's only one option left how to get a cnping Derivate working on android :) Or did I miss a point?

Great! That's a starting point! Would you like to share your efforts you made so far with the app?

Does this mean you ported cnlohrs rawdraw to Android?

I get some errors regarding the pie checks in Android According to https://stackoverflow.com/questions/30498776/position-independent-executables-and-android-lollipop you need to add to lines to your make file LOCAL_CFLAGS += -fPIE LOCAL_LDFLAGS += -fPIE -pie...