There has been silence on this board for over a week now.
Where are the Leafblowers? Working or on vacation?
(18 posts) (4 voices)-
Posted 5 years ago #
-
judging from a pull of the git repository for maplelib, someone is busy 'spring cleaning' and preparing some new stuff.
The pin map has expanded from:
typedef struct PinMapping { GPIO_Port *port; uint32 pin; uint32 adc; TimerCCR timer_channel; } PinMapping;
To
typedef struct PinMapping { GPIO_Port *port; uint32 pin; uint32 adc; uint32 timer_channel; uint32 exti_port; uint32 timer_num; uint32 timer_chan; } PinMapping;
So hopefully there is something coming along.
(Side note - Some space could be saved by using more approriate sizes for some of those fields, but I am happy to see new stuff coming along, so that optimisation can wait.)
Otherwise we are 'holding the fort' ;-)
Posted 5 years ago # -
The only help I can be is with SPI, although I can't be that helpful.
Posted 5 years ago # -
oh boy. Huge apologies on our part. Be assured that:
1) we *will* get back to the business of working with you here on the forums very shortly, thanks so much for picking up the slack! (seriously...thanks!)2) we have lots of goodies on the way, in the forms of documentation, hardware upgrades, bootloader upgrades, oh my!
3) we lost the last 10 days or so to..err...'secret business stuff' (can I say that?). By that I mean were working on ways to get you guys better products sooner - by getting Oak out the door, upping our staff, and doing some big in house projects to show off the platform
Sorry again! Interacting with users over forums and email and in person has absolutely made this whole project worthwhile; seeing all the participation here is supremely motivational. Needless to say were working on striking the right the balance between the various time sinks around here, stay with us!
-poslathian
Posted 5 years ago # -
3) we lost the last 10 days or so to..err...'secret business stuff' (can I say that?).
Sounds like 'code' for you were trying to take over the world.
Posted 5 years ago # -
Just the northern hemisphere....
Posted 5 years ago # -
Quote: "we *will* get back to the business of working with you here on the forums very shortly"
Quote: "we lost the last 10 days or so to..err...'secret business stuff' (can I say that?)"Reply: The last time I have checked (I hate to be very blunt) but you are a company and we (the users) are your customers! To abandon your customers for ten days without warning them is inexcusable.
Next time, act like a company and support your customers or you will not have any customers to support.Posted 5 years ago # -
Sorry for the absence, we will put a greater emphasis on strengthening the forums and generally providing the best support we can.
Posted 5 years ago # -
Secret business stuff = design of Maple Mini?
Posted 5 years ago # -
Posted 5 years ago #
-
I didn't see that! That's going to be interesting, what's the estimated cost going to be?
Posted 5 years ago # -
not sure yet. less than maple!
Posted 5 years ago # -
When will more details be released about it?
Posted 5 years ago # -
We currently have prototypes in hand, they seem to be performing very well. It looks like these will likely end up as the production design, in which case well release all the specs and pricing etc. Otherwise, well have to spin another proto. Eitherway, we definitely want these things available for holiday season!
Posted 5 years ago # -
I was more hoping to find out how many ADC, GPIO, SPI, USART etc. The current project I'm working on (postponed until after exams) requires 1 I2C port, 2 SPI ports, 2 USART ports (Only TX,RX), 4 ADC lines (Ideally 6), 3-6 PWM lines (plus enough timers for interrupts), 3 external interrupt lines and a couple of GPIO. Is the Maple Mini running at the same speed as the Maple (72Mhz)?
I'm going to be prototyping the system on my Maple, but the Maple Mini is probably more suited when I move to a dedicated system.
Posted 5 years ago #
Reply »
You must log in to post.