Hi christian, i will create the gfx soon. I also wanted to do some testing about the PIN nunberig. https://github.com/RIOT-OS/RIOT/blob/master/boards/yunjia-nrf51822/include/periph_conf.h
#define GPIO_0_PIN 7 #define GPIO_1_PIN 8 #define GPIO_2_PIN 9 etc. I dont get why its starting at 7. i dont own a yunia board. (http://forum.rfduino.com/index.php?topic=377.0 - Pin assignment nRF51822 -> RFD22301) Pin Mapping GPIO 0 = P0.00 GPIO 1 = P0.01 GPIO 2 = P0.02 GPIO 3 = P0.03 GPIO 4 = P0.04 GPIO 5 = P0.05 GPIO 6 = P0.06 Reset = SWDIO Factory = SWDCLK ps. i am new to the OS - i first need some experience about code and building ideas. In my personal idea - a board that does not have a LED "on board" should not be 'forced' to include one function def. but thats only my opinion. regards jan > Christian Mehlis <[email protected]> hat am 13. Januar 2015 um 10:40 > geschrieben: > > > Am 12.01.2015 um 18:58 schrieb Jan Wagner: > > hi devs! > > > > I recently discovered riot OS. I hope to support the project in my freetime. > > low > > power rf sensors will be everywhere > > around us in the next years. Now the time is perfect to make sure these tiny > > boards and sensors are running the right > > open OS - or can be re-flashed to use one. > > > > 1 .RFDuino: > > https://github.com/rfswarm/Board-RFduino/wiki/Board:-RFduino > > (cpu/nrf51822/startup.c: LED_RED_TOGGLE undeclared -> comment out -> should > > become ifdef/ifndef) > > (PIN numbering a little bit strange did not investigate further -> check > > UART) > > > > The wiki text is in general the same as airfy and yunjia. UART, HARDWARE > > changed. > > Great, I'm going to add this to the wiki when you open up a PR with the > board support. > > Please add a picture with the pin mapping of > 1. cpu pin to > 2. board pin to > 3. RIOT name mapping > > Don't worry, just copy the e.g. yunjia, change the names and adjust the > pin mappings to your board. > > You can make a diff between yuinija and airfy-beacon to find all places > where there is board specific code (mostly defines). > > Drop a mail when you are ready, I'll review/merge and add the page to > the wiki. > > Best > Christian > > _______________________________________________ > devel mailing list > [email protected] > http://lists.riot-os.org/mailman/listinfo/devel _______________________________________________ devel mailing list [email protected] http://lists.riot-os.org/mailman/listinfo/devel
