summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)AuthorFilesLines
2013-12-25nrf51822: Implement radio_send()Paulo Borges1-3/+30
2013-12-25nrf51822: Implement radio_stop()Paulo Borges1-0/+14
2013-12-25nrf51822: Implement radio_recv()Paulo Borges1-0/+69
2013-12-25nrf51822: Implement radio_register_handler()Paulo Borges1-0/+7
2013-12-25nrf51822: Implement radio_init()Paulo Borges1-0/+58
2013-12-25nrf51822: Add radio.c to Makefile.platformPaulo Borges1-1/+2
2013-12-25radio: Change radio_init() return typePaulo Borges1-1/+1
2013-12-25nrf51822: Change log interrupt level to HIGHESTPaulo Borges2-4/+5
2013-12-25timer: Extract timer_create() from timer_start()Paulo Borges1-3/+11
2013-12-23nrf51822: Add local copy of platform filesClaudio Takahasi6-3/+1165
2013-12-23build: Set heap size to zeroClaudio Takahasi1-1/+1
2013-12-23build: Add Makefile per exampleClaudio Takahasi4-0/+348
2013-12-23radio: Add intial radio filesClaudio Takahasi1-0/+32
2013-12-23nrf51822: Implement timer modulePaulo Borges2-1/+100
2013-12-22nrf51822: Add app_error_handlerPaulo Borges2-0/+37
2013-12-22nrf51822: Implement log modulePaulo Borges3-2/+151
2013-12-22nrf51822: Add Makefile.platform and flasherPaulo Borges4-0/+191