Any plans on supporting the popular Raspberry Pi platform? I poked at the source code a bit, but I didn't even know where to begin.
- jeremy On Fri, Jul 5, 2013 at 11:01 PM, Kiwamu Okabe <kiw...@debian.or.jp> wrote: > We are happy to announce Ajhc 0.8.0.7. > You can program interrupt handler with Haskell language on this release. > But not yet collect (big) patch sets, the changes will be merged to jhc. > > You can get Ajhc using "cabal install ajhc" command. > The usage is found at Ajhc's project web site http://ajhc.metasepi.org/. > The source code at https://github.com/ajhc/ajhc/tags. > > Welcome sending any bugs or your ideas to > https://github.com/ajhc/ajhc/issues. > > ## An example of interrupt handler written with Haskell > > <https://github.com/ajhc/demo-cortex-m3/tree/master/stm32f3-discovery> > > The demo for Cortex-M4 has main context and intrrupt context. > The main context waits time expire with polling counter. > < > https://github.com/ajhc/demo-cortex-m3/blob/master/stm32f3-discovery/hs_src/Intr.hs#L17 > > > > The interrupt context is called from clock exception, and decrement > counter. > < > https://github.com/ajhc/demo-cortex-m3/blob/master/stm32f3-discovery/hs_src/Intr.hs#L9 > > > > ## Other changes > > * Guard StablePtr critical section. > * Add _JHC_JGC_SAVING_MALLOC_HEAP option for getting smaller malloc heap. > * Link forkIO to forkOS. > > Enjoy! :) > - - - > Metasepi team > > _______________________________________________ > Haskell-Cafe mailing list > Haskell-Cafe@haskell.org > http://www.haskell.org/mailman/listinfo/haskell-cafe >
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe