Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Modify examples to be dedicated crates #331

Closed
15 tasks done
farcaller opened this issue Jul 14, 2015 · 5 comments
Closed
15 tasks done

Modify examples to be dedicated crates #331

farcaller opened this issue Jul 14, 2015 · 5 comments

Comments

@farcaller
Copy link
Member

As a followup to #330, we need to refactor all the examples to be dedicated crates. This also shows how hard zinc is to use for external users. I'd expect a zinc app to be just one more crate. It is unreasonable to expect the users to download zinc source and add a new "example" entry.

  • blink in LPC11xx experimental branch #318
  • blink_k20
  • blink_k20_isr
  • blink_lpc17xx
  • blink_pt
  • blink_stm32f4
  • blink_stm32l1
  • blink_tiva_c
  • bluenrg_stm32l1
  • dht22
  • empty
  • lcd_tiva_c
  • uart
  • uart_tiva_c
  • usart_stm32l1
@mcoffin
Copy link
Contributor

mcoffin commented Jul 14, 2015

Do the concepts from posborne/zinc-example-lpc17xx and the wiki not work anymore?

@farcaller
Copy link
Member Author

they do. The bundled examples are broken though.

@mcoffin
Copy link
Contributor

mcoffin commented Jul 14, 2015

It is unreasonable to expect the users to download zinc source and add a new "example" entry.

Ah I was just confused by this sentence.

@farcaller
Copy link
Member Author

Right. I forgot about that wiki page when I was writing it.

@farcaller
Copy link
Member Author

Landed all in #318.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants